← Back to list

status
by alejandrolaborda
Agent Tools
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: status description: | Show current second-opinion configuration. Use when user says "second opinion status", "which agents", "show config", or wants to see which AI agents are enabled for second opinions.
Second Opinion Status
Show current configuration and agent status.
Instructions
When invoked:
- Read the local config from
.claude/second-opinion.jsonif it exists - Check environment variables for
SECOND_OPINION_HOSTandENABLED_AGENTS - Check API key availability for each agent:
- Stored in local config
- Environment variable
- GitHub CLI (
gh auth token)
- Display status in this format:
## Second Opinion Configuration
**Config source:** local | env | default
**Config file:** .claude/second-opinion.json
### Agent Status
| Agent | Enabled | API Key |
|-------|---------|---------|
| openai | ✓ | ✓ stored in config |
| anthropic | ✗ (excluded - host agent) | - |
| gemini | ✓ | ✓ stored in config |
| github | ✓ | ✓ auto-detected from gh CLI |
### Host Exclusion
Host: claude-code
Excluded agent: anthropic
### To Change
Run `/second-opinion setup` to reconfigure agents.
Key Detection Priority
For each agent, check in this order:
- Environment variable (highest priority)
- Stored in local config (
.claude/second-opinion.json) - GitHub CLI (for github agent only, via
gh auth token)
Config File Format
The config file at .claude/second-opinion.json:
{
"enabledAgents": ["openai", "gemini", "github"],
"apiKeys": {
"openai": "sk-...",
"gemini": "AI..."
},
"updatedAt": "2024-01-16T12:00:00Z"
}
Fallback Behavior
If no local config exists:
- Check
ENABLED_AGENTSenv var (comma-separated) - If not set, all agents are enabled by default
- API keys are checked from environment variables only
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon