status

Displays agent runtime status including model, context usage, memory, crons, and channels.

62|14|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/crisandrews/ClawCode --skill status-crisandrews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/crisandrews/ClawCode/tree/main/skills/status
Command: npx skills add https://github.com/crisandrews/ClawCode --skill status-crisandrews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When running a persistent Claude Code agent across CLI and messaging channels, users lack a quick way to check the agent's current state — which model is running, how much context is consumed, memory stats, cron schedules, and connected channels. This Skill consolidates all of that into one compact status card. ## Core Features & Use Cases - Unified status card: Shows identity, model name, context window usage, memory file/chunk counts, cron schedules, voice backend, and active messaging channels in a few lines. - Multi-surface formatting: Adapts output for CLI, WhatsApp, and Telegram with appropriate markdown conventions per channel. - Real data only: Pulls live data from MCP tools (agent_status, agent_config), the statusline JSON file, and the crons registry — never fabricates numbers. - Use Case: From WhatsApp you type "status del agente" and immediately receive a compact card showing the agent is on Opus 4.6, context at 23%, 42 memory files, heartbeat cron every 30 minutes, and WhatsApp connected. ## Quick Start Ask the agent "show me your current status" or invoke /status to get a compact runtime status card.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Claude Code agent's runtime status?

Invoke /status or ask "status del agente" from CLI or a connected messaging channel. The skill calls MCP tools and reads the statusline JSON to build a compact card with model, context, memory, crons, and channels.

What information does the agent status card show?

The card shows agent identity, current model display name, context window usage percentage, memory file and chunk counts, cron schedules like heartbeat and dreaming, voice backend state, and active messaging channels.

Does the status command work from WhatsApp or Telegram?

Yes, the skill works from messaging channels as well as the CLI. Output formatting adapts per surface: WhatsApp uses single-asterisk bold without headers, while Telegram and CLI support standard markdown bold.

Why does the status card say to run /cost for details?

The skill is purely informational and compact by design, showing only summary usage percentages. For detailed token and cost breakdowns it directs you to the native /cost or /usage commands, and /mcp for MCP server details.

What happens if the statusline JSON file is missing?

If /tmp/claude-statusline-latest.json does not exist or is stale, the skill falls back to telling the user to run /cost for details instead of fabricating context or session usage numbers.