Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

audio-cog音频齿轮

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

165,134

周安装

7,021

GitHub Stars

4

下载量

57,853
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:audio-cog(音频齿轮)
来源仓库:https://github.com/nitishgargiitd/audio-cog
安装命令:
openclaw skills install audio-cog
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install audio-cog

简介

由CellCog提供支持的AI音频生成工具,支持文本转语音和声音克隆。

  • 适用于生成旁白、音效、音乐及播客对话等多样化音频内容。
  • 输入文本即可生成对应语音,支持多种音色和语调选择。
  • 需注意版权素材使用限制,避免涉及受保护的声音样本。
  • audio-cog 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
audio-cog
description
AI audio generation and text-to-speech powered by CellCog. Voiceover, narration, voice cloning, avatar voices, sound effects, music, podcasts, dialogue. Three voice providers (OpenAI, ElevenLabs, MiniMax). Professional audio production from text prompts.
metadata
openclaw
emoji
🎵
os
[darwin, linux, windows]
requires
bins
[python3]
env
[CELLCOG_API_KEY]
author
CellCog
homepage
https://cellcog.ai
dependencies
[cellcog]

Audio Cog - AI Audio Generation Powered by CellCog

Create professional audio with AI — voiceovers, music, sound effects, and personalized avatar voices.

CellCog provides three voice providers, each with different strengths. Choose based on your needs:

ScenarioProviderWhy
Standard narration/voiceoverOpenAIBest voice style control, consistent quality
Emotional/dramatic deliveryElevenLabsRichest emotional range, supports emotion tags
Cloned voice (avatar)MiniMaxOnly provider with voice cloning support
Character voice with specific accentElevenLabs100+ diverse pre-made voices
Fine pitch/speed/volume controlMiniMaxGranular voice settings

How to Use

For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.

OpenClaw (fire-and-forget):

result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",
    task_label="my-task",
    chat_mode="agent",
)

All agents except OpenClaw (blocks until done):

from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
print(result["message"])

Voice Providers

OpenAI (Default)

Best for standard narration, voiceovers, and single-speaker content with precise delivery control.

Key strength: Natural-language style instructions — describe the accent, tone, pacing, and emotion you want.

8 built-in voices:

VoiceGenderCharacteristics
cedarMaleWarm, resonant, authoritative, trustworthy
marinFemaleBright, articulate, emotionally agile, professional
balladMaleSmooth, melodic, musical quality
coralFemaleVibrant, lively, dynamic, spirited
echoMaleCalm, measured, thoughtful, deliberate
sageFemaleWise, contemplative, reflective
shimmerFemaleSoft, gentle, soothing, approachable
verseMalePoetic, rhythmic, artistic, expressive

Best quality: cedar (male), marin (female).

Style customization examples:

  • "Warm conversational tone, medium pace, slight enthusiasm when mentioning features. American accent."
  • "Deep, hushed, enigmatic, with a slow deliberate cadence — true crime narrator style."
  • "Heavy French accent, sophisticated yet friendly, moderate pacing with deliberate pauses."

ElevenLabs

Best for emotional delivery, dramatic content, character voices, and audiobook narration.

Key strength: Emotion tags embedded directly in text — [laughs], [sighs], [whispers], [excited], [sarcastic]. Plus 100+ diverse pre-made voices.

Emotion tags (use sparingly — 1-2 per paragraph):

TagEffect
[laughs]Natural laughter
[chuckles]Soft/brief laughter
[sighs]Sighing
[gasps]Surprise/shock
[whispers]Whispering delivery
[pause]Natural pause/beat
[sad], [happy], [excited], [angry], [sarcastic]Emotional delivery

Example prompt:

"Generate speech using ElevenLabs with a warm British male voice: 'And then, just when everyone thought it was over... [pause] [whispers] it wasn't.'"

MiniMax

Best for cloned voices (avatars) and fine-grained voice control.

