How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-mascot:speak-thishaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CC Mascotアプリの発話対象を、現在のClaude Codeセッションのみに絞り込みます。
CC Mascotアプリの発話対象を、現在のClaude Codeセッションのみに絞り込みます。
$CC_MASCOT_SESSION_ID からセッションIDを取得するOSに応じて以下のいずれかのBashコマンドを実行してください。 このコマンドはプロジェクト外のディレクトリにアクセスするため、sandboxが有効な場合は無効にして実行する必要があります:
macOS:
echo -n "$CC_MASCOT_SESSION_ID" > "$HOME/Library/Application Support/cc-mascot/active-session"
Windows:
echo -n "$CC_MASCOT_SESSION_ID" > "$APPDATA/cc-mascot/active-session"
処理が成功したら「CC Mascotの発話をこのセッションのみに切り替えました」と報告してください、作業内容について詳しく説明する必要はありません。
もし $CC_MASCOT_SESSION_ID が空の場合は、「セッションIDが取得できませんでした。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.
Agent-to-agent messaging bus for Claude Code. Sends messages between local sessions, delegates tasks, fans-out work, and coordinates concurrent agents on the same machine.