/status
Check connectivity and configuration status of all council providers
$ npx -y skills add hex/claude-council --agent claude-codeShips with claude-council. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
What this command does when you run it.
Check connectivity and configuration status of all council providers
Command definition
status.mddescription: Check connectivity and configuration status of all council providers allowed-tools: Bash(bash */scripts/check-status.sh*), Bash(bash */scripts/run-council.sh *)
Check the status of all configured AI providers.
Execution
Run the status check script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-status.shOutput
Present the script output directly - it includes formatted status for each provider:
- Connection status (connected, timeout, auth error, not configured)
- Response time in milliseconds
- Configured model name
- Per-provider fix command for anything not available
- Summary of available providers
No additional formatting needed - the script handles all presentation.
Background Jobs
Also list any background council jobs:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/run-council.sh --jobsIf the output is non-empty, present it as a table (job id, status, created) and mention `/claude-council:result <job-id>`. If empty, omit the section.
A Claude Code plugin that consults multiple AI coding agents in parallel and shows you their answers side-by-side.
Repo: hex/claude-council
Other commands on claude-council.
- /ask
Query multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture decisions, technology choices, debugging dead-ends, and security tradeoffs. Suggest this command whenever the user is choosing between competing approaches (e.g., databases,
Open command - /result
Fetch, list, or cancel background council jobs started with --async
Open command

