What problem does it solve? Containerized agent sessions can fail silently: messages never reach the container, replies never get delivered, or containers exit without explanation. This Skill provides a systematic debugging workflow for the NanoClaw container execution system, covering logs, session databases, mounts, and the most common failure modes. ## Core Features & Use Cases - Message Flow Tracing: Inspect inbound.db and outbound.db session databases to determine whether a message reached the container and whether the agent produced a reply. - Common Issue Playbooks: Step-by-step diagnosis for duplicate service instances causing lost deliveries, container exit and authentication failures, mount problems, and stale heartbeat detection. - Operational Commands: Ready-to-use commands for querying session DBs, restarting containers via the ncl CLI, probing the agent image with Docker, and running a quick diagnostic script. - Use Case: Your bot stops replying on Telegram. Use this Skill to discover that a duplicate NanoClaw service instance with a stale binary is racing the delivery poll and marking messages delivered without sending them, then stop the stale service. ## Quick Start Ask the agent to debug why the NanoClaw container is not replying to messages and have it check the host error log and session databases.