Agent skill · Backend & API

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.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 6 KB
Bundled scripts: yes
Declared author: CellCog
Requires: [cellcog]
Path: src/opensquilla/skills/bundled/audio-cog/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

# 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

What's inside
Steps it walks through
  1. Meta-Skill Entrypoint
  2. OpenSquilla Compatibility Contract
  3. On success: AUDIOREADY manifest line (required)
  4. OpenRouter Audio API Contract (hard rule for openai/gpt-audio)
Ships with 2 files
  • _meta.json
  • scripts/openrouter_audio.py
More from opensquilla
All skills →
About this skill
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.

Keep going