Investor Relations Manager
by @zhenstaff
AI-powered Investor Relations Manager - automated video generation for earnings reports, financial updates, and stakeholder communications
clawhub install investor-relations-manager📖 About This Skill
name: investor-relations-manager description: AI-powered Investor Relations Manager - automated video generation for earnings reports, financial updates, and stakeholder communications tags: [investor-relations, financial-reporting, earnings, stakeholder-communications, video-generation, remotion, openai, tts, ai-video, corporate-communications]
Investor Relations Manager Skill
AI-powered Investor Relations Manager that transforms financial data and business updates into professional video presentations for investors, stakeholders, and the financial community.
Installation
Step 1: Install the Skill
clawhub install investor-relations-manager
Step 2: Clone & Setup the Project
# Clone to standard location
git clone https://github.com/ZhenRobotics/openclaw-investor-relations-manager.git ~/openclaw-investor-relations-manager
cd ~/openclaw-investor-relations-managerInstall dependencies
npm installConfigure API key
echo 'OPENAI_API_KEY="sk-your-key-here"' > .env
Step 3: Verify Installation
cd ~/openclaw-investor-relations-manager
./agents/ir-cli.sh help
Usage
When to Use This Skill
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:
Core Features
Complete IR video generation pipeline:
Agent Usage Guide
Important Notes
CRITICAL: Use the existing project directory. Do NOT create new projects.
Project location:
~/openclaw-investor-relations-manager/Primary Command: Generate IR Video
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.0Method 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."
Output Location
Generated video saved at: ~/openclaw-investor-relations-manager/out/generated.mp4
Configuration Options
Voice Selection
alloy - Neutral, professional (Recommended for IR)echo - Clear and authoritativeonyx - Deep, executive-styleSpeed
Video Style
Scene Types (IR-Optimized)
System 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" |
Financial Metric Detection
The system intelligently recognizes:
Cost Estimation
Per 60-second IR video: ~$0.012 (about 1 cent):
Usage Examples
Example 1: Q3 Earnings Report
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)
Example 2: Annual Shareholder Update
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
Example 3: Product Launch IR Video
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."
Video Specifications
Color Scheme
Professional financial/corporate colors:
Troubleshooting
Issue 1: Project Not Found
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
Issue 2: API Key Error
Solution:
cd ~/openclaw-investor-relations-manager
echo 'OPENAI_API_KEY="sk-your-key-here"' > .env
Issue 3: Data Accuracy Concerns
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.
Full Documentation
~/openclaw-investor-relations-manager/QUICKSTART.md~/openclaw-investor-relations-manager/README.mdImportant Notes
1. Data Accuracy: Always verify financial data before official release
2. Compliance: Ensure content complies with financial disclosure regulations
3. API Configuration: Valid OPENAI_API_KEY required (use .env file)
4. Professional Voice: Default voice is "alloy" (neutral, professional)
5. Review Required: Always review generated videos before investor distribution
Agent Behavior Guidelines
When using this skill, agents should:
DO:
DON'T:
Tech Stack
Version History
v1.0.0 (2026-03-07)
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
💡 Examples
When to Use This Skill
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:
📋 Tips & Best Practices
Issue 1: Project Not Found
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
Issue 2: API Key Error
Solution:
cd ~/openclaw-investor-relations-manager
echo 'OPENAI_API_KEY="sk-your-key-here"' > .env
Issue 3: Data Accuracy Concerns
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.