debug Skill
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. Published by microsoft in amplifier-app-nanoclaw.
What is debug Skill?
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. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use debug Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/debug/SKILL.md
What it does
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.
Skill instructions
NanoClaw Container Debugging This guide covers debugging the containerized agent execution system. Architecture Overview Host (macOS) Container (Linux VM) ───────────────────────────────────────────────────────────── src/container-runner.ts container/agent-runner/ │ │ │ spawns container │ runs Claude Agent SDK │ with volume mounts │ with MCP servers │ │ ├── data/env/env ────────────── /workspace/env-dir/env ├── groups/{folder} ─────────── /workspace/group ├── data/ipc/{folder} ──────── /workspace/ipc ├── data/sessions/{folder}/.claude/ ── /home/node/.claude/ (isolated per-group) └── (main only) project root ── /workspace/project 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. Log Locations | Log | Location | Content | |-----|----------|---------| | Main app logs | logs/nanoclaw.log | Host-side WhatsApp, routing, container spawning | | Main app errors | logs/nanocla
Explore related resources
Frequently asked questions
What is debug?
debug is a open-source AI agent skill with Copy skill directory. 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.
Who is debug best for?
debug is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install debug?
Install or run debug using Copy skill directory. Check debug for the latest setup command.
Is debug actively maintained?
debug may need a closer maintenance check before production use.
Auto-fetched from GitHub.