debug

Diagnose and resolve failures in NanoClaw containerized agent environments.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill debug-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/debug
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill debug-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the frustration of troubleshooting broken NanoClaw containerized agent workflows, from failed container launches to lost messages and session resumption failures, cutting down hours of manual log investigation and guesswork.

Core Features & Use Cases

  • Comprehensive Issue Coverage: Addresses 6+ common failure modes including duplicate service instances, missing authentication, incorrect mount paths, MCP server crashes, and permission errors.
  • Step-by-Step Resolution: Provides clear root cause explanations, diagnostic commands, and exact configuration fixes for each identified issue.
  • Use Case: For example, if your NanoClaw bot stops replying to user messages, use this Skill to quickly confirm if a stale duplicate service is causing silent message loss and resolve the issue in minutes.

Quick Start

Use the debug skill to diagnose why your NanoClaw container agent is failing to send messages or resume user sessions and apply the correct fix.

Frequently Asked Questions about debug

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

FAQPage Schema
Why does my NanoClaw container agent fail to send messages or resume Claude Code SDK sessions?

NanoClaw container agent silent message loss and session resumption failures are typically caused by stale duplicate service instances. Use diagnostic commands to identify duplicate processes and apply corrective actions to resolve the behavior.

How do I troubleshoot Docker container launch errors and mount path misconfigurations for NanoClaw agents?

Troubleshoot Docker container launch errors by validating NanoClaw mount path configurations and checking filesystem permissions. Execute diagnostic commands to verify environment variable passing and correct path misconfigurations preventing agent execution.

What is the best way to fix MCP server crashes and authentication failures in containerized agent execution environments?

Fix MCP server crashes and authentication failures by validating environment variable passing and checking missing authentication configurations in Docker setups. Apply configuration validation steps to restore containerized agent execution environments.

How do I resolve NanoClaw filesystem permission errors when running containerized Claude Code agents?

Resolve NanoClaw filesystem permission errors by validating Docker container mount paths and environment variable configurations. Apply corrective actions to fix permission settings that block containerized Claude Code agent execution.