wasp-debug

Diagnose and fix errors across the UOMI WASM agent stack.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Uomi-network/agents-skills --skill wasp-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wasp-debug
Source: https://github.com/Uomi-network/agents-skills/tree/main/.claude/skills/wasp/skills/debug
Command: npx skills add https://github.com/Uomi-network/agents-skills --skill wasp-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The UOMI Agent Debugger helps developers quickly diagnose and fix errors across the full UOMI WASM agent stack, from Rust compilation to on-chain execution.

Core Features & Use Cases

  • Guided, end-to-end debugging workflow for UOMI WASM agents, including Rust, WASM, host configuration, and LLM API issues.
  • Context gathering and an actionable error catalog to identify root causes with minimal guesswork.
  • Reproducible steps and remediation guidance that map to common failure modes in development, testing, and deployment.

Quick Start

Paste the failing error message or symptom and run the debugger to obtain structured guidance and fixes.

Frequently Asked Questions about wasp-debug

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

FAQPage Schema
How do I debug WASM agent runtime panics and Rust compilation errors?

To debug WASM agent runtime panics and Rust compilation errors, paste the failing error message to trigger a structured error-catalog workflow that provides actionable diagnostics and step-by-step remediation guidance.

What is the best way to diagnose on-chain execution failures for WASM agents?

The best way to diagnose on-chain execution failures is using a guided end-to-end debugging workflow that identifies root causes across the UOMI agent stack with minimal guesswork and provides reproducible remediation steps.

Can I fix LLM API failures and host configuration issues during WASM agent deployment?

Yes, you can fix LLM API failures and host configuration issues by running the debugger to gather context and map symptoms to common failure modes for actionable remediation guidance.

Why does my Rust WASM agent fail during testing and how do I identify the root cause?

Your Rust WASM agent may fail during testing due to compilation, runtime, or configuration issues. The debugger applies an error-catalog workflow to identify the root cause and provide structured diagnostic guidance.

Does the UOMI WASM agent debugger support end-to-end error diagnosis across the full stack?

Yes, the UOMI WASM agent debugger supports end-to-end error diagnosis across the full stack, covering Rust compilation, WASM runtime, host configuration, LLM APIs, and on-chain execution failures.