debug

Diagnose containerized BabyBot agent startup, authentication, and mount issues.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/abhaymundhara/babybot --skill debug-abhaymundhara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/abhaymundhara/babybot/tree/main/container/skills/debug
Command: npx skills add https://github.com/abhaymundhara/babybot --skill debug-abhaymundhara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers diagnose and fix issues in the containerized BabyBot agent runtime, including logs, environment, mounts, and authentication problems.

Core Features & Use Cases

  • Centralized debugging of the containerized agent with visibility into logs and container mounts.
  • Guidance for enabling verbose debugging and interpreting common errors (e.g., authentication, mount paths, session resumption).
  • Common issues and their fixes for authentication, environment variables, mounts, session continuity, and MCP server failures.
  • IPC debugging and quick diagnostic steps to verify setup and telemetry.

Quick Start

Run the Quick Diagnostic Script to verify NanoClaw container setup and session continuity.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I debug container startup failures for a containerized agent?

Debug container startup failures by running a quick diagnostic script to verify setup, checking container mount paths, and reviewing environment variable propagation across the runtime. This provides actionable fixes for common configuration issues.

What's the best way to resolve authentication problems in a containerized bot runtime?

Resolve authentication problems by locating and reviewing agent logs, then enabling verbose debug logging to interpret the specific authentication errors. This clarifies the failure point and provides documented fixes for common auth issues.

Why does environment variable propagation fail when debugging containerized agents?

Environment variable propagation fails when container mounts or runtime configurations are incorrect. Diagnose this by running IPC debugging steps and verifying the container mount configuration to ensure variables pass through correctly.

How do I enable debug logging to diagnose session resumption issues across container runtimes?

Enable debug logging by following the documented guidance for interpreting session continuity errors across container runtimes. This exposes the necessary telemetry to verify session resumption and identify the point of failure.

Do I need specific container runtimes to debug MCP server failures and mount paths?

No specific runtime is required, as the diagnostic workflow supports various container runtimes to debug MCP server failures and mount configuration. Use the quick diagnostic script to verify setup and telemetry across your environment.

How do I fix mount configuration issues when a containerized agent cannot access required paths?

Fix mount configuration issues by using IPC debugging to verify the mount paths and ensure the container runtime exposes the correct directories. The diagnostic script helps confirm setup and identify path mismatches.