How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-mascot:speak-statushaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CC Mascotアプリの現在の発話フィルタ状態を確認し、報告します。
CC Mascotアプリの現在の発話フィルタ状態を確認し、報告します。
OSに応じて以下のいずれかのBashコマンドを実行してください:
macOS:
cat "$HOME/Library/Application Support/cc-mascot/active-session" 2>/dev/null
Windows:
cat "$APPDATA/cc-mascot/active-session" 2>/dev/null
取得したセッションIDと、環境変数 $CC_MASCOT_SESSION_ID(現在のセッションID)を比較し、結果に応じて以下のように報告してください:
$CC_MASCOT_SESSION_ID と一致する場合:「CC Mascotはこのセッション (<セッションID>) のみを発話対象としています。」$CC_MASCOT_SESSION_ID と異なる場合:「CC Mascotは別のセッション (<セッションID>) のみを発話対象としています。このセッションの発話は対象外です。」報告時、作業内容について詳しく説明する必要はありません。
npx claudepluginhub kazakago/cc-mascot --plugin cc-mascotEnforces terse, no-hedging voice in top-level conversations and orchestrator user-facing status: doubled state-transition phrases, limited vocabulary, fragments only.
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.