π¦ ClawHub
ChaosChain ACE (Phase 0)
by @sumeetchougule
Authorize autonomous x402 API payments with bounded, wallet-funded session keys under strict policy limits in ACE Phase 0 without credit lines.
TERMINAL
clawhub install chaoschain-aceπ About This Skill
name: chaoschain-ace description: Use ACE Phase 0 to pay x402-gated APIs with bounded wallet-funded session keys. Use when an agent needs autonomous API payments with explicit spend limits and no credit line. user-invocable: true metadata: {"openclaw": {"emoji": "A", "homepage": "https://github.com/chaoschain-labs/chaoschain-ace-sdk", "skillKey": "chaoschain-ace"}}
ChaosChain ACE Skill (Phase 0)
This skill is agent-side operating policy. It does not execute integration code itself.
Use this skill with @chaoschain/ace-session-key-sdk in runtime code.
SDK package (pin recommended):
npm install @chaoschain/ace-session-key-sdk@0.1.x ethers@6
Use when
Hard rules
compute, data, api.Initialization script
Run this conversation flow exactly before first payment:
1. Refresh skills.
2. Enable ChaosChain ACE.
3. Ask for invite code (if the operator/deployment requires one).
4. Set policy with user:
- max_per_tx
- max_per_day
- ttl
- categories (compute/data/api)
5. Confirm final policy summary.
6. Execute first x402 call using the SDK interceptor.
Reasoning rules
Runtime references
@chaoschain/ace-session-key-sdkREADME.mdpackages/demo-compute-api in this repo