debug

Diagnose MolClaw container runtime issues via logs, env, mounts, and authentication.

30|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/IDEA-XL/MolClaw --skill debug-idea-xl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/IDEA-XL/MolClaw/tree/main/.claude/skills/debug
Command: npx skills add https://github.com/IDEA-XL/MolClaw --skill debug-idea-xl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debug MolClaw container runtime by diagnosing logs, environment variables, mounts, and authentication issues to enable faster repair.

Core Features & Use Cases

  • Log analysis: quickly locate root causes in container and host logs.
  • Env & mounts validation: ensure environment files and volume mounts align with runtime expectations.
  • Guided remediation: provide structured steps to fix common container failures and authentication problems.
  • Use Case: When a container startup fails due to missing env vars, run this guide to identify the missing variable and correct the configuration.

Quick Start

Provide a failing context (group, logs snippet, or error message) and this skill will guide you to the root cause and suggested fixes.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I debug MolClaw container startup failures?

Debug MolClaw container runtime by analyzing logs, environment files, and mount configurations to identify missing variables or misconfigurations. Providing an error message or logs snippet guides you to the root cause and suggested fixes for startup failures.

Why does my MolClaw container fail with authentication errors?

MolClaw container authentication errors occur when environment variables or host and container interactions are misconfigured. Analyze environment files and container logs to validate authentication settings and apply the provided structured steps to resolve access failures.

How do I validate environment variables and volume mounts for a failing container?

Validate environment variables and volume mounts by checking that environment files and mount configurations align with runtime expectations. Analyze these settings alongside container logs to locate discrepancies causing runtime failures or missing variable errors.

Do I need special tools or keys to diagnose MolClaw container issues?

No special tools or keys are required to diagnose MolClaw container issues. You only need standard runtime debugging information, including access to container logs, environment files, and mount configurations to troubleshoot host and container interactions.

What is the best way to resolve runtime misconfigurations across host and container interactions?

The best way to resolve runtime misconfigurations across host and container interactions is to analyze logs, environment variables, and mounts together. This approach quickly locates root causes and provides structured steps to fix common container failures.