0G Compute
v1.0.2Use cheap, TEE-verified AI models from the 0G Compute Network as OpenClaw providers. Discover available models and compare pricing vs OpenRouter, verify prov...
⭐ 0· 780·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation: it requires the 0g-compute-cli binary (provided by the declared npm package) and the instructions focus on discovering providers, TEE verification, wallet operations, and configuring OpenClaw. The included price-compare script and references align with the stated goal.
Instruction Scope
SKILL.md instructs running the 0g-compute-cli commands (list/verify/get-secret, wallet operations) and using the provided script to compare prices. These instructions do require handling private keys and provider secrets (e.g., example uses read -s OG_PK and notes private key storage at ~/.0g-compute-cli/config.json). This is expected for a wallet/CLI integration but is sensitive — the skill does not instruct any unrelated file-system or credential harvesting.
Install Mechanism
Install uses an npm package (@0glabs/0g-serving-broker) to create the 0g-compute-cli binary, which is appropriate for a CLI-based integration. npm installs are a moderate-trust operation — the install mechanism is expected but you should verify the package and publisher before installing.
Credentials
The skill declares no required env vars. The runtime docs show an optional pattern for providing a private key (OG_PK) and explain that keys are stored in ~/.0g-compute-cli/config.json and that provider API secrets will be placed in openclaw.json. The requested/used credentials are proportional to the functionality but are highly sensitive and must be protected.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Its lifecycle (installing a CLI and editing openclaw.json) is normal and scoped to this integration.
Assessment
This skill appears to do what it says — it wraps the 0g-compute-cli to discover/verify providers, manage on-chain balances, and add providers to OpenClaw. Before installing: 1) Verify the npm package (@0glabs/0g-serving-broker) and its publisher (check the package page, repository, and versions) because npm installs run code on your machine. 2) Protect your wallet private key: prefer ephemeral keys or hardware wallets; if you use a key file or OG_PK, ensure ~/.0g-compute-cli/config.json is secured (it may store the private key). 3) Be cautious when copying provider secrets into openclaw.json — store secrets securely and avoid committing them to source control. 4) The included price-compare script requires network access and python3; review it before running and consider running in an isolated environment if you don’t trust the package source. 5) Always run the documented TEE verification on providers before sending funds or inference traffic.Like a lobster shell, security has layers — review code before you run it.
latestvk9755dq82z3j9rz4tqb82g5v6982cw3s
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Bins0g-compute-cli
Install
Install 0G Compute CLI
Bins: 0g-compute-cli
npm i -g @0glabs/0g-serving-broker