wasp-deploy

Deploy compiled UOMI WASM agents to the UOMI network and mint them as NFTs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying a UOMI WASM agent to the UOMI network and minting it as an NFT is complex and error-prone; this Skill automates the end-to-end process from building to on-chain minting.

Core Features & Use Cases

  • Build the final WASM and prepare deploy assets (deploy.html, serve-deploy.js, and related metadata).
  • Upload WASM to backend storage and mint the agent NFT on-chain via a guided UI.
  • Use Case: A developer publishes a tested agent by running the deploy flow and verifying the NFT token on the network.

Quick Start

Deploy your first agent by providing the compiled WASM and metadata to the deploy UI and following the on-screen prompts.

Frequently Asked Questions about wasp-deploy

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

FAQPage Schema
How do I deploy a WASM agent to the UOMI network and mint it as an NFT?

To deploy a WASM agent to the UOMI network and mint it as an NFT, you provide the compiled WASM and metadata to the deploy UI. The process automates building, storage upload, wallet authorization, and on-chain minting.

What is needed to publish a compiled UOMI WASM agent on-chain?

Publishing a compiled UOMI WASM agent on-chain requires the compiled WASM file and related metadata. The deployment flow then prepares deploy assets, uploads the WASM to backend storage, and guides you through wallet authorization for NFT minting.

Can I automate end-to-end WASM packaging and on-chain minting for my agents?

You can automate end-to-end WASM packaging and on-chain minting by running the guided deployment flow. It enforces all required steps from building the final WASM and preparing deploy assets to wallet authorization and verifying the agent NFT.

Does the UOMI deployment process include generating deploy assets like HTML and JavaScript?

The UOMI deployment process includes generating deploy assets such as deploy.html and serve-deploy.js. It prepares these related metadata files alongside building the final WASM before uploading to backend storage and minting the agent NFT.

Why does minting a WASM agent as an NFT require wallet authorization?

Minting a WASM agent as an NFT requires wallet authorization to securely sign the transaction and publish the agent on-chain. This guided step ensures the developer has cryptographic ownership and verifies the NFT token on the network.

Are there limitations when deploying a UOMI WASM agent through this automated flow?

The automated flow enforces required steps strictly from building to wallet authorization, meaning you must provide a properly compiled UOMI WASM agent and metadata beforehand. It specifically applies to developers publishing agents with end-to-end deployment and on-chain minting.