원클릭으로
ai-status
Check your AI model configuration - see what's set up, current model, credits remaining
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check your AI model configuration - see what's set up, current model, credits remaining
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Extract and track commitments from meeting notes - who promised what to whom, with deadlines and status tracking.
Route tasks to Pi for comparison testing. Toggle Pi mode or run specific commands through Pi.
View and manage Pi-built extensions synced to Amp. Shows available tools, commands, and sync status.
Review proposed actions surfaced by the B-1 Activation Engine. Gathers recent signals, extracts candidates, ranks them, drafts artifacts, and captures the user's response per offer. Standalone — does not modify /daily-plan.
Configure AI model options - budget cloud models (save 80%+) and offline mode (use Amp without internet)
Add an MCP server using Amp-safe scope (user by default)
| name | ai-status |
| description | Check your AI model configuration - see what's set up, current model, credits remaining |
Quick status check for AI model configuration. Shows:
/ai-statusRun the test script silently:
bash "$CLAUDE_PROJECT_DIR/System/scripts/test-ai-connections.sh" 2>/dev/null
Also check:
System/user-profile.yaml for AI settings**Your AI Configuration**
| Mode | Status | Model |
|------|--------|-------|
| Premium | ✅ Ready | Claude Sonnet |
| Budget Cloud | {{✅ Ready / ❌ Not set up}} | {{Kimi K2.5 / —}} |
| Offline | {{✅ Ready / ❌ Not set up}} | {{Qwen 2.5 14B / —}} |
| Smart Routing | {{✅ Enabled / ❌ Disabled}} | |
**Currently using:** {{current_model}}
{{If OpenRouter configured:}}
**OpenRouter credits:** ${{balance}} remaining
{{If Ollama configured:}}
**Ollama:** {{Running ✅ / Not running ⚠️}}
---
**Quick actions:**
- `/model` — Switch models
- `/ai-setup` — Configure more options
- "Use budget model" — Quick switch for this task
If something isn't working:
**⚠️ Issues detected:**
{{If OpenRouter not working:}}
- Budget cloud: API key may be invalid or no credits
Fix: Check openrouter.ai/credits
{{If Ollama not running:}}
- Offline mode: Ollama isn't running
Fix: Open Ollama app, or run `ollama serve` in Terminal
Need help? Run `/ai-setup` to reconfigure.
**Your AI Configuration**
Currently using **Claude** (premium) only.
Want to save money or work offline? Run `/ai-setup` to configure:
- 💰 Budget cloud (80% cheaper for routine tasks)
- ✈️ Offline mode (works without internet)
**Your AI Configuration**
⚠️ **Currently offline** — Using local model
| Mode | Status |
|------|--------|
| Premium (Claude) | ❌ No internet |
| Budget Cloud | ❌ No internet |
| **Offline** | ✅ Active |
**Using:** Qwen 2.5 14B (local)
When you're back online, I'll automatically have access to Claude again.
Update System/usage_log.md to mark AI status check as used.
Analytics (Silent):
Call track_event with event_name ai_status_checked (no properties).
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".