mcp-name: io.github.wmarceau/fitness-influencer AI-powered automation suite for fitness content creators. Automates video editing, graphics creation, email management, SMS communication, and revenue analytics. Production URL: https://fitness-influencer-production.up.railway.app (if deployed) When running the API server: Located at: .claude/skills/fitness-influencer-operations/SKILL.md Trigger phra
Add this skill
npx mdskills install MarceauSolutions/fitness-influencer-mcpComprehensive fitness content automation suite with strong tool variety and clear examples
mcp-name: io.github.wmarceau/fitness-influencer
AI-powered automation suite for fitness content creators. Automates video editing, graphics creation, email management, SMS communication, and revenue analytics.
Production URL: https://fitness-influencer-production.up.railway.app (if deployed)
| Feature | Script | Cost |
|---|---|---|
| Jump-cut video editing | video_jumpcut.py | FREE |
| Educational graphics | educational_graphics.py | FREE |
| Gmail summarization | gmail_monitor.py | FREE |
| Revenue analytics | revenue_analytics.py | FREE |
| AI image generation | grok_image_gen.py | $0.07/image |
| Calendar reminders | calendar_reminders.py | FREE |
| Workout plan generation | workout_plan_generator.py | FREE |
| Nutrition guides | nutrition_guide_generator.py | FREE |
| Video ads (Shotstack) | shotstack_api.py | ~$0.27/video |
| SMS notifications | twilio_sms.py | ~$0.01/SMS |
fitness-influencer/
├── src/ # Python execution scripts
│ ├── video_jumpcut.py
│ ├── educational_graphics.py
│ ├── gmail_monitor.py
│ ├── revenue_analytics.py
│ ├── grok_image_gen.py
│ ├── calendar_reminders.py
│ ├── nutrition_guide_generator.py
│ ├── workout_plan_generator.py
│ ├── shotstack_api.py
│ ├── video_ads.py
│ ├── creatomate_api.py
│ ├── intelligent_video_router.py
│ ├── fitness_assistant_api.py
│ └── twilio_sms.py
├── frontend/ # Web interface
│ ├── index.html
│ └── terms.html
├── docs/ # Documentation
└── README.md
python src/video_jumpcut.py --input raw_video.mp4 --output edited.mp4
python src/educational_graphics.py --title "5 Morning Habits" --points "Wake early,Hydrate,Stretch,Protein,Plan day" --platform instagram_post
python src/gmail_monitor.py --hours 24
python src/grok_image_gen.py --prompt "Fitness athlete doing deadlift" --count 1
# Google APIs
GOOGLE_CREDENTIALS_PATH=credentials.json
# AI Services
XAI_API_KEY=your_xai_key_here
# Video Services
SHOTSTACK_API_KEY=your_shotstack_key
CREATOMATE_API_KEY=your_creatomate_key
# Communication
TWILIO_ACCOUNT_SID=your_twilio_sid
TWILIO_AUTH_TOKEN=your_twilio_token
TWILIO_PHONE_NUMBER=+1234567890
When running the API server:
| Endpoint | Method | Description |
|---|---|---|
/ | GET | Health check |
/api/video/jumpcut | POST | Process video with jump cuts |
/api/graphics/create | POST | Create educational graphic |
/api/email/summary | GET | Get email summary |
/api/image/generate | POST | Generate AI image |
Located at: .claude/skills/fitness-influencer-operations/SKILL.md
Trigger phrases:
directives/fitness_influencer_operations.md.claude/skills/fitness-influencer-operations/SKILL.md.claude/skills/fitness-influencer-operations/USE_CASES.jsonInstall via CLI
npx mdskills install MarceauSolutions/fitness-influencer-mcpFitness Influencer AI Assistant is a free, open-source AI agent skill. mcp-name: io.github.wmarceau/fitness-influencer AI-powered automation suite for fitness content creators. Automates video editing, graphics creation, email management, SMS communication, and revenue analytics. Production URL: https://fitness-influencer-production.up.railway.app (if deployed) When running the API server: Located at: .claude/skills/fitness-influencer-operations/SKILL.md Trigger phra
Install Fitness Influencer AI Assistant with a single command:
npx mdskills install MarceauSolutions/fitness-influencer-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Fitness Influencer AI Assistant works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.