From claude-cast
Configures claude-cast settings like Twitch Client ID, YouTube API key, layout modes, volume, and tmux pane width. Invoke with 'show' to view or 'set <key> <value>' to update config.json.
npx claudepluginhub kvreem/claude-cast --plugin claude-castThis skill is limited to using the following tools:
Configure claude-cast preferences and API keys.
Configures YouTube plugin for anonymous or personalized search modes via cookies, refreshes auth state, and sets defaults like language, locale, and result limits.
Controls local Chromecast devices using catt CLI: scan/discover, cast media/URLs/files/sites, playback/volume/queue management, seek/mute.
Reference every Claude Code setting option from permissions, hooks, and sandbox to models, status line, and MCP servers. Use for config customization and troubleshooting.
Share bugs, ideas, or general feedback.
Configure claude-cast preferences and API keys.
Arguments: $ARGUMENTS
| Setting | Description | Default |
|---|---|---|
layout | Default layout mode: compact, rich, or minimal | compact |
volume | Default volume (0-100) | 75 |
pane-width | Tmux pane width in columns | 40 |
twitch-client-id | Twitch Client ID for richer metadata (optional) | none |
youtube-api-key | YouTube Data API key for chat (required for YouTube chat) | none |
Show current config:
/claude-cast:configure show
Set a value:
/claude-cast:configure set layout rich
/claude-cast:configure set volume 50
/claude-cast:configure set youtube-api-key AIza...
Config is stored at ~/.claude/channels/claude-cast/config.json.