{
  "markdown": "# remotion-video\n\n[中文文档](README_CN.md)\n\nA Claude Code Skill for creating programmatic videos with Remotion framework.\n\n## Features\n\n- Create videos programmatically with React components\n- AI-powered TTS audio generation (MiniMax or Edge TTS)\n- Scene-based architecture with automatic timing\n- Support for animations, subtitles, and music visualization\n\n## Installation\n\n### For Claude Code Users\n\nCopy this entire `remotion-video` folder to your Claude Code skills directory:\n\n```bash\ncp -r remotion-video ~/.claude/skills/\n```\n\nThen restart Claude Code or start a new session.\n\n### TTS Setup (Choose One)\n\n#### Option A: Edge TTS (Free, Recommended for Quick Start)\n\nNo setup required! Edge TTS is free and works out of the box.\n\nJust install the Python dependency:\n```bash\npip install edge-tts\n```\n\n#### Option B: MiniMax TTS (Paid, Voice Cloning Support)\n\n1. Get your API key from [MiniMax Platform](https://platform.minimaxi.com/)\n2. Set environment variables:\n\n```bash\n# Add to your ~/.zshrc or ~/.bashrc\nexport MINIMAX_API_KEY=\"your-api-key-here\"\nexport MINIMAX_VOICE_ID=\"your-voice-id-here\"\n```\n\nTo get a Voice ID:\n- Use MiniMax's built-in voices, or\n- Clone your own voice on their platform\n\n## Usage\n\nAfter installation, trigger the skill by saying:\n\n- \"用代码做视频\"\n- \"编程视频\"\n- \"Remotion\"\n- \"/remotion-video\"\n\n### Example Prompts\n\n**Tutorial Video:**\n> 帮我做一个讲解 Python 装饰器的教程视频，5分钟左右\n\n**Data Visualization:**\n> 用 Remotion 做一个展示2024年销售数据的动画视频\n\n**Music Visualization:**\n> 帮我做一个音乐可视化视频，配合这首歌的节奏\n\n## Project Structure\n\nWhen the skill creates a new project:\n\n```\nmy-video-project/\n├── src/\n│   ├── Root.tsx           # Main composition\n│   ├── audioConfig.ts     # Scene timing (auto-generated)\n│   └── scenes/            # Scene components\n├── public/\n│   └── audio/             # TTS audio files\n├── scripts/\n│   └── generate_audio.py  # TTS generation script\n└── package.json\n```\n\n## Requirements\n\n- Node.js 18+\n- Python 3.8+ (for TTS)\n- ffprobe (for audio duration detection)\n\n```bash\n# macOS\nbrew install ffmpeg\n\n# Ubuntu/Debian\nsudo apt install ffmpeg\n```\n\n## License\n\nMIT\n",
  "bytes": 2078,
  "sha": "6542db409abb400bd5f6164892f8d417f58dedeeaef9d0098c3611af0c0dc8c4",
  "repo_slug": "wshuyi/remotion-video-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_wshuyi_remotion_video_skill_remotion_vid_c8356bc3/readme"
}