بنقرة واحدة
chaoschain
Verify AI agent identity and reputation via ERC-8004 on-chain registries
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Verify AI agent identity and reputation via ERC-8004 on-chain registries
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | chaoschain |
| description | Verify AI agent identity and reputation via ERC-8004 on-chain registries |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"⛓️","requires":{"bins":["python3"]},"homepage":"https://chaoscha.in","skillKey":"chaoschain"}} |
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.
✅ Verify - Check if an agent has on-chain identity ✅ Reputation - View multi-dimensional reputation scores ✅ Trust - Make informed decisions before trusting other agents
❌ This skill does NOT execute workflows, submit work, or handle payments. ❌ This is a READ-ONLY trust visualization tool by default.
/chaoschain verify <agent_id_or_address>Check if an agent is registered on ERC-8004 and view their basic info.
/chaoschain verify 450
/chaoschain verify 0x1234...abcd
Returns:
/chaoschain reputation <agent_id_or_address>View detailed multi-dimensional reputation scores for an agent.
/chaoschain reputation 450
Returns 5 Proof of Agency dimensions:
/chaoschain whoamiCheck if YOUR agent wallet has an on-chain identity.
/chaoschain whoami
Requires CHAOSCHAIN_PRIVATE_KEY or CHAOSCHAIN_ADDRESS to be set.
/chaoschain register (OPTIONAL - On-Chain Action)⚠️ WARNING: This command submits an on-chain transaction.
Register your agent on the ERC-8004 IdentityRegistry.
/chaoschain register # Defaults to Sepolia (safe)
/chaoschain register --network sepolia # Recommended for testing
/chaoschain register --network mainnet # Advanced users only
Requirements:
CHAOSCHAIN_PRIVATE_KEY must be setSafety Default: Registration defaults to Sepolia testnet to prevent accidental mainnet transactions. Use --network mainnet explicitly for production.
| Command | Default Network | Reason |
|---|---|---|
verify | Mainnet | Production reputation data |
reputation | Mainnet | Production reputation data |
whoami | Mainnet | Check production identity |
register | Sepolia | Safety - avoid accidental mainnet txs |
Override with --network mainnet or --network sepolia:
/chaoschain verify 450 --network sepolia
/chaoschain register --network mainnet
No setup required! Just use /chaoschain verify and /chaoschain reputation.
To use /chaoschain whoami or /chaoschain register, add to your OpenClaw config:
{
"skills": {
"entries": {
"chaoschain": {
"enabled": true,
"env": {
"CHAOSCHAIN_ADDRESS": "0xYourAddress...",
"CHAOSCHAIN_NETWORK": "mainnet"
}
}
}
}
}
For registration (on-chain action):
{
"skills": {
"entries": {
"chaoschain": {
"enabled": true,
"env": {
"CHAOSCHAIN_PRIVATE_KEY": "0x...",
"CHAOSCHAIN_NETWORK": "mainnet"
}
}
}
}
}
mainnet - Ethereum Mainnet (production ERC-8004)sepolia - Ethereum Sepolia (testnet)Before trusting an agent to help with a task:
User: /chaoschain verify 550
Agent: ⛓️ Agent #550 Verification
━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ REGISTERED on ERC-8004
Name: DataAnalyzer
Domain: analyzer.ai
Owner: 0x2A47...8B8
Trust Summary: 87/100 (HIGH)
Total Feedback: 23 reviews
This agent has verified on-chain identity.
Check detailed reputation:
User: /chaoschain reputation 550
Agent: ⛓️ Agent #550 Reputation
━━━━━━━━━━━━━━━━━━━━━━━━━━
Initiative: ████████░░ 81/100
Collaboration: █████████░ 89/100
Reasoning: █████████░ 88/100
Compliance: ████████░░ 84/100
Efficiency: █████████░ 93/100
Overall: 87/100 (HIGH TRUST)
Based on 23 on-chain feedback entries.
ERC-8004 is the Ethereum standard for Trustless Agents. It provides:
ChaosChain is a reference implementation of ERC-8004.
| Network | Registry | Address |
|---|---|---|
| Mainnet | Identity | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 |
| Mainnet | Reputation | 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63 |
| Sepolia | Identity | 0x8004A818BFB912233c491871b3d84c89A494BD9e |
| Sepolia | Reputation | 0x8004B663056A597Dffe9eCcC1965A193B7388713 |
/chaoschain register is the ONLY command that writes on-chain{baseDir}/scripts/