How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-mascot:speak-allhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CC Mascotアプリの発話フィルタを解除し、すべてのClaude Codeセッションの応答を発話対象に戻します。
CC Mascotアプリの発話フィルタを解除し、すべてのClaude Codeセッションの応答を発話対象に戻します。
OSに応じて以下のいずれかのBashコマンドを実行してください。 このコマンドはプロジェクト外のディレクトリにアクセスするため、sandboxが有効な場合は無効にして実行する必要があります:
macOS:
rm -f "$HOME/Library/Application Support/cc-mascot/active-session"
Windows:
rm -f "$APPDATA/cc-mascot/active-session"
処理が成功したら「CC Mascotの発話をすべてのセッションに戻しました。」と報告してください、作業内容について詳しく説明する必要はありません。
npx claudepluginhub kazakago/cc-mascot --plugin cc-mascotEnables voice output in Claude Code by speaking text wrapped in <say> tags while claudio proxy runs. Narrate explanations, tool calls, updates, and findings aloud.
Enables voice conversations with Claude Code using speech-to-text and text-to-speech. Includes setup, diagnostics, and MCP-based voice interaction.
Manages echook audio notifications for Claude Code, Cursor, and Codex: installs, configures, snoozes, mutes, tests, troubleshoots, and monitors context window usage.