{
  "schemaVersion": "1.0",
  "item": {
    "slug": "erc8004-reputation",
    "name": "Erc8004 Reputation",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/aetherstacey/erc8004-reputation",
    "canonicalUrl": "https://clawhub.ai/aetherstacey/erc8004-reputation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/erc8004-reputation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=erc8004-reputation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/reputation.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-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/erc8004-reputation"
    },
    "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/erc8004-reputation",
    "agentPageUrl": "https://openagent3.xyz/skills/erc8004-reputation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/erc8004-reputation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/erc8004-reputation/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": "ERC-8004 Reputation Skill",
        "body": "Interact with the ERC-8004 Reputation Registry — the decentralized reputation layer for AI agents."
      },
      {
        "title": "Use This When...",
        "body": "\"Check an agent's reputation\"\n\"Rate this agent\"\n\"Give feedback to agent X\"\n\"What's my agent's reputation?\"\n\"Who gave feedback to my agent?\"\n\"Show me the reputation leaderboard\"\n\"Top agents by reputation\"\n\"Revoke my feedback\""
      },
      {
        "title": "lookup",
        "body": "Look up an agent's reputation summary.\n\npython scripts/reputation.py lookup <agentId> [--chain CHAIN]\n\nShows: reviewer count, feedback count, summary value, individual feedback."
      },
      {
        "title": "give",
        "body": "Give feedback to an agent.\n\npython scripts/reputation.py give <agentId> <value> [--decimals N] [--tag1 TAG] [--tag2 TAG] [--chain CHAIN]\n\nExamples:\n\n# Simple score (0-100)\npython scripts/reputation.py give 16700 85 --tag1 reliable\n\n# Percentage with decimals (99.77%)\npython scripts/reputation.py give 16700 9977 --decimals 2 --tag1 uptime"
      },
      {
        "title": "my-rep",
        "body": "Check your agent's reputation across all chains.\n\npython scripts/reputation.py my-rep <agentId> [--chains base,ethereum,polygon]"
      },
      {
        "title": "clients",
        "body": "List all addresses that gave feedback.\n\npython scripts/reputation.py clients <agentId> [--chain CHAIN]"
      },
      {
        "title": "feedback",
        "body": "Read a specific feedback entry.\n\npython scripts/reputation.py feedback <agentId> <clientAddress> <feedbackIndex> [--chain CHAIN]"
      },
      {
        "title": "revoke",
        "body": "Revoke feedback you previously gave.\n\npython scripts/reputation.py revoke <agentId> <feedbackIndex> [--chain CHAIN]"
      },
      {
        "title": "leaderboard",
        "body": "Show top agents by reputation score.\n\npython scripts/reputation.py leaderboard [--chain CHAIN] [--limit 20]\n\nFetches from Agentscan API and displays top agents with scores and star ratings."
      },
      {
        "title": "Post-Registration Reputation Building",
        "body": "# 1. Register your agent (from erc8004-register skill)\npython scripts/register.py register --name \"MyBot\" --description \"...\"\n\n# 2. Validate the registration\npython scripts/register.py validate 42\n\n# 3. Check initial reputation (should be empty)\npython scripts/reputation.py lookup 42\n\n# 4. After interacting with clients, check reputation growth\npython scripts/reputation.py my-rep 42"
      },
      {
        "title": "Before Interacting with an Agent",
        "body": "# 1. Find the agent (from erc8004-discover skill)\npython scripts/discover.py search \"oracle\"\n\n# 2. Get detailed info\npython scripts/discover.py info 0x1234...\n\n# 3. Check their reputation\npython scripts/reputation.py lookup 42 --chain base\n\n# 4. If satisfied, interact and then give feedback\npython scripts/reputation.py give 42 85 --tag1 reliable --tag2 accurate"
      },
      {
        "title": "Reputation Monitoring",
        "body": "# Check your reputation regularly\npython scripts/reputation.py my-rep 42\n\n# See who's giving feedback\npython scripts/reputation.py clients 42 --chain base\n\n# Read specific feedback\npython scripts/reputation.py feedback 42 0xABC... 1 --chain base"
      },
      {
        "title": "Heartbeat Integration",
        "body": "Monitor reputation changes in automated pipelines:\n\n# Cron: check reputation daily\n0 9 * * * python scripts/reputation.py my-rep 42 >> /var/log/rep-monitor.log 2>&1\n\n# In a monitoring script:\n#!/bin/bash\n# Get current feedback count\ncount=$(python scripts/reputation.py lookup 42 2>&1 | grep \"Feedback count:\" | awk '{print $3}')\nlast_count=$(cat /tmp/rep-count-42.txt 2>/dev/null || echo 0)\nif [ \"$count\" != \"$last_count\" ]; then\n    echo \"New feedback received! Count: $count\" | notify-send\n    echo \"$count\" > /tmp/rep-count-42.txt\nfi"
      },
      {
        "title": "Wallet (required for write operations)",
        "body": "export ERC8004_MNEMONIC=\"your twelve word mnemonic phrase here\"\n# OR\nexport ERC8004_PRIVATE_KEY=\"0xabc123...\"\n\nRead operations (lookup, my-rep, clients, feedback, leaderboard) don't need a wallet."
      },
      {
        "title": "Supported Chains",
        "body": "ChainIDDefaultGas CostBase8453Yes~$0.001Ethereum1~$1-10Polygon137~$0.01Monad143~$0.001BNB56~$0.05\n\nBase is recommended — cheapest gas by far."
      },
      {
        "title": "Contract Addresses",
        "body": "Same on all chains:\n\nIdentity Registry: 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432\nReputation Registry: 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63"
      },
      {
        "title": "Dependencies",
        "body": "pip install web3 eth-account"
      },
      {
        "title": "Related Skills",
        "body": "erc8004-register: Register and manage agents on-chain\nerc8004-discover: Find and monitor agents"
      }
    ],
    "body": "ERC-8004 Reputation Skill\n\nInteract with the ERC-8004 Reputation Registry — the decentralized reputation layer for AI agents.\n\nUse This When...\n\"Check an agent's reputation\"\n\"Rate this agent\"\n\"Give feedback to agent X\"\n\"What's my agent's reputation?\"\n\"Who gave feedback to my agent?\"\n\"Show me the reputation leaderboard\"\n\"Top agents by reputation\"\n\"Revoke my feedback\"\nCommands\nlookup\n\nLook up an agent's reputation summary.\n\npython scripts/reputation.py lookup <agentId> [--chain CHAIN]\n\n\nShows: reviewer count, feedback count, summary value, individual feedback.\n\ngive\n\nGive feedback to an agent.\n\npython scripts/reputation.py give <agentId> <value> [--decimals N] [--tag1 TAG] [--tag2 TAG] [--chain CHAIN]\n\n\nExamples:\n\n# Simple score (0-100)\npython scripts/reputation.py give 16700 85 --tag1 reliable\n\n# Percentage with decimals (99.77%)\npython scripts/reputation.py give 16700 9977 --decimals 2 --tag1 uptime\n\nmy-rep\n\nCheck your agent's reputation across all chains.\n\npython scripts/reputation.py my-rep <agentId> [--chains base,ethereum,polygon]\n\nclients\n\nList all addresses that gave feedback.\n\npython scripts/reputation.py clients <agentId> [--chain CHAIN]\n\nfeedback\n\nRead a specific feedback entry.\n\npython scripts/reputation.py feedback <agentId> <clientAddress> <feedbackIndex> [--chain CHAIN]\n\nrevoke\n\nRevoke feedback you previously gave.\n\npython scripts/reputation.py revoke <agentId> <feedbackIndex> [--chain CHAIN]\n\nleaderboard\n\nShow top agents by reputation score.\n\npython scripts/reputation.py leaderboard [--chain CHAIN] [--limit 20]\n\n\nFetches from Agentscan API and displays top agents with scores and star ratings.\n\nCross-Skill Workflows\nPost-Registration Reputation Building\n# 1. Register your agent (from erc8004-register skill)\npython scripts/register.py register --name \"MyBot\" --description \"...\"\n\n# 2. Validate the registration\npython scripts/register.py validate 42\n\n# 3. Check initial reputation (should be empty)\npython scripts/reputation.py lookup 42\n\n# 4. After interacting with clients, check reputation growth\npython scripts/reputation.py my-rep 42\n\nBefore Interacting with an Agent\n# 1. Find the agent (from erc8004-discover skill)\npython scripts/discover.py search \"oracle\"\n\n# 2. Get detailed info\npython scripts/discover.py info 0x1234...\n\n# 3. Check their reputation\npython scripts/reputation.py lookup 42 --chain base\n\n# 4. If satisfied, interact and then give feedback\npython scripts/reputation.py give 42 85 --tag1 reliable --tag2 accurate\n\nReputation Monitoring\n# Check your reputation regularly\npython scripts/reputation.py my-rep 42\n\n# See who's giving feedback\npython scripts/reputation.py clients 42 --chain base\n\n# Read specific feedback\npython scripts/reputation.py feedback 42 0xABC... 1 --chain base\n\nHeartbeat Integration\n\nMonitor reputation changes in automated pipelines:\n\n# Cron: check reputation daily\n0 9 * * * python scripts/reputation.py my-rep 42 >> /var/log/rep-monitor.log 2>&1\n\n# In a monitoring script:\n#!/bin/bash\n# Get current feedback count\ncount=$(python scripts/reputation.py lookup 42 2>&1 | grep \"Feedback count:\" | awk '{print $3}')\nlast_count=$(cat /tmp/rep-count-42.txt 2>/dev/null || echo 0)\nif [ \"$count\" != \"$last_count\" ]; then\n    echo \"New feedback received! Count: $count\" | notify-send\n    echo \"$count\" > /tmp/rep-count-42.txt\nfi\n\nConfiguration\nWallet (required for write operations)\nexport ERC8004_MNEMONIC=\"your twelve word mnemonic phrase here\"\n# OR\nexport ERC8004_PRIVATE_KEY=\"0xabc123...\"\n\n\nRead operations (lookup, my-rep, clients, feedback, leaderboard) don't need a wallet.\n\nSupported Chains\nChain\tID\tDefault\tGas Cost\nBase\t8453\tYes\t~$0.001\nEthereum\t1\t\t~$1-10\nPolygon\t137\t\t~$0.01\nMonad\t143\t\t~$0.001\nBNB\t56\t\t~$0.05\n\nBase is recommended — cheapest gas by far.\n\nContract Addresses\n\nSame on all chains:\n\nIdentity Registry: 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432\nReputation Registry: 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63\nDependencies\npip install web3 eth-account\n\nRelated Skills\nerc8004-register: Register and manage agents on-chain\nerc8004-discover: Find and monitor agents"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aetherstacey/erc8004-reputation",
    "publisherUrl": "https://clawhub.ai/aetherstacey/erc8004-reputation",
    "owner": "aetherstacey",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/erc8004-reputation",
    "downloadUrl": "https://openagent3.xyz/downloads/erc8004-reputation",
    "agentUrl": "https://openagent3.xyz/skills/erc8004-reputation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/erc8004-reputation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/erc8004-reputation/agent.md"
  }
}