Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Ai Audio Speech Music Generation

ASecurity

AI audio generation powered by CellCog. Text-to-speech, voice synthesis, voiceovers, podcast audio, narration, music generation, background music, sound design. Professional audio creation with AI.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentspythongobashapi

Works with

cliapi

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill ai-audio-speech-music-generation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ai Audio Speech Music Generation?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Ai Audio Speech Music Generation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-ai-audio-speech-music-generation/badge)](https://www.skillsdirectory.com/skills/rondoflow-ai-audio-speech-music-generation)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: ai-audio-speech-music-generation
description: "AI audio generation powered by CellCog. Text-to-speech, voice synthesis, voiceovers, podcast audio, narration, music generation, background music, sound design. Professional audio creation with AI."
category: "Media"
author: community
version: "1.0.1"
icon: image
---

# Audio Cog - AI Audio Generation Powered by CellCog

Create professional audio with AI - from voiceovers and narration to background music and sound design.

---

## Prerequisites

This skill requires the CellCog mothership skill for SDK setup and API calls.

```bash
clawhub install cellcog
```

**Read the cellcog skill first** for SDK setup. This skill shows you what's possible.

**Quick pattern (v1.0+):**
```python
# Fire-and-forget - returns immediately
result = client.create_chat(
    prompt="[your audio request]",
    notify_session_key="agent:main:main",
    task_label="audio-task",
    chat_mode="agent"  # Agent mode is optimal for all audio tasks
)
# Daemon notifies you when complete - do NOT poll
```

---

## What Audio You Can Create

### Text-to-Speech / Voiceover

Convert text to natural-sounding speech:

- **Narration**: "Generate a professional male voiceover for this product video script"
- **Audiobook Style**: "Create an engaging narration of this short story with emotional delivery"
- **Podcast Intros**: "Generate a warm, friendly podcast intro: 'Welcome to The Daily Tech...'"
- **E-Learning**: "Create clear, instructional voiceover for this training module"
- **IVR/Phone Systems**: "Generate professional phone menu prompts"

### Voice Customization

Control how the voice sounds:

- **Gender**: Male, female, neutral
- **Age**: Young adult, middle-aged, senior
- **Emotion**: Neutral, happy, sad, excited, serious, friendly, authoritative
- **Accent**: American, British, Australian, Indian, and many more
- **Pacing**: Slow and deliberate, conversational, fast and energetic
- **Tone**: Professional, casual, warm, mysterious, dramatic

### Music Generation

Create original background music and soundtracks:

- **Background Music**: "Create calm lo-fi background music for a study video, 2 minutes"
- **Podcast Music**: "Generate an upbeat intro jingle for a tech podcast, 15 seconds"
- **Video Soundtracks**: "Create cinematic orchestral music for a product launch video"
- **Ambient/Mood**: "Generate peaceful ambient sounds for a meditation app"
- **Genre-Specific**: "Create energetic electronic music for a fitness video"

### Music Specifications

| Parameter | Options |
|-----------|---------|
| **Duration** | 15 seconds to 5+ minutes |
| **Genre** | Electronic, rock, classical, jazz, ambient, lo-fi, cinematic, pop, hip-hop |
| **Tempo** | 60 BPM (slow) to 180+ BPM (fast) |
| **Mood** | Upbeat, calm, dramatic, mysterious, inspiring, melancholic |
| **Instruments** | Piano, guitar, synth, strings, drums, brass, etc. |

---

## Audio Output Formats

| Format | Best For |
|--------|----------|
| **MP3** | Standard audio delivery, voiceovers, music |
| Combined with video | Background music for video-cog outputs |

---

## Chat Mode for Audio

**Use `chat_mode="agent"`** for all audio generation tasks.

Audio generation—whether voiceovers, music, or sound design—executes efficiently in agent mode. CellCog's audio capabilities don't require multi-angle deliberation; they require precise execution, which agent mode excels at.

There's no scenario where agent team mode provides meaningfully better audio output. Save agent team for research and complex creative work that benefits from multiple reasoning passes.

---

## Example Audio Prompts

**Professional voiceover:**
> "Generate a professional voiceover for this script:
> 
> 'Introducing TaskFlow - the project management tool that actually works. With intelligent automation, seamless collaboration, and powerful analytics, TaskFlow helps teams do their best work.'
> 
> Voice: Female, American accent, confident and friendly, medium pace. Suitable for a product launch video."

**Podcast intro:**
> "Create a podcast intro voiceover:
> 
> 'Welcome to Future Forward, the podcast where we explore the technologies shaping tomorrow. I'm your host, and today we're diving into...'
> 
> Voice: Male, warm and engaging, conversational tone. Also generate a 10-second upbeat intro music bed to go underneath."

**Background music:**
> "Generate 2 minutes of calm, lo-fi hip-hop style background music. Should be chill and unobtrusive, good for studying or working. Include soft piano, mellow beats, and gentle vinyl crackle. 75 BPM."

**Audiobook narration:**
> "Create an audiobook-style narration of this passage:
> 
> [passage text]
> 
> Voice: Male, British accent, 50s, warm and storytelling quality. Pace should be measured, with appropriate pauses for drama. Think classic BBC narrator."

**Cinematic music:**
> "Generate 90 seconds of cinematic orchestral music for a tech company's 'About Us' video. Start soft and inspiring, build to a confident crescendo, then resolve to a hopeful ending. Think Hans Zimmer meets corporate inspiration."

---

## Multi-Language Support

CellCog can generate speech in many languages:

- English (multiple accents)
- Spanish, French, German, Italian, Portuguese
- Chinese (Mandarin, Cantonese)
- Japanese, Korean
- Hindi, Arabic
- And many more

Specify the language in your prompt:
> "Generate this text in Japanese with a native female speaker: 'いらっしゃいませ...'"

---

## Tips for Better Audio

1. **For voiceovers**: Provide the complete script. Don't say "something about our product" - write out exactly what should be said.

2. **Describe the voice**: Age, gender, accent, emotion, pace. "Professional female, American, confident but warm, medium pace" is clear.

3. **For music**: Specify duration, tempo (BPM if you know it), mood, and genre. Reference artists or songs if helpful: "Think lo-fi beats like ChilledCow playlists."

4. **Pronunciation guidance**: For names or technical terms, add pronunciation hints: "CellCog (pronounced SELL-kog)"

5. **Emotional beats**: For longer voiceovers, indicate tone shifts: "[excited] And now for the big reveal... [serious] But there's a catch."

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →