AI-powered Investor Relations Manager - automated video generation for earnings reports, financial updates, and stakeholder communications
AI-powered Investor Relations Manager that transforms financial data and business updates into professional video presentations for investors, stakeholders, and the financial community.
clawhub install investor-relations-manager
# Clone to standard location
git clone https://github.com/ZhenRobotics/openclaw-investor-relations-manager.git ~/openclaw-investor-relations-manager
cd ~/openclaw-investor-relations-manager
# Install dependencies
npm install
# Configure API key
echo 'OPENAI_API_KEY="sk-your-key-here"' > .env
cd ~/openclaw-investor-relations-manager
./agents/ir-cli.sh help
AUTO-TRIGGER when user's message contains:
investor relations, earnings report, quarterly report, financial update, stakeholder communication, IR video, 财报, 业绩发布, 投资者关系TRIGGER EXAMPLES (always use this skill for these):
DO NOT USE when:
Complete IR video generation pipeline:
CRITICAL: Use the existing project directory. Do NOT create new projects.
Project location:
~/openclaw-investor-relations-manager/When user requests investor relations video generation, execute:
# Method 1: CLI (Recommended)
cd ~/openclaw-investor-relations-manager && ./agents/ir-cli.sh generate "Q3 revenue grew 45% to $2.3B. Net profit increased 60% to $35M."
# Method 2: Full pipeline script
cd ~/openclaw-investor-relations-manager && ./scripts/script-to-video.sh scripts/q3-earnings.txt \
--voice alloy --speed 1.0
# Method 3: With background video
cd ~/openclaw-investor-relations-manager && ./scripts/script-to-video.sh scripts/annual-report.txt \
--bg-video public/corporate-bg.mp4 \
--bg-opacity 0.3
Example:
User says: "Generate Q3 earnings video: Revenue $2.3B, up 45%. Profit $35M, up 60%."
Execute:
cd ~/openclaw-investor-relations-manager && ./agents/ir-cli.sh generate "Q3 earnings report. Revenue reached 2.3 billion dollars, up 45%. Net profit 35 million dollars, up 60%. Strong quarter performance."
Generated video saved at: ~/openclaw-investor-relations-manager/out/generated.mp4
alloy - Neutral, professional (Recommended for IR)echo - Clear and authoritativeonyx - Deep, executive-styleSystem automatically detects 6 scene types optimized for financial content:
| Type | Effect | Trigger Condition | IR Use Case |
|---|---|---|---|
| title | Professional opening | First segment | "Q3 Earnings Report" |
| emphasis | Highlight metrics | Growth %, financial numbers | "Revenue +45%", "$2.3B" |
| circle | KPI highlight | Revenue, profit, users | "500M users", "Net profit" |
| content | Regular business update | Quarterly/period mentions | "Q3 performance" |
| pain | Challenges/concerns | Risk, challenge keywords | "Market challenges" |
| end | Professional closing | Last segment | "Thank you, investors" |
The system intelligently recognizes:
Per 60-second IR video: ~$0.012 (about 1 cent):
User: "Generate Q3 earnings video: Revenue $2.3B up 45%, profit $35M up 60%, 5M users"
Agent executes:
cd ~/openclaw-investor-relations-manager && ./agents/ir-cli.sh generate "Q3 earnings report. Revenue reached 2.3 billion dollars, up 45%. Net profit 35 million dollars, up 60%. User base reached 5 million. Strongest quarter in company history."
Output: ~/openclaw-investor-relations-manager/out/generated.mp4 (45-60 seconds, professional IR video)
User: "Create annual report video: 2024 revenue $800M, up 120%, expanded to 200 enterprise customers"
Agent:
cd ~/openclaw-investor-relations-manager && ./scripts/script-to-video.sh scripts/annual-report.txt \
--voice alloy --speed 1.0
User: "New AI product launch, expected $50M annual revenue"
Agent creates optimized script and executes:
cd ~/openclaw-investor-relations-manager && ./agents/ir-cli.sh generate "Major product launch. AI-powered enterprise solution now live. Expected annual revenue contribution 50 million dollars. 50 enterprise customers pre-committed. New growth phase begins."
Professional financial/corporate colors:
Error: bash: ~/openclaw-investor-relations-manager/...: No such file or directory
Solution:
git clone https://github.com/ZhenRobotics/openclaw-investor-relations-manager.git ~/openclaw-investor-relations-manager
cd ~/openclaw-investor-relations-manager && npm install
Solution:
cd ~/openclaw-investor-relations-manager
echo 'OPENAI_API_KEY="sk-your-key-here"' > .env
Important: Always verify financial data accuracy before using in official communications. This tool is for presentation generation only - data accuracy is the user's responsibility.
~/openclaw-investor-relations-manager/QUICKSTART.md~/openclaw-investor-relations-manager/README.mdOPENAI_API_KEY required (use .env file)When using this skill, agents should:
DO:
DON'T:
Project Status: Production Ready for Investor Relations
License: MIT
Author: @ZhenStaff
Support: https://github.com/ZhenRobotics/openclaw-investor-relations-manager/issues
ClawHub: https://clawhub.ai/ZhenStaff/investor-relations-manager
ZIP package — ready to use