{
  "schemaVersion": "1.0",
  "item": {
    "slug": "chaoschain",
    "name": "ChaosChain - Agent Trust & Reputation",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/SumeetChougule/chaoschain",
    "canonicalUrl": "https://clawhub.ai/SumeetChougule/chaoschain",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/chaoschain",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=chaoschain",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "requirements.txt",
      "README.md",
      "scripts/setup.sh",
      "scripts/reputation.py",
      "scripts/verify_agent.py",
      "scripts/register.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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"
    },
    "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",
    "agentPageUrl": "https://openagent3.xyz/skills/chaoschain/agent",
    "manifestUrl": "https://openagent3.xyz/skills/chaoschain/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/chaoschain/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ChaosChain - On-Chain Agent Trust & Reputation",
        "body": "ChaosChain is the trust layer for AI agents. This skill lets you verify agent identities and check on-chain reputation scores from the ERC-8004 registries."
      },
      {
        "title": "What This Skill Does",
        "body": "✅ Verify - Check if an agent has on-chain identity\n✅ Reputation - View multi-dimensional reputation scores\n✅ Trust - Make informed decisions before trusting other agents\n\n❌ This skill does NOT execute workflows, submit work, or handle payments.\n❌ This is a READ-ONLY trust visualization tool by default."
      },
      {
        "title": "/chaoschain verify <agent_id_or_address>",
        "body": "Check if an agent is registered on ERC-8004 and view their basic info.\n\n/chaoschain verify 450\n/chaoschain verify 0x1234...abcd\n\nReturns:\n\nRegistration status\nAgent name and domain (if available)\nOwner address\nTrust score summary"
      },
      {
        "title": "/chaoschain reputation <agent_id_or_address>",
        "body": "View detailed multi-dimensional reputation scores for an agent.\n\n/chaoschain reputation 450\n\nReturns 5 Proof of Agency dimensions:\n\nInitiative\nCollaboration\nReasoning\nCompliance\nEfficiency"
      },
      {
        "title": "/chaoschain whoami",
        "body": "Check if YOUR agent wallet has an on-chain identity.\n\n/chaoschain whoami\n\nRequires CHAOSCHAIN_PRIVATE_KEY or CHAOSCHAIN_ADDRESS to be set."
      },
      {
        "title": "/chaoschain register (OPTIONAL - On-Chain Action)",
        "body": "⚠️ WARNING: This command submits an on-chain transaction.\n\nRegister your agent on the ERC-8004 IdentityRegistry.\n\n/chaoschain register                    # Defaults to Sepolia (safe)\n/chaoschain register --network sepolia  # Recommended for testing\n/chaoschain register --network mainnet  # Advanced users only\n\nRequirements:\n\nCHAOSCHAIN_PRIVATE_KEY must be set\nWallet must have ETH for gas (~0.001 ETH)\nThis is a ONE-TIME action per wallet\n\nSafety Default: Registration defaults to Sepolia testnet to prevent accidental mainnet transactions. Use --network mainnet explicitly for production."
      },
      {
        "title": "Network Defaults",
        "body": "CommandDefault NetworkReasonverifyMainnetProduction reputation datareputationMainnetProduction reputation datawhoamiMainnetCheck production identityregisterSepoliaSafety - avoid accidental mainnet txs\n\nOverride with --network <network_key>:\n\n/chaoschain verify 450 --network base_mainnet\n/chaoschain register --network ethereum_mainnet"
      },
      {
        "title": "After Installation (Required Once)",
        "body": "Run the setup script to install Python dependencies:\n\ncd ~/.openclaw/skills/chaoschain\n./scripts/setup.sh\n\nThis creates a virtual environment with web3 and other dependencies."
      },
      {
        "title": "Read-Only Mode (Default)",
        "body": "No setup required after running setup.sh! Just use /chaoschain verify and /chaoschain reputation."
      },
      {
        "title": "With Your Own Wallet (Optional)",
        "body": "To use /chaoschain whoami or /chaoschain register, add to your OpenClaw config:\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"chaoschain\": {\n        \"enabled\": true,\n        \"env\": {\n          \"CHAOSCHAIN_ADDRESS\": \"0xYourAddress...\",\n          \"CHAOSCHAIN_NETWORK\": \"mainnet\"\n        }\n      }\n    }\n  }\n}\n\nFor registration (on-chain action):\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"chaoschain\": {\n        \"enabled\": true,\n        \"env\": {\n          \"CHAOSCHAIN_PRIVATE_KEY\": \"0x...\",\n          \"CHAOSCHAIN_NETWORK\": \"mainnet\"\n        }\n      }\n    }\n  }\n}"
      },
      {
        "title": "Network Options",
        "body": "Mainnet keys (same official ERC-8004 registries):\n\nethereum_mainnet\nbase_mainnet\npolygon_mainnet\narbitrum_mainnet\ncelo_mainnet\ngnosis_mainnet\nscroll_mainnet\ntaiko_mainnet\nmonad_mainnet\nbsc_mainnet\n\nTestnet keys (same official ERC-8004 registries):\n\nethereum_sepolia\nbase_sepolia\npolygon_amoy\narbitrum_testnet\ncelo_testnet\nscroll_testnet\nmonad_testnet\nbsc_testnet\noptimism_sepolia\nlinea_sepolia\nmode_testnet\n\nBackward-compatible aliases:\n\nmainnet -> ethereum_mainnet\nsepolia -> ethereum_sepolia"
      },
      {
        "title": "Example Usage",
        "body": "Before trusting an agent to help with a task:\n\nUser: /chaoschain verify 550\n\nAgent: ⛓️ Agent #550 Verification\n       ━━━━━━━━━━━━━━━━━━━━━━━━━━\n       ✅ REGISTERED on ERC-8004\n       \n       Name: DataAnalyzer\n       Domain: analyzer.ai\n       Owner: 0x2A47...8B8\n       \n       Trust Summary: 87/100 (HIGH)\n       Total Feedback: 23 reviews\n       \n       This agent has verified on-chain identity.\n\nCheck detailed reputation:\n\nUser: /chaoschain reputation 550\n\nAgent: ⛓️ Agent #550 Reputation\n       ━━━━━━━━━━━━━━━━━━━━━━━━━━\n       \n       Initiative:    ████████░░ 81/100\n       Collaboration: █████████░ 89/100\n       Reasoning:     █████████░ 88/100\n       Compliance:    ████████░░ 84/100\n       Efficiency:    █████████░ 93/100\n       \n       Overall: 87/100 (HIGH TRUST)\n       Based on 23 on-chain feedback entries."
      },
      {
        "title": "What is ERC-8004?",
        "body": "ERC-8004 is the Ethereum standard for Trustless Agents. It provides:\n\nIdentityRegistry - On-chain agent registration (NFT-based)\nReputationRegistry - Feedback and reputation scores\nValidationRegistry - Independent validation records\n\nChaosChain is a reference implementation of ERC-8004."
      },
      {
        "title": "Contract Addresses",
        "body": "NetworkRegistryAddressMainnet (all supported mainnet chains)Identity0x8004A169FB4a3325136EB29fA0ceB6D2e539a432Mainnet (all supported mainnet chains)Reputation0x8004BAa17C55a88189AE136b182e5fdA19dE9b63Testnet (all supported testnet chains)Identity0x8004A818BFB912233c491871b3d84c89A494BD9eTestnet (all supported testnet chains)Reputation0x8004B663056A597Dffe9eCcC1965A193B7388713"
      },
      {
        "title": "Learn More",
        "body": "ChaosChain Documentation\nERC-8004 Specification\n8004scan.io - Agent Explorer\nGitHub"
      },
      {
        "title": "Security Notes",
        "body": "This skill is READ-ONLY by default\n/chaoschain register is the ONLY command that writes on-chain\nPrivate keys are only used for registration, never for viewing\nNo funds are transferred, only gas for registration\nSource code: {baseDir}/scripts/"
      }
    ],
    "body": "ChaosChain - On-Chain Agent Trust & Reputation\n\nChaosChain is the trust layer for AI agents. This skill lets you verify agent identities and check on-chain reputation scores from the ERC-8004 registries.\n\nWhat This Skill Does\n\n✅ Verify - Check if an agent has on-chain identity ✅ Reputation - View multi-dimensional reputation scores ✅ Trust - Make informed decisions before trusting other agents\n\n❌ This skill does NOT execute workflows, submit work, or handle payments. ❌ This is a READ-ONLY trust visualization tool by default.\n\nCommands\n/chaoschain verify <agent_id_or_address>\n\nCheck if an agent is registered on ERC-8004 and view their basic info.\n\n/chaoschain verify 450\n/chaoschain verify 0x1234...abcd\n\n\nReturns:\n\nRegistration status\nAgent name and domain (if available)\nOwner address\nTrust score summary\n/chaoschain reputation <agent_id_or_address>\n\nView detailed multi-dimensional reputation scores for an agent.\n\n/chaoschain reputation 450\n\n\nReturns 5 Proof of Agency dimensions:\n\nInitiative\nCollaboration\nReasoning\nCompliance\nEfficiency\n/chaoschain whoami\n\nCheck if YOUR agent wallet has an on-chain identity.\n\n/chaoschain whoami\n\n\nRequires CHAOSCHAIN_PRIVATE_KEY or CHAOSCHAIN_ADDRESS to be set.\n\n/chaoschain register (OPTIONAL - On-Chain Action)\n\n⚠️ WARNING: This command submits an on-chain transaction.\n\nRegister your agent on the ERC-8004 IdentityRegistry.\n\n/chaoschain register                    # Defaults to Sepolia (safe)\n/chaoschain register --network sepolia  # Recommended for testing\n/chaoschain register --network mainnet  # Advanced users only\n\n\nRequirements:\n\nCHAOSCHAIN_PRIVATE_KEY must be set\nWallet must have ETH for gas (~0.001 ETH)\nThis is a ONE-TIME action per wallet\n\nSafety Default: Registration defaults to Sepolia testnet to prevent accidental mainnet transactions. Use --network mainnet explicitly for production.\n\nNetwork Defaults\nCommand\tDefault Network\tReason\nverify\tMainnet\tProduction reputation data\nreputation\tMainnet\tProduction reputation data\nwhoami\tMainnet\tCheck production identity\nregister\tSepolia\tSafety - avoid accidental mainnet txs\n\nOverride with --network <network_key>:\n\n/chaoschain verify 450 --network base_mainnet\n/chaoschain register --network ethereum_mainnet\n\nSetup\nAfter Installation (Required Once)\n\nRun the setup script to install Python dependencies:\n\ncd ~/.openclaw/skills/chaoschain\n./scripts/setup.sh\n\n\nThis creates a virtual environment with web3 and other dependencies.\n\nRead-Only Mode (Default)\n\nNo setup required after running setup.sh! Just use /chaoschain verify and /chaoschain reputation.\n\nWith Your Own Wallet (Optional)\n\nTo use /chaoschain whoami or /chaoschain register, add to your OpenClaw config:\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"chaoschain\": {\n        \"enabled\": true,\n        \"env\": {\n          \"CHAOSCHAIN_ADDRESS\": \"0xYourAddress...\",\n          \"CHAOSCHAIN_NETWORK\": \"mainnet\"\n        }\n      }\n    }\n  }\n}\n\n\nFor registration (on-chain action):\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"chaoschain\": {\n        \"enabled\": true,\n        \"env\": {\n          \"CHAOSCHAIN_PRIVATE_KEY\": \"0x...\",\n          \"CHAOSCHAIN_NETWORK\": \"mainnet\"\n        }\n      }\n    }\n  }\n}\n\nNetwork Options\n\nMainnet keys (same official ERC-8004 registries):\n\nethereum_mainnet\nbase_mainnet\npolygon_mainnet\narbitrum_mainnet\ncelo_mainnet\ngnosis_mainnet\nscroll_mainnet\ntaiko_mainnet\nmonad_mainnet\nbsc_mainnet\n\nTestnet keys (same official ERC-8004 registries):\n\nethereum_sepolia\nbase_sepolia\npolygon_amoy\narbitrum_testnet\ncelo_testnet\nscroll_testnet\nmonad_testnet\nbsc_testnet\noptimism_sepolia\nlinea_sepolia\nmode_testnet\n\nBackward-compatible aliases:\n\nmainnet -> ethereum_mainnet\nsepolia -> ethereum_sepolia\nExample Usage\n\nBefore trusting an agent to help with a task:\n\nUser: /chaoschain verify 550\n\nAgent: ⛓️ Agent #550 Verification\n       ━━━━━━━━━━━━━━━━━━━━━━━━━━\n       ✅ REGISTERED on ERC-8004\n       \n       Name: DataAnalyzer\n       Domain: analyzer.ai\n       Owner: 0x2A47...8B8\n       \n       Trust Summary: 87/100 (HIGH)\n       Total Feedback: 23 reviews\n       \n       This agent has verified on-chain identity.\n\n\nCheck detailed reputation:\n\nUser: /chaoschain reputation 550\n\nAgent: ⛓️ Agent #550 Reputation\n       ━━━━━━━━━━━━━━━━━━━━━━━━━━\n       \n       Initiative:    ████████░░ 81/100\n       Collaboration: █████████░ 89/100\n       Reasoning:     █████████░ 88/100\n       Compliance:    ████████░░ 84/100\n       Efficiency:    █████████░ 93/100\n       \n       Overall: 87/100 (HIGH TRUST)\n       Based on 23 on-chain feedback entries.\n\nWhat is ERC-8004?\n\nERC-8004 is the Ethereum standard for Trustless Agents. It provides:\n\nIdentityRegistry - On-chain agent registration (NFT-based)\nReputationRegistry - Feedback and reputation scores\nValidationRegistry - Independent validation records\n\nChaosChain is a reference implementation of ERC-8004.\n\nContract Addresses\nNetwork\tRegistry\tAddress\nMainnet (all supported mainnet chains)\tIdentity\t0x8004A169FB4a3325136EB29fA0ceB6D2e539a432\nMainnet (all supported mainnet chains)\tReputation\t0x8004BAa17C55a88189AE136b182e5fdA19dE9b63\nTestnet (all supported testnet chains)\tIdentity\t0x8004A818BFB912233c491871b3d84c89A494BD9e\nTestnet (all supported testnet chains)\tReputation\t0x8004B663056A597Dffe9eCcC1965A193B7388713\nLearn More\nChaosChain Documentation\nERC-8004 Specification\n8004scan.io - Agent Explorer\nGitHub\nSecurity Notes\nThis skill is READ-ONLY by default\n/chaoschain register is the ONLY command that writes on-chain\nPrivate keys are only used for registration, never for viewing\nNo funds are transferred, only gas for registration\nSource code: {baseDir}/scripts/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/SumeetChougule/chaoschain",
    "publisherUrl": "https://clawhub.ai/SumeetChougule/chaoschain",
    "owner": "SumeetChougule",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/chaoschain",
    "downloadUrl": "https://openagent3.xyz/downloads/chaoschain",
    "agentUrl": "https://openagent3.xyz/skills/chaoschain/agent",
    "manifestUrl": "https://openagent3.xyz/skills/chaoschain/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/chaoschain/agent.md"
  }
}