Agent skill · AI & Agents

ai-status

Check your AI model configuration - see what's set up, current model, credits remaining

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-status --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/ai-status/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Purpose Quick status check for AI model configuration. Shows: - Which models are configured (premium, budget, offline) - Current model in use - OpenRouter credit balance - Ollama status - Quick tips for switching ## When to Run - User types `/ai-status` - User asks "what model am I using?" - User asks about AI credits or costs - Troubleshooting model issues --- ## Execution ### Step 1: Gather Status Run the test script silently: ```bash bash ~/Claudesidian/System/scripts/test-ai-connections.sh 2>/dev/null ``` Also check: - Current pi model (from session state) - `System/user-profile.yaml` for AI settings ### Step 2: Display Status ``` **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` — Configur

What's inside
Steps it walks through
  1. Purpose
  2. When to Run
  3. Execution
  4. Step 1: Gather Status
  5. Step 2: Display Status
  6. Step 3: Offer Help if Issues
  7. Edge Cases
  8. No Alternative Models Configured
  9. Currently Offline
  10. Track Usage (Silent)
Ships with 1 file
  • metadata.json
Commands it runs
bash ~/Claudesidian/System/scripts/test-ai-connections.sh 2>/dev/null
More from claude-skill-registry
All skills →
About this skill
What does the ai-status skill do?

Check your AI model configuration - see what's set up, current model, credits remaining

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-status --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going