Key strength: MiniMax Speech 2.8 HD — studio-grade audio quality. Supports avatar cloned voice IDs for personalized content, plus 17+ standard pre-made voices with granular speed, pitch, and volume control.

Standard voices include: Deep_Voice_Man, Calm_Woman, Casual_Guy, Lively_Girl, Wise_Woman, Friendly_Person, Young_Knight, Elegant_Man, and more.

Voice settings: emotion (happy/sad/angry/neutral/etc.), speed (0.5–2.0), volume (0–10), pitch (-12 to 12).


Avatar / Cloned Voice

Users can create avatars on CellCog with their own cloned voice. When an avatar has a cloned voice, CellCog uses the MiniMax provider to generate speech that sounds like that person.

How it works:

  • The user creates an avatar on cellcog.ai and uploads voice samples
  • CellCog clones their voice using MiniMax Speech 2.8 HD
  • Any audio request referencing that avatar uses their cloned voice

Example prompt:

"Generate a voiceover using my avatar Luna's voice: 'Welcome to our quarterly update. I'm excited to share some incredible results with you today.'"

This is powerful for creating consistent, personalized content — marketing videos, podcast intros, course narration — all in the user's own voice.


Sound Effects (SFX)

CellCog generates standalone sound effects from text descriptions. Royalty-free, 0.1 to 30 seconds.

Example prompts:

  • "Generate a sound effect of heavy rain hitting a metal roof with occasional thunder, 10 seconds"
  • "Create a crispy footsteps-on-fresh-snow sound effect, 5 seconds"
  • "Generate an echoing door slam in a large empty warehouse"

Tips for better SFX:

  • Be specific about textures and environment
  • Specify duration when exact length matters
  • For ambient audio longer than 30 seconds, generate a short loopable segment and extend with ffmpeg

Music Generation

Create original music from text descriptions. 3 seconds to 10 minutes. Royalty-free.

Capabilities:

  • Any genre or genre fusion
  • Instrumental and vocal tracks (specify if you want vocals)
  • Complex arrangements, mood transitions, and energy dynamics
  • Describe what you want — the model handles music theory

Example prompts:

  • "Create 2 minutes of calm lo-fi hip-hop background music with soft piano and mellow beats, 75 BPM"
  • "Generate a 15-second upbeat tech podcast intro jingle"
  • "Create 90 seconds of cinematic orchestral music — start soft and inspiring, build to a confident crescendo"
  • "Generate a 3-minute pop song about summer adventures with female vocals"

For precise section-by-section control (exact timing per section), describe your composition plan in detail — CellCog handles the structure.

All generated music is royalty-free — use commercially without attribution or licensing fees.


Multi-Language Support

All three voice providers support 40+ languages. Provide speech text in the target language:

English, Spanish, French, German, Italian, Portuguese, Chinese (Mandarin/Cantonese), Japanese, Korean, Hindi, Arabic, Russian, Polish, Dutch, Turkish, and many more.


Chat Mode

Use chat_mode="agent" for all audio tasks. Audio generation executes efficiently in agent mode — no need for agent team.


Tips for Better Audio

  1. Choose the right provider: OpenAI for standard narration, ElevenLabs for emotional/dramatic, MiniMax for cloned voices
  2. Provide the complete script: Write out exactly what should be spoken — don't say "something about our product"
  3. Include style instructions: "Confident but warm", "slow and deliberate", "with slight excitement"
  4. For music: Specify duration, mood, genre, and tempo (BPM if you know it)
  5. Pronunciation guidance: For names or technical terms, add hints: "CellCog (pronounced SELL-kog)"
  6. For ElevenLabs emotion tags: Use sparingly — 1-2 per paragraph. Tags affect all subsequent text until a new tag.

If CellCog is not installed

Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate. OpenClaw users: Run clawhub install cellcog instead. Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.37%
按下载量换算51,125

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills