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.
npx skills add opensquilla/opensquilla --skill openrouter-video-generator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Meta-Skill Entrypoint
- Contract
- OpenRouter Video API Contract (hard rule)
- Failure Labels
- Output Requirements
- On success: VIDEOREADY manifest line (required)
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.