Agent skill · Backend & API

openrouter-video-generator

Generate or declare a configured OpenRouter video asset for AwesomeWebpageMetaSkill. Use only when the meta skill needs a local webpage video and the provider, model, API key, and output directory come from config.

opensquilla6,385★ · +160/wk · 1 repos on radarProfile →
claude-codeships scriptsApache-2.0
Install
npx skills add opensquilla/opensquilla --skill openrouter-video-generator --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: yes
Path: src/opensquilla/skills/bundled/openrouter-video-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,515 · +130 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# OpenRouter Video Generator Create a short browser-playable video asset for `AwesomeWebpageMetaSkill`. This is an adapter around the configured OpenRouter video model, not a place to choose providers or invent model ids. ## Meta-Skill Entrypoint Meta-skills should run this skill as `skill_exec`. The entrypoint is a deterministic Python adapter around OpenRouter's async video endpoint; it uses an explicit `with.api_key` value by injecting it into the configured `with.api_key_env` child process environment variable, writes the MP4 under the supplied output directory, and prints either `VIDEO_READY:` or a single failure label. Do not spawn an LLM sub-agent just to generate video. ## Contract - Read provider settings from `config.awesome_webpage.openrouter`. - Resolve the API key from `awesome_webpage.openrouter.api_key`; if empty, use the environment variable named by `awesome_webpage.openrouter.api_key_env`. - Use only `awesome_webpage.openrouter.models.video_generation` as the model. - Use only `awesome_webpage.output_dir` as the output root. - Save generated files under `project/assets/video/`. - Return a media manifest with local path, MIME type, duration if known, provenance, an

What's inside
Steps it walks through
  1. Meta-Skill Entrypoint
  2. Contract
  3. OpenRouter Video API Contract (hard rule)
  4. Failure Labels
  5. Output Requirements
  6. On success: VIDEOREADY manifest line (required)
Ships with 1 file
  • scripts/openrouter_video.py
More from opensquilla
All skills →
About this skill
What does the openrouter-video-generator skill do?

Generate or declare a configured OpenRouter video asset for AwesomeWebpageMetaSkill. Use only when the meta skill needs a local webpage video and the provider, model, API key, and output directory come from config.

How do I install it?

Run `npx skills add opensquilla/opensquilla --skill openrouter-video-generator --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 opensquilla/opensquilla, a repository with 6,515 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