debug
仓库创建 2026年1月31日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由
能快速定位容器运行与认证问题,适合运维故障处理。
▸ 风险提示
需访问容器日志和会话 DB,可能接触敏感信息。
这个 Skill 做什么
排查 NanoClaw 容器代理的故障、日志与认证问题。
排查 NanoClaw 容器代理的故障、认证和日志问题,帮你定位为什么容器不工作或会话异常。会看日志、session DB、挂载点和认证流程,适合容器代理行为异常、连接失败或需要理解内部架构时使用。要点是运行环境由宿主 Node 进程编排,session DB 是宿主与容器之间唯一的 IO 界面。
▸ 展开 SKILL.md 英文原文
Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, session DBs, mounts, and common issues.
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/debug/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/debug/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# NanoClaw Container Debugging
This guide covers debugging the containerized agent execution system.
## Architecture Overview
The host is a single Node process that orchestrates per-session agent containers. The two session DBs are the **sole** IO surface between host and container — there is no IPC, no file watcher, and no stdin piping.
```
Host (Node) Container (Bun, Linux VM)
──────────────────────────────────────────────────────────────────────
src/container-runner.ts container/agent-runner/src/
│ │
│ spawns one container per session │ polls inbound.db for work,
│ with the via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有