在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用talk
星标22
分支5
更新时间2026年2月12日 01:58
Start a voice conversation using the Pipecat MCP server
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Start a voice conversation using the Pipecat MCP server
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | talk |
| description | Start a voice conversation using the Pipecat MCP server |
Start a voice conversation using the Pipecat MCP server.
start() to initialize the voice agentspeak(), then call listen() to wait for inputspeak() (do NOT call listen() yet)speak() frequently to give progress updates — after each significant step (e.g., "Reading the file now", "Making the change", "Done with the first file, moving to the next one"). Never let more than a few tool calls go by in silence.speak() to report the resultlisten() to wait for the next user inputspeak() then immediately call listen()speak(), then call stop()The key principle: listen() means "I'm done and ready for the user to talk." Never call it while you still have work to do or updates to communicate.
speak() to ask for verbal confirmation, then call listen() to get the user's response before proceeding.list_windows() and screen_capture(), if there are multiple windows for the same app or you're unsure which window the user wants, ask for clarification before capturing.stop() when the conversation ends.