debug

Diagnose agent issues by analyzing logs, environment variables, and IPC data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debugging guidance for diagnosing why an agent is malfunctioning, including logs, environment variables, IPC data, and common failure modes.

Core Features & Use Cases

  • Step-by-step troubleshooting guidance to identify root causes from logs and IPC artifacts.
  • Environment and session validation to verify correct host and per-group configurations.
  • Incident response workflows to reproduce issues and collect diagnostic data for faster resolution.

Quick Start

Enable verbose debugging and review logs, environment variables, and IPC artifacts to identify and fix agent issues.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I debug agent malfunctions using logs and IPC data?

Diagnose agent authentication failures by validating configuration files and databases to verify correct host and per-group agent session setups, correcting any invalid environment variables found.

What is the best way to troubleshoot agent session and authentication failures?

Troubleshoot agent authentication failures by validating configuration files and databases to verify correct host and per-group agent session setups, correcting any invalid environment variables found.

How does analyzing IPC artifacts help with agent troubleshooting?

Collect diagnostic data for incident response by reproducing the agent issue, enabling verbose debugging, and extracting the corresponding logs and environment variables for step-by-step root cause analysis.

How do I collect diagnostic data to reproduce agent issues?

Collect diagnostic data for incident response by reproducing the agent issue, enabling verbose debugging, and extracting the corresponding logs and environment variables for step-by-step root cause analysis.

Why do I need to validate environment variables for per-group agent sessions?

You need to validate environment variables for per-group agent sessions because incorrect host configurations and invalid environment setups are common failure modes that cause agents to malfunction.