返回 Skill 列表
效率工具入门
ChatGPT 语音操控工作流 Skill
ChatGPT 桌面端语音交互专用。设计语音指令序列,解放双手完成复杂任务。
📋 SKILL.md 完整代码
--- name: chatgpt-voice-skill description: >- ChatGPT 桌面端语音交互专用。设计语音指令序列,解放双手完成复杂任务。 Use when working on chatgpt voice skill tasks. allowed-tools: Read,Write,Bash --- # ChatGPT 语音操控工作流 Skill ## Quick Start 1. Save as `~/.claude/skills/chatgpt-voice-skill/SKILL.md` 2. Restart Claude Code 3. Type `/chatgpt-voice-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/chatgpt-voice-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /chatgpt-voice-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
ChatGPT Voice 是什么
2026年8月 ChatGPT 桌面端更新语音交互功能,基于全新的 ChatGPT-Live 语音模型系列。用户可以通过语音向 ChatGPT 下达多步骤复杂指令,控制 AI 在电脑上执行任务:创建代码线程、提交 Pull Request、查找 Bug 根因。支持 ChatGPT Work 和 Codex 联动。
语音指令设计原则
①简短(<15字)②明确(不含歧义)③可串联(不需要中间确认的步骤串起来说)。反例:「帮我处理邮件」太模糊→正例:「总结今天未读邮件,列出需要回复的」。每步完成后 AI 会确认,关键步骤设检查点。
典型工作流
邮件处理:检查未读→总结要点→起草回复→排入日程。代码审查:拉取最新PR→运行测试→分析失败用例→定位问题代码→生成修复建议。数据整理:打开XX表格→筛选XX条件→生成图表→导出PDF。