Stats
Actions
Tags
From stts
User speaks the prompt, which is sent to the Model, the received response is spoken/read aloud in a loop.
How this command is triggered — by the user, by Claude, or both
Slash command
/stts:sttsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Call the stt MCP tool and read its response. If the response is empty, output 'Done.' and stop. Otherwise, treat the response as a prompt and answer it. Pass that answer to the tts MCP tool. Repeat in a loop. While the loop is running, do not output anything else to the user.
Call the stt MCP tool and read its response. If the response is empty, output 'Done.' and stop. Otherwise, treat the response as a prompt and answer it. Pass that answer to the tts MCP tool. Repeat in a loop. While the loop is running, do not output anything else to the user.
npx claudepluginhub sandipchitale/cc-gc-stts --plugin stts