status

Generate a read-only snapshot of the agent's environment and tools.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill status-stevengonsalvez
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/stevengonsalvez/nanoclaw-standalone/tree/main/container/skills/status
Command: npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill status-stevengonsalvez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a quick, read-only snapshot of the agent's current environment and available tools to enable fast, non-invasive system health checks.

Core Features & Use Cases

  • Session context: captures timestamp, working directory, and active channel for context.
  • Workspace visibility: reports mounted paths under /workspace and related mounts to verify environment exposure.
  • Tool availability: indicates which tool families are accessible (Core, Web, Orchestration, MCP) for immediate task planning.
  • Task snapshot: lists active or scheduled tasks via MCP to surface ongoing workflows.

Quick Start

Ask '/status' in the main chat to generate a live system health report.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check agent system status and workspace health?▼

To check agent system status, run '/status' in the main chat to generate a read-only snapshot capturing session context, workspace visibility, tool availability, and active task data.

What is included in a system health snapshot for agent environments?▼

A system health snapshot includes the current timestamp, working directory, mounted workspace paths, accessible tool families like Core and Web, and a list of active or scheduled MCP tasks.

How can I verify which tools are available in my current agent session?▼

You can verify tool availability by requesting a system status report, which indicates accessible tool families such as Core, Web, Orchestration, and MCP for immediate task planning.

Does the system status check expose sensitive environment data?▼

The system status check does not expose sensitive data, utilizing safe formatting and shell checks to produce a concise, read-only report of non-sensitive environment and tool information.

How do I monitor active tasks and workspace mounts without invasive commands?▼

You can monitor active tasks and workspace mounts by generating a read-only status report, which safely lists scheduled MCP tasks and reports mounted paths under '/workspace'.

Can I use system status checks to plan my next agent workflow?▼

You can use system status checks to plan workflows, as the generated report surfaces active task snapshots and tool availability, allowing you to verify environment exposure before executing tasks.