wasp

Orchestrate the end-to-end UOMI WASM agent workflow from scaffolding to deployment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the end-to-end workflow for building a UOMI WASM agent.

The skill guides developers from ideation through scaffolding, code writing, testing, building, deployment, and optional backend proxy setup.

Core Features & Use Cases

  • Orchestrates phased guidance across /wasp-create, /wasp-agent, /wasp-build, /wasp-dev, /wasp-deploy, and /wasp-proxy to deliver a reproducible workflow.
  • Provides an interactive roadmap: capture ideas, verify backend needs, and determine deployment strategy for on-chain and off-chain components.
  • Ensures deterministic, on-chain friendly requirements while allowing optional off-chain tooling when needed.

Quick Start

Describe your agent idea and destination, then follow the orchestrated phases to scaffold, implement, test, and deploy.

Frequently Asked Questions about wasp

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

FAQPage Schema
How do I build and deploy a WASM agent on-chain from scratch?

This skill orchestrates the complete WASM agent workflow by guiding you through phased steps: scaffolding, writing Rust logic, testing, building, and deploying on-chain. It ensures deterministic behavior through explicit phase sequencing.

What is the workflow for scaffolding and testing a UOMI WASM agent?

The UOMI WASM agent workflow provides an interactive roadmap from idea capture through scaffolding and Rust logic implementation to testing. It coordinates with sub-skills to verify backend needs and determine deployment strategy.

Can I set up an off-chain backend proxy when deploying a WASM agent?

Yes, you can set up an optional backend proxy for your WASM agent. The workflow ensures deterministic on-chain friendly requirements while explicitly allowing optional off-chain tooling and backend proxy setup during the deployment phase.

Does building a UOMI WASM agent require writing Rust logic?

Yes, writing Rust logic is required when building a UOMI WASM agent. The workflow explicitly supports scaffolding and implementing Rust code to ensure deterministic on-chain behavior before building and deploying.

What's the best way to ensure deterministic on-chain behavior for a WASM agent?

The best way to ensure deterministic on-chain behavior is using an explicit phase sequencing workflow. This skill enforces reproducible steps across scaffolding, building, and deploying to coordinate sub-skills and prevent non-deterministic execution.