Communityv1.13.0

x402 Compute

This skill should be used when the user asks to "provision GPU instance", "spin up a cloud server", "list compute plans", "browse GPU pricing", "deploy AI machine", "one-click GPU running an LLM", "deploy a private LLM endpoint", "OpenRouter-ready endpoint", "agent deploy GPU", "spin up my own OpenAI-compatible endpoint", "extend compute instance", "resize compute instance", "destroy server instance", "check instance status", "list my instances", "top up compute credits", "check credit balance", "run inference on the grid", "decentralized inference", "OpenAI-compatible API", "confidential / TEE inference", "list grid models", "check grid capacity", "run a node", "provide compute", "become a grid node", "node operator", "join the grid", "stake to run a node", "serve a model on the grid", "earn from compute", "deploy an always-on AI agent", "deploy a hosted OpenClaw agent", "spin up a ClawPod", "agent pod", "hosted agent with its own wallet", "free agent trial", "deploy a processor", "sell my code per call", "monetize an endpoint", "publish a paid API", "connect a processor as an MCP tool", or manage Singularity Cloud Network compute. Six jobs: SGL Machines (GPU/VPS provisioning across Vultr & DigitalOcean), AI Machines (one-click GPU running an LLM — deploy a private OpenAI-compatible endpoint, or join the grid & earn), SGL Grid (decentralized, confidential, OpenAI-compatible inference — consume it), Provide Compute (run a TEE node on the grid to serve inference and earn USDC + SGL), and Agent Pods (deploy an always-on hosted OpenClaw agent with its own crypto wallet, memory, and preinstalled x402 skills — managed or BYOK, tiers, free 24h trial), and Processors (publish your own code as a paid endpoint — buyers pay you directly in USDC via x402, you pay only for runtime; every processor is also a connectable MCP server, so agents, harnesses and LangGraph nodes can call it with just a URL). Pay with USDC on Base or Solana, USDm on MegaETH, USDG on Robinhood Chain via x402, optional MPP/Mppx, or pre-loaded USD credits. Includes optional OWS-backed auth and management flows.

2.4kdownloads4starsIvaavi.eth
View on ClawHubBack to Skills

Skill Details

Slug
x402-compute
Latest Version
1.13.0
Author
Ivaavi.eth
Published
Feb 18, 2026
Updated
Aug 7, 2026
Total Versions
20

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for x402 Compute.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.13.0

SECURITY: skill scripts no longer auto-load .env files. Credentials are read only from exported environment variables — if you kept keys in a .env, export them or source the file yourself first. Previously load_dotenv() walked up from the script's own directory, so a .env in the project you installed the skill into (or any parent) could supply signing credentials; combined with OWS_WALLET + OWS_BIN it could point wallet operations at an arbitrary binary. OWS_BIN is now validated: absolute path, symlinks resolved, must exist, must be executable, refused if world-writable. The unpinned 'npx -y @open-wallet-standard/core' fallback is removed — wallet operations no longer fetch their own signer at runtime; install @open-wallet-standard/[email protected] explicitly. Also brings everything since 1.10.0: Agent Pods (one-click hosted OpenClaw agents with their own wallet, OpenAI-compatible adapter, curated templates) and Processors (publish your code as a paid endpoint — buyers pay you directly in USDC via x402, and every processor is a connectable MCP server).