status

Generate a read-only health report of the agent environment.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill status-ofirgavish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/OfirGavish/NinjaClaw-Nano/tree/main/container/skills/status
Command: npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill status-ofirgavish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a quick health snapshot of the agent environment to help users verify readiness and identify misconfigurations.

Core Features & Use Cases

  • Read-only health snapshot: session context, workspace mounts, tool availability, and task status.
  • Quick validation: ensures that the agent is properly mounted and has access to essential resources before proceeding with tasks.
  • Use Case: when a user asks for system status or runs /status, returns a concise report.

Quick Start

Ask the agent to run /status to generate a concise health report.

Frequently Asked Questions about status

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

FAQPage Schema
How do I run a health check on my agent environment?

A health check provides an instant, read-only snapshot of your agent environment. It verifies readiness by summarizing session context, workspace mounts, tool availability, and scheduled tasks without executing side effects.

What does an agent workspace health report include?

An agent workspace health report includes session context, workspace visibility, tool availability, and task status. It helps you verify that the agent is properly mounted and has access to essential resources before proceeding.

Can I audit containerized agent resources without causing side effects?

Yes, you can audit containerized agent resources without side effects. The status check implements a read-only auditing workflow, delivering a concise health report of the environment without executing any state-changing actions.

How do I verify tool availability and workspace mounts for my agent?

Verify tool availability and workspace mounts by requesting a health snapshot via /status. This validates that the agent is properly mounted and can access essential resources before you proceed with tasks.

What is the best way to identify agent environment misconfigurations?

The best way to identify agent environment misconfigurations is to run a read-only health snapshot. It quickly validates workspace visibility and tool availability to help you spot setup issues before executing tasks.