Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install audio或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install audio⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/audio/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Audio slug: audio version: 1.0.1 description: Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows. changelog: Declare required binaries (ffmpeg, ffprobe), add requirements section with optional deps, add explicit scope metadata: {"clawdbot":{"emoji":"🔊","requires":{"bins":["ffmpeg","ffprobe"]},"os":["linux","darwin","win32"]}} ---
Required:
ffmpeg / ffprobe — core audio processingOptional (for advanced features):
sox — additional noise reductionwhisper — local transcription (or use API)demucs — stem separation| Situation | Load | |-----------|------| | FFmpeg commands by task | commands.md | | Loudness standards by platform | loudness.md | | Podcast production workflow | podcast.md | | Transcription workflow | transcription.md |
| Task | Method | |------|--------| | Convert formats | FFmpeg (-acodec) | | Remove noise | FFmpeg filters or SoX | | Normalize loudness | ffmpeg-normalize or -af loudnorm | | Transcribe | Whisper → text, SRT, VTT | | Separate stems | Demucs (vocals, drums, bass, other) |
ffprobe for codec, sample rate, channels, duration| User says | Agent does | |-----------|------------| | "Convert to MP3" | -acodec libmp3lame -q:a 2 | | "Remove background noise" | Apply highpass/lowpass or dedicated denoiser | | "Normalize for podcast" | -af loudnorm=I=-16:TP=-1.5:LRA=11 | | "Transcribe this" | Whisper → output SRT/VTT/TXT | | "Extract audio from video" | -vn -acodec copy or re-encode | | "Make it smaller" | Lower bitrate: -b:a 128k or -b:a 96k | | "Speed up 1.5x" | -af atempo=1.5 |
| Format | Use Case | Quality | |--------|----------|---------| | WAV | Master, editing | Lossless | | FLAC | Archive, audiophile | Lossless compressed | | MP3 | Universal sharing | Lossy, 128-320 kbps | | AAC/M4A | Apple, podcasts | Lossy, efficient | | OGG/Opus | WhatsApp, Discord | Lossy, very efficient |
-q:a 2 (~190 kbps) or CBR -b:a 192kThis skill:
安装 Audio 后,可以对 AI 说这些话来触发它
Help me get started with Audio
Explains what Audio does, walks through the setup, and runs a quick demo based on your current project
Use Audio to process, enhance, and convert audio files with noise removal, norma...
Invokes Audio with the right parameters and returns the result directly in the conversation
What can I do with Audio in my design & creative workflow?
Lists the top use cases for Audio, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/audio/ 目录(个人级,所有项目可用),或 .claude/skills/audio/(项目级)。重启 AI 客户端后,用 /audio 主动调用,或让 AI 根据上下文自动发现并使用。
Audio 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Audio 可免费安装使用。请查阅仓库了解许可证信息。
Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows.
Audio 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Audio
Identifies repetitive steps in your workflow and sets up Audio to handle them automatically