wasp-proxy

Run a Node.js server that calls on-chain Rust WASM logic via UomiWeb2ProxySdk.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The backend component of a UOMI agent project provides a scalable server layer that calls on-chain WASM agents using the UomiWeb2ProxySdk, enabling client-facing APIs and integrations.

Core Features & Use Cases

  • Backend server: Node.js server that invokes on-chain agents via the UomiWeb2ProxySdk.
  • API patterns: REST endpoints and OpenAI-compatible interfaces to fit various client needs.
  • Deployment readiness: Guidance for local, Railway, Render, or Fly.io deployments and environment management.

Quick Start

Create a backend/ directory, install Express and dotenv, and run the server to expose your on-chain agent via REST or OpenAI-compatible endpoints.

Frequently Asked Questions about wasp-proxy

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

FAQPage Schema
How do I expose on-chain WASM agents through a Node.js backend API?

To expose on-chain WASM agents, use a Node.js server with Express that invokes Rust WASM logic via the UomiWeb2ProxySdk, enabling client-facing REST or OpenAI-compatible endpoints to coordinate on-chain calls.

What environment variables are required to connect a proxy server to on-chain agents?

Connecting a proxy server to on-chain agents requires setting the PROXY_URL and PROXY_API_KEY environment variables in your dotenv configuration to authenticate and route requests through the UomiWeb2ProxySdk.

Can I deploy a Node.js proxy backend for on-chain agents to platforms like Railway or Fly.io?

Yes, the Node.js proxy backend for on-chain agents supports deployment readiness for local environments, Railway, Render, and Fly.io, allowing scalable server layers to host your client-facing APIs.

Does the backend integration support OpenAI-compatible API interfaces for on-chain agents?

Yes, the backend integration supports OpenAI-compatible API interfaces alongside standard REST endpoints, allowing various client applications to interact with deployed on-chain agents through familiar request patterns.

What dependencies do I need to run a proxy server for UOMI agents?

Running a proxy server for UOMI agents requires Node.js, npm, Express, and dotenv, along with properly configured environment variables to manage the server layer and UomiWeb2ProxySdk integration.