Skip to content
Development
Command

/status

Check connectivity and configuration status of all council providers

From plugin
claude-council
7394 skills1 agent4 commands1 hook
Install
$ npx -y skills add hex/claude-council --agent claude-code

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.md
description: 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.sh

Output

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 --jobs

If 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.

Ships withclaude-council

A Claude Code plugin that consults multiple AI coding agents in parallel and shows you their answers side-by-side.

Get the whole plugin

Other commands on claude-council.