What problem does it solve?
Provides a concise, read-only health check of the current agent environment so users can quickly verify session context, workspace mounts, tool availability, container utilities, and scheduled tasks without performing invasive diagnostics.
Core Features & Use Cases
- Main-channel enforcement: Detects whether the command is being run in the main chat where /workspace/project is mounted and halts if not.
- Workspace & mount visibility: Lists workspace root, group folder contents, extra mounts, and IPC visibility to confirm accessible files and mounts.
- Tool and container checks: Reports availability of core tools and container utilities such as agent-browser, Node, and Claude CLI.
- Task snapshot via MCP: Calls the mcp__nanoclaw__list_tasks endpoint to enumerate scheduled tasks and report whether any tasks are present.
- Use Case: Use this to quickly validate an execution environment before running development, orchestration, or long-running tasks.
Quick Start
Run /status in your main chat to get a concise environment health summary including mounts, tool availability, container versions, and scheduled tasks.