# Send ChaosChain ACE (Phase 0) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "chaoschain-ace",
    "name": "ChaosChain ACE (Phase 0)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/SumeetChougule/chaoschain-ace",
    "canonicalUrl": "https://clawhub.ai/SumeetChougule/chaoschain-ace",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/chaoschain-ace",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=chaoschain-ace",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/chaoschain-ace"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/chaoschain-ace",
    "downloadUrl": "https://openagent3.xyz/downloads/chaoschain-ace",
    "agentUrl": "https://openagent3.xyz/skills/chaoschain-ace/agent",
    "manifestUrl": "https://openagent3.xyz/skills/chaoschain-ace/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/chaoschain-ace/agent.md"
  }
}
```
## Documentation

### 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

You need to call an x402-gated API endpoint.
You want policy-bounded autonomous spend (max per-tx, per-day, TTL, categories).
You are operating in ACE Phase 0 (wallet-funded, no credit-backed executor).

### Hard rules

x402-only scope. Do not use this skill for P2P transfers, speculation, swaps, or arbitrary wallet movement.
Phase 0 only: wallet-funded direct payment. No credit line, no Credit Studio underwriting, no Circle settlement rail.
Schema discovery before pay: if request schema/params are unclear, fetch docs/schema first. Do not guess payable params.
Explain spend intent + reason before each payment.
Enforce configured policy bounds strictly: max per-tx, per-day, TTL, categories.
Allowed categories for this wedge: compute, data, api.
Refuse out-of-policy requests and ask for updated policy/confirmation.

### Initialization script

Run this conversation flow exactly before first payment:

Refresh skills.
Enable ChaosChain ACE.
Ask for invite code (if the operator/deployment requires one).
Set policy with user:

max_per_tx
max_per_day
ttl
categories (compute/data/api)


Confirm final policy summary.
Execute first x402 call using the SDK interceptor.

### Reasoning rules

Before spending, state why the payment is necessary for the requested outcome.
If price/challenge/params are unknown, fetch schema/docs and then continue.
Never invent hidden pricing or endpoints.
Refuse transfer/speculation requests even if technically payable.
Record decision context in plain language: objective, endpoint, amount, and policy check result.

### Runtime references

SDK: @chaoschain/ace-session-key-sdk
Primary docs: repo README.md
Demo endpoint: packages/demo-compute-api in this repo
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: SumeetChougule
- Version: 0.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/chaoschain-ace)
- [Send to Agent page](https://openagent3.xyz/skills/chaoschain-ace/agent)
- [JSON manifest](https://openagent3.xyz/skills/chaoschain-ace/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/chaoschain-ace/agent.md)
- [Download page](https://openagent3.xyz/downloads/chaoschain-ace)