status

Generate a read-only overview of Auggie environment status, mounts, tools, and tasks.

1|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/jboothomas/nauggieclaw --skill status-jboothomas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/jboothomas/nauggieclaw/tree/main/container/skills/status
Command: npx skills add https://github.com/jboothomas/nauggieclaw --skill status-jboothomas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The /status skill eliminates uncertainty about the live Auggie environment by building a concise, read-only summary of the session context, workspace mounts, available tools, container utilities, and scheduled tasks so you know whether you can safely proceed with other actions.

Core Features & Use Cases

  • Main channel verification ensures the report runs only when /workspace/project is mounted, otherwise it instructs the user to repeat the command from the main channel.
  • Workspace and mount visibility lists the workspace root, group folder, extra mounts, and IPC directory contents so you can confirm the agent sees the expected directories.
  • Tool, container, and task overview checks Core tools, Web integrations, subagents, the nauggieclaw MCP toolkit, container utilities like agent-browser, Node, and Auggie versions, and summarizes scheduled tasks to know if background work is pending.

Quick Start

Use the /status command inside the main Auggie channel to receive an immediate overview of mounts, tools, container utilities, and scheduled tasks.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check container health and tool availability in an Auggie session?

To check container health, run the /status command in the main Auggie channel to generate a read-only snapshot of workspace mounts, tool availability, container utilities, and scheduled tasks.

What does a workspace mount verification report include for agent environments?

A workspace mount verification report includes the workspace root, group folder, extra mounts, IPC directory contents, core tools, web integrations, subagents, container utilities, and scheduled tasks.

Can I run environment health checks outside the main Auggie channel?

No, environment health checks require running the command from the main Auggie channel. The report verifies that /workspace/project is mounted and instructs you to repeat the command from the main channel if not.

Do I need nauggieclaw MCP tools to check scheduled tasks and container utilities?

Yes, checking scheduled tasks and container utilities requires access to the nauggieclaw MCP tools, workspace directories, and standard shell utilities to collect live health metrics for the Auggie session.

Why does my workspace status check fail to list container utilities like agent-browser?

Your workspace status check fails if /workspace/project is not mounted in the main channel. You must execute the command from the main Auggie channel to collect live container utility metrics successfully.