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.