wasp-dev

Launch and test a UOMI agent locally in development mode.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run a UOMI agent locally in development/test mode using an interactive console to debug behavior, iterate on agent logic, and monitor performance.

Core Features & Use Cases

  • Interactive development console to test agent behavior and iterate on logic.
  • Real-time performance metrics and built-in dev commands for debugging and tuning.
  • Simple local setup with npm start to launch the development environment and test scenarios before deployment.

Quick Start

Run npm start to launch the development console and begin interactive testing.

Frequently Asked Questions about wasp-dev

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

FAQPage Schema
How do I test a UOMI agent locally before on-chain deployment?

You can test a UOMI agent locally by launching the interactive development console with npm start, validating behavior and debugging responses before on-chain deployment.

What do I need to run a UOMI agent in development mode?

Running a UOMI agent in development mode requires npm, Node.js, and a properly configured project with an agent template to establish the local testing environment.

Can I debug agent responses and tune performance metrics during local testing?

Yes, the interactive console provides real-time performance metrics and built-in dev commands specifically for debugging agent responses and tuning performance metrics during local testing.

Does the UOMI development console support testing with local LLMs?

The UOMI development console supports validating integration with local LLMs or mock services, allowing you to test agent behavior against these endpoints locally.

What is the best way to iterate on UOMI agent logic during development?

The best way to iterate on UOMI agent logic is using the interactive development console, which offers real-time feedback and built-in commands to test scenarios and tune behavior efficiently.