debug

Diagnose containerized agent issues by analyzing logs and verifying environment variables.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jokim1/clawrocket --skill debug-jokim1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/jokim1/clawrocket/tree/main/.claude/skills/debug
Command: npx skills add https://github.com/jokim1/clawrocket --skill debug-jokim1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you troubleshoot and resolve issues with the containerized agent execution system, including problems with logs, environment variables, mounts, and common errors.

Core Features & Use Cases

  • Log Analysis: Pinpoint errors by examining host and container logs.
  • Environment & Mount Verification: Ensure correct environment variables and file mounts are configured for the container.
  • Common Issue Resolution: Guides you through fixing authentication failures, permission errors, and session resumption problems.
  • Use Case: If your container agent is failing to start or encountering unexpected errors, use this Skill to systematically check its configuration, logs, and environment to identify the root cause.

Quick Start

Run the quick diagnostic script to check for common NanoClaw container setup issues.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I troubleshoot a Docker container agent that fails to start?

Troubleshooting a Docker container agent that fails to start involves analyzing host and container logs, verifying environment variables, and checking mount configurations to identify the root cause.

Why does my container agent encounter authentication failures and permission errors?

Authentication failures and permission errors in a container agent typically occur when environment variables are incorrectly configured or file mounts lack the proper permissions for the runtime environment.

What is the best way to diagnose session persistence issues in a containerized agent?

Diagnosing session persistence issues in a containerized agent requires inspecting the container runtime configurations and analyzing logs to ensure state is properly maintained across restarts.

Can I inspect Docker runtime configurations to resolve environment variable errors?

Yes, you can inspect Docker runtime configurations to resolve environment variable errors by verifying that the required variables are correctly passed and mounted into the container execution environment.

Do I need access to host logs to debug container agent execution issues?

Yes, you need access to host logs to debug container agent execution issues effectively, as they provide critical runtime context alongside container logs and configuration data.