debug

Diagnose NanoClaw container issues by debugging logs, environment, mounts, and sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The NanoClaw container debugging skill helps engineers diagnose why the containerized agent misbehaves, covering logs, environment variables, mounts, and session persistence issues.

Core Features & Use Cases

  • Architecture overview and troubleshooting guidance for containerized agents.
  • Log analysis, environment validation, and mount/session issue diagnosis to stabilize runs.
  • Use Case: When a container fails to start or session resumption breaks, apply these steps to identify root causes and implement fixes.

Quick Start

Run the quick diagnostic script to identify common NanoClaw container issues.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I troubleshoot a NanoClaw container that fails to start?

To troubleshoot container startup failures, run the quick diagnostic script to analyze logs, validate environment variables, and inspect mounts. This structured workflow isolates root causes and provides recommended commands to resolve common initialization issues.

Why does session resumption break in my containerized agent?

Session resumption breaks due to misconfigured environment variables, invalid mount paths, or session persistence failures. Apply structured troubleshooting steps to inspect session handling, validate mounts, and isolate the specific configuration causing the resumption issue.

What is the best way to analyze container logs for authentication problems?

The best way to analyze logs for authentication problems is using a structured troubleshooting workflow that inspects logs alongside environment variables and session handling. This approach delivers targeted commands to quickly diagnose and resolve authentication failures.

Can I use this diagnostic workflow during CI cycles for container failures?

Yes, you can apply this diagnostic workflow during CI cycles to resolve container failures. It delivers structured troubleshooting steps and recommended commands to validate environments, inspect mounts, and isolate root causes safely within automated pipelines.

How do I validate environment variables and mounts when debugging container issues?

To validate environment variables and mounts during container debugging, run the quick diagnostic script to inspect configurations against expected values. This structured workflow identifies mismatches and provides commands to safely resolve mount and environment issues.