Agent skill

openrouter-text2video

Generate videos via OpenRouter using ByteDance Seedance 2.0.

QinghongLingithub.com/QinghongLinGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add QinghongLin/data2story-skill --skill openrouter-text2video --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/data2story-pro/designer/scripts/openrouter-text2video/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 149
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# openrouter-text2video Text → video via OpenRouter. Default model: `bytedance/seedance-2.0`. Uses the async video-generation endpoint: submit job → poll → download. ## Usage Resolve `TOOL_DIR` = the directory containing this `SKILL.md`. Commands below use `TOOL_DIR` as a symbolic placeholder; replace it with the resolved, quoted path before running Bash. ```bash export OPENROUTER_API_KEY=sk-or-v1-... python3 TOOL_DIR/scripts/generate_video.py \ --prompt "A slow dolly push through a retro-futuristic arcade, neon signs reflecting in a puddle" \ --duration 5 \ --aspect-ratio 16:9 \ --resolution 720p \ --download PROJECT_DIR/assets/hero.mp4 ``` ## Flags | Flag | Default | Description | |---|---|---| | `--prompt` | required | Text prompt | | `--download` | required | Output MP4 path | | `--model` | `bytedance/seedance-2.0` | Any OpenRouter video model | | `--duration` | `5` | Seconds | | `--aspect-ratio` | `16:9` | `16:9`, `9:16`, `1:1`, `4:3`, `3:4`, `21:9`, `9:21` | | `--resolution` | `720p` | Model-dependent (e.g. `480p`, `720p`, `1080p`) | | `--generate-audio` | off | Generate audio with video (if model supports) | | `--poll-interval` | `5` | Seconds between polls | | `--max-wait`

What's inside
Steps it walks through
  1. Usage
  2. Flags
  3. Flow
  4. Pricing
  5. Notes
Ships with 2 files
  • config.json
  • scripts/generate_video.py
Commands it runs
export OPENROUTER_API_KEY=sk-or-v1-...
python3 TOOL_DIR/scripts/generate_video.py \
More from data2story-skill
All skills →
About this skill
What does the openrouter-text2video skill do?

Generate videos via OpenRouter using ByteDance Seedance 2.0.

How do I install it?

Run `npx skills add QinghongLin/data2story-skill --skill openrouter-text2video --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From QinghongLin/data2story-skill, a repository with 149 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going