debug

Diagnose NanoDex Docker runtime issues via image, API key, and session checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps diagnose and resolve common issues encountered when running the NanoDex assistant, particularly those related to its Docker containerized environment, authentication, and data persistence.

Core Features & Use Cases

  • Container Health Check: Verifies the build process and the existence of the Docker agent image.
  • Configuration Validation: Checks for essential environment variables like API keys.
  • State Persistence Verification: Ensures session data is correctly mounted for continuity.
  • Log Analysis: Guides users to relevant host and container logs for deeper inspection.
  • Use Case: If your NanoDex agent is not responding or showing errors, use this Skill to systematically check the Docker setup, API key configuration, and session mounts to pinpoint the cause.

Quick Start

Run the debug skill to check the status of the nanodex container and its configuration.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I debug a NanoDex Docker container that fails to build?

To debug a NanoDex Docker container build failure, verify the Docker agent image integrity and existence. Check the container build process logs to diagnose the root cause of the runtime issue.

Why does my NanoDex runtime lose session data on restart?

NanoDex runtime loses session data when session mount points are incorrectly configured. Verify state persistence by ensuring session data is correctly mounted to maintain continuity across container restarts.

How do I troubleshoot authentication problems in a Docker runtime environment?

Troubleshoot Docker runtime authentication problems by validating configuration and checking for essential environment variables like API keys. Ensure the API key is present and correctly configured inside the container.

What is the best way to analyze Docker container logs for runtime errors?

The best way to analyze Docker container logs for runtime errors is to inspect host and container log files. Guide your troubleshooting by examining these logs for deeper inspection of NanoDex issues.

Do I need Docker installed to diagnose NanoDex runtime issues?

Yes, you need Docker installed to diagnose NanoDex runtime issues. The troubleshooting process requires checking the Docker image integrity, container build status, and verifying session mount points within the environment.