Podcast
播客制作:规划播客内容、制作音视频、生成片段和拓展多平台受众。
Create and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
clawhub install podcast使用 OpenAI 的 gpt-4o-mini-transcribe 模型转录音频文件,支持词汇提示和文本替换功能。
Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install voice-transcribe # 之后直接对 Claude 说"用 Voice Transcribe 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install voice-transcribe
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
依赖OpenAI的gpt-4o-mini-transcribe模型,需付费API配额,按音频时长计费
uv run /Users/darin/clawd/skills/voice-transcribe/transcribe <audio-file>
then respond based on the transcribed content.vocab.txt (for hints) or replacements.txt (for guaranteed fix). see sections below.# transcribe a voice memo
transcribe /tmp/voice-memo.ogg
# pipe to other tools
transcribe /tmp/memo.ogg | pbcopy
/Users/darin/clawd/skills/voice-transcribe/.env: OPENAI_API_KEY=sk-...
vocab.txt (one per line) to help the model recognize names/jargon:
Clawdis
Clawdbot
replacements.txt:
wrong spelling -> correct spelling
clawhub voice-transcribe meeting.mp3 --vocabulary "公司名,技术术语" --format json播客制作:规划播客内容、制作音视频、生成片段和拓展多平台受众。
Create and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
clawhub install podcast播客章节和亮点生成:从播客音频或文本自动提取章节标记、精彩片段和节目说明。
Create chapters, highlights, and show notes from podcast audio or transcripts. Use when a user wants chapter markers, highlight clips, or show-note drafts without publishing or distribution actions.
clawhub install podcast-chaptering-highlights