From pipecat-cloud
Initiates a voice conversation via the Pipecat MCP server for hands-free task execution. Claude speaks progress updates and listens for user commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pipecat-cloud:talkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.npx claudepluginhub pipecat-ai/skills --plugin pipecatStarts an ongoing voice conversation using the voicemode MCP tool. Supports custom voice, initial message, and multi-agent turn-taking with hold_conch. Includes install/reconnect instructions.
Generates a per-session web app with WebRTC voice to OpenAI Realtime for quick audio conversations. Supports live data operations or distill mode for structured deliverables.
Local-first text-to-speech and speech-to-text via the Voicebox MCP server. Generates speech from cloned or preset voice profiles for agent notifications, content voiceovers, and audio asset creation, and transcribes audio files for meeting notes or memos. Runs entirely on-device with no cloud, no API keys, no per-call cost. Use for voice generation, TTS, STT, transcription, voiceover, narration, dictation, audio asset work.