---
name: model-info
description: Get 100% accurate current model details including model name, provider, API endpoint, and session status
version: 1.0.0
author: AutoClaw
---
# Model Info Skill
Provides accurate, real-time information about the currently active AI model.
## Usage
Simply ask: **"model info"** or **"what model"** or **"model status"**
## What it Returns
- **Model Name:** Full model ID (e.g., stepfun-ai/step-3.5-flash)
- **Provider:** Which provider/API it's running on (Nvidia, OpenRouter, etc.)
- **API Key Type:** The API key source
- **Session Status:** Active session info
- **Cost & Tokens:** Current session usage stats
- **Runtime Configuration:** Think mode, elevated status, etc.
## Accuracy
100% accurate - pulls directly from `session_status` command output, the same system that tracks your current runtime.
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+trigger phrases are reasonably specific and cover common query patterns (model info, what model, model status).
+accurately documents what data fields are available (model name, provider, api key type, session status, cost tokens, runtime config).
weaknesses
~no procedure section: missing step-by-step instructions, decision logic, or explicit input/output contracts. vague on how to invoke or what preconditions exist.
~no edge case coverage: silent on failure modes (session inactive, api unreachable, permission denied, stale cache). no recovery guidance.
~lacks intent, outcome-signal, and decision-points. reads as a feature summary rather than an executable skill definition. '100% accurate' claim is unverified and unsupported by implementation details.