add-voice-transcription
仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
快速把语音变成文字,便于代理理解和回复
▸ 风险提示
需调用 OpenAI Whisper API,需外部密钥并上传音频
这个 Skill 做什么
为 FFT_nano 的 WhatsApp 语音消息使用 Whisper 自动转写并供代理读取。
把 WhatsApp 的语音消息自动转成文本,方便代理直接读懂并回复用户。需要处理用户语音输入、要让模型理解内容时使用。特点是用 OpenAI 的 Whisper 做转写,结果会交给代理供后续问答与处理,省去人工听写。
▸ 展开 SKILL.md 英文原文
Add voice message transcription to FFT_nano using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them. Use when this capability is needed.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0-cyberdyne-systems-0--fft-nano--add-voice-transcription/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0-cyberdyne-systems-0--fft-nano--add-voice-transcription/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Add Voice Message Transcription This skill adds automatic voice message transcription using OpenAI's Whisper API. When users send voice notes in WhatsApp, they'll be transcribed and the agent can read and respond to the content. **UX Note:** When asking the user questions, prefer using the `AskUserQuestion` tool instead of just outputting text. This integrates with Claude's built-in question/answer system for a better experience. ## Prerequisites **USER ACTION REQUIRED** **Use the AskUserQuestion tool** to present this: > You'll need an OpenAI API key for Whisper transcription. > > Get one at: https://platform.openai.com/api-keys > > Cost: ~$0.006 per minute of audio (~$0.003 per typ
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有