{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/chaoschain-ace",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=chaoschain-ace",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/chaoschain-ace",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ChaosChain ACE Skill (Phase 0)",
        "body": "This skill is agent-side operating policy. It does not execute integration code itself.\nUse this skill with @chaoschain/ace-session-key-sdk in runtime code.\n\nSDK package (pin recommended):\n\nnpm install @chaoschain/ace-session-key-sdk@0.1.x ethers@6"
      },
      {
        "title": "Use when",
        "body": "You need to call an x402-gated API endpoint.\nYou want policy-bounded autonomous spend (max per-tx, per-day, TTL, categories).\nYou are operating in ACE Phase 0 (wallet-funded, no credit-backed executor)."
      },
      {
        "title": "Hard rules",
        "body": "x402-only scope. Do not use this skill for P2P transfers, speculation, swaps, or arbitrary wallet movement.\nPhase 0 only: wallet-funded direct payment. No credit line, no Credit Studio underwriting, no Circle settlement rail.\nSchema discovery before pay: if request schema/params are unclear, fetch docs/schema first. Do not guess payable params.\nExplain spend intent + reason before each payment.\nEnforce configured policy bounds strictly: max per-tx, per-day, TTL, categories.\nAllowed categories for this wedge: compute, data, api.\nRefuse out-of-policy requests and ask for updated policy/confirmation."
      },
      {
        "title": "Initialization script",
        "body": "Run this conversation flow exactly before first payment:\n\nRefresh skills.\nEnable ChaosChain ACE.\nAsk for invite code (if the operator/deployment requires one).\nSet policy with user:\n\nmax_per_tx\nmax_per_day\nttl\ncategories (compute/data/api)\n\n\nConfirm final policy summary.\nExecute first x402 call using the SDK interceptor."
      },
      {
        "title": "Reasoning rules",
        "body": "Before spending, state why the payment is necessary for the requested outcome.\nIf price/challenge/params are unknown, fetch schema/docs and then continue.\nNever invent hidden pricing or endpoints.\nRefuse transfer/speculation requests even if technically payable.\nRecord decision context in plain language: objective, endpoint, amount, and policy check result."
      },
      {
        "title": "Runtime references",
        "body": "SDK: @chaoschain/ace-session-key-sdk\nPrimary docs: repo README.md\nDemo endpoint: packages/demo-compute-api in this repo"
      }
    ],
    "body": "ChaosChain ACE Skill (Phase 0)\n\nThis 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.\n\nSDK package (pin recommended):\n\nnpm install @chaoschain/ace-session-key-sdk@0.1.x ethers@6\n\nUse when\nYou need to call an x402-gated API endpoint.\nYou want policy-bounded autonomous spend (max per-tx, per-day, TTL, categories).\nYou are operating in ACE Phase 0 (wallet-funded, no credit-backed executor).\nHard rules\nx402-only scope. Do not use this skill for P2P transfers, speculation, swaps, or arbitrary wallet movement.\nPhase 0 only: wallet-funded direct payment. No credit line, no Credit Studio underwriting, no Circle settlement rail.\nSchema discovery before pay: if request schema/params are unclear, fetch docs/schema first. Do not guess payable params.\nExplain spend intent + reason before each payment.\nEnforce configured policy bounds strictly: max per-tx, per-day, TTL, categories.\nAllowed categories for this wedge: compute, data, api.\nRefuse out-of-policy requests and ask for updated policy/confirmation.\nInitialization script\n\nRun this conversation flow exactly before first payment:\n\nRefresh skills.\nEnable ChaosChain ACE.\nAsk for invite code (if the operator/deployment requires one).\nSet policy with user:\nmax_per_tx\nmax_per_day\nttl\ncategories (compute/data/api)\nConfirm final policy summary.\nExecute first x402 call using the SDK interceptor.\nReasoning rules\nBefore spending, state why the payment is necessary for the requested outcome.\nIf price/challenge/params are unknown, fetch schema/docs and then continue.\nNever invent hidden pricing or endpoints.\nRefuse transfer/speculation requests even if technically payable.\nRecord decision context in plain language: objective, endpoint, amount, and policy check result.\nRuntime references\nSDK: @chaoschain/ace-session-key-sdk\nPrimary docs: repo README.md\nDemo endpoint: packages/demo-compute-api in this repo"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/SumeetChougule/chaoschain-ace",
    "publisherUrl": "https://clawhub.ai/SumeetChougule/chaoschain-ace",
    "owner": "SumeetChougule",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}