audio-cog
OpenSquilla-compatible audio generation adapter for webpage audio requests. Prefer OpenRouter config/API key in OpenSquilla; preserve the upstream CellCog workflow only as optional ClawHub provenance.
npx skills add opensquilla/opensquilla --skill audio-cog --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.
# Audio Cog - AI Audio Generation Powered by CellCog Create professional audio with AI — voiceovers, music, sound effects, and personalized avatar voices. ## Meta-Skill Entrypoint Meta-skills should run this skill as `skill_exec` when they need OpenRouter audio. The entrypoint is a deterministic Python adapter: it uses an explicit `with.api_key` value by injecting it into the configured `with.api_key_env` child process environment variable, calls the configured OpenRouter audio model, writes a browser-playable WAV file under the supplied output directory, and prints either `AUDIO_READY:` or a single failure label. Do not spawn an LLM sub-agent just to generate audio. Prefer JSON payload mode when the caller already has a narration script: ```json {"script": "exact spoken narration text"} ``` In payload mode the adapter asks the audio model to speak exactly that transcript and not add acknowledgements, titles, or setup text. ## OpenSquilla Compatibility Contract When invoked from OpenSquilla, this skill is an adapter around the caller's configured provider. Do not require `CELLCOG_API_KEY`, do not assume the `cellcog` package is installed, and do not invent provider credentials. For
- Meta-Skill Entrypoint
- OpenSquilla Compatibility Contract
- On success: AUDIOREADY manifest line (required)
- OpenRouter Audio API Contract (hard rule for openai/gpt-audio)
What does the audio-cog skill do?
OpenSquilla-compatible audio generation adapter for webpage audio requests. Prefer OpenRouter config/API key in OpenSquilla; preserve the upstream CellCog workflow only as optional ClawHub provenance.
How do I install it?
Run `npx skills add opensquilla/opensquilla --skill audio-cog --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.