LaunchKit · 2026
Back to Skills

0g-compute

Use cheap, TEE-verified AI models from the 0G Compute Network as OpenClaw providers.

0
531 downloads
by @in-liberty420

Setup & Installation

openclaw skills install @in-liberty420/0g-compute

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install 0g-compute

Version History

v1.0.2Mar 6, 2026 - Version note by skill developer:

Security hardening docs: add structured install metadata (requires/install), and safer login guidance to avoid exposing private key in history/process list.

What This Skill Does

Connects OpenClaw to the 0G Compute Network, a decentralized AI inference marketplace where providers run models inside TEE-verified secure enclaves. Handles wallet management, provider discovery, integrity verification, and OpenClaw configuration. Supports DeepSeek, GLM-5, Qwen, and other models listed on the 0G marketplace.

TEE hardware attestation (Intel TDX) lets you confirm the exact model and code running on a provider before trusting it, which standard API marketplaces don't offer.

When to use it

  • Comparing 0G inference costs against OpenRouter for the same model
  • Verifying a new provider's TEE attestation before routing traffic to it
  • Funding and monitoring per-provider sub-account balances
  • Adding a verified 0G provider as a custom OpenClaw model endpoint
  • Checking wallet status and current network configuration

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: set up a verified 0G provider running DeepSeek as an OpenClaw model

AGENT
  1. 1Run `0g-compute-cli inference list-providers` to find providers offering DeepSeek
  2. 2Check health and TeeML support, pick a candidate provider address
  3. 3Run `0g-compute-cli inference verify --provider <address>` to confirm TEE attestation
  4. 4Run `0g-compute-cli inference get-secret --provider <address>` to obtain an API key
  5. 5Add the provider entry to `openclaw.json` with baseUrl, apiKey, and model id, then register an alias in agents.defaults.models
OUTPUT

DeepSeek model available in OpenClaw via the verified 0G provider, billed on-chain

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

0G wallet funded with 0G tokens0g-compute-cli installed via npm (@0glabs/0g-serving-broker)