Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: set up a verified 0G provider running DeepSeek as an OpenClaw model
- 1Run `0g-compute-cli inference list-providers` to find providers offering DeepSeek
- 2Check health and TeeML support, pick a candidate provider address
- 3Run `0g-compute-cli inference verify --provider <address>` to confirm TEE attestation
- 4Run `0g-compute-cli inference get-secret --provider <address>` to obtain an API key
- 5Add the provider entry to `openclaw.json` with baseUrl, apiKey, and model id, then register an alias in agents.defaults.models
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.