x-article-publisher
Publish Markdown articles to X (Twitter) Articles with one command. Say goodbye to tedious rich text editing.
A Claude Code Skill for creating programmatic videos with Remotion framework.
$ npx -y skills add wshuyi/remotion-video-skill --agent claude-code
Repo: wshuyi/remotion-video-skill
What's inside
A Claude Code Skill for creating programmatic videos with Remotion framework.
Copy this entire remotion-video folder to your Claude Code skills directory:
cp -r remotion-video ~/.claude/skills/
Then restart Claude Code or start a new session.
No setup required! Edge TTS is free and works out of the box.
Just install the Python dependency:
pip install edge-tts
# Add to your ~/.zshrc or ~/.bashrc
export MINIMAX_API_KEY="your-api-key-here"
export MINIMAX_VOICE_ID="your-voice-id-here"
To get a Voice ID:
After installation, trigger the skill by saying:
Tutorial Video:
帮我做一个讲解 Python 装饰器的教程视频,5分钟左右
Data Visualization:
用 Remotion 做一个展示2024年销售数据的动画视频
Music Visualization:
帮我做一个音乐可视化视频,配合这首歌的节奏
When the skill creates a new project:
my-video-project/
├── src/
│ ├── Root.tsx # Main composition
│ ├── audioConfig.ts # Scene timing (auto-generated)
│ └── scenes/ # Scene components
├── public/
│ └── audio/ # TTS audio files
├── scripts/
│ └── generate_audio.py # TTS generation script
└── package.json
# macOS
brew install ffmpeg
# Ubuntu/Debian
sudo apt install ffmpeg
MIT
README_CN.md README.md scripts/ generate_audio_edge.py generate_audio_minimax.py SKILL.md templates/ audioConfig.ts
Publish Markdown articles to X (Twitter) Articles with one command. Say goodbye to tedious rich text editing.
FAQ
remotion-video-skill is a Claude Code plugin with 1 hand-picked skill for video & audio work, indexed on Flowy. Install it with the command on its page. It includes remotion-video-skill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.