·debug
</>

debug

creatuluw/nanoclaw

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.

2Installs·0Trend·@creatuluw

Installation

$npx skills add https://github.com/creatuluw/nanoclaw --skill debug

SKILL.md

Important: The container runs as user node with HOME=/home/node. Session files must be mounted to /home/node/.claude/ (not /root/.claude/) for session resumption to work.

| Main app logs | logs/nanoclaw.log | Host-side WhatsApp, routing, container spawning | | Main app errors | logs/nanoclaw.error.log | Host-side errors | | Container run logs | groups/{folder}/logs/container-.log | Per-run: input, mounts, stderr, stdout | | Claude sessions | /.claude/projects/ | Claude Code session history |

Fix: Ensure .env file exists with either OAuth token or API key:

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues. Source: creatuluw/nanoclaw.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/creatuluw/nanoclaw --skill debug
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is debug?

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues. Source: creatuluw/nanoclaw.

How do I install debug?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/creatuluw/nanoclaw --skill debug Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/creatuluw/nanoclaw

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05