debug

Diagnose and fix container issues for NanoClaw deployments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers diagnose and fix container agent issues by centralizing debugging guidance, log locations, environment considerations, and common failure scenarios.

Core Features & Use Cases

  • Comprehensive debugging guide for containerized agents, including log locations, environment variable handling, and mount configurations.
  • Troubleshooting playbooks for authentication problems, container startup failures, and MCP server issues.
  • Educational reference to understand container isolation, per-group sessions, and session resumption.

Quick Start

Ask it to guide you through diagnosing a failing NanoClaw container by reviewing logs, environment variables, mounts, and session configuration.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I debug container startup failures and authentication problems?

To debug container startup failures and authentication problems, review container logs, verify environment variable configurations, and check mount setups to identify misconfigurations impacting deployment.

How do I troubleshoot MCP initialization issues in a containerized environment?

To troubleshoot MCP initialization issues, verify container compatibility, ensure correct session paths, and confirm proper mounting to /home/node/.claude/ to enable successful session resumption.

Why does my container session fail to resume after restarting?

Container session resumption fails when mount configurations are incorrect. Ensure volumes are properly mounted to /home/node/.claude/ and session paths are valid to restore per-group container states.

What log locations should I check when diagnosing container agent issues?

When diagnosing container agent issues, check centralized log locations provided by the debugging guide, alongside environment variable configurations and mount settings to pinpoint failures.

Does container isolation affect how I troubleshoot per-group container sessions?

Container isolation impacts troubleshooting by requiring per-group session configurations to be verified individually, ensuring correct session paths and mount points for each isolated environment.

What is the best way to diagnose a failing NanoClaw container deployment?

The best way to diagnose a failing NanoClaw container deployment is systematically reviewing logs, validating environment variables, checking mount configurations, and verifying session setup.