Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:17
forks:4
updated:12. Februar 2026 um 01:58
SKILL.md
| 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.