{
  "schemaVersion": "1.0",
  "item": {
    "slug": "erc8004-register",
    "name": "Erc8004 Register",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/aetherstacey/erc8004-register",
    "canonicalUrl": "https://clawhub.ai/aetherstacey/erc8004-register",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/erc8004-register",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=erc8004-register",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "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-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-register"
    },
    "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-register",
    "agentPageUrl": "https://openagent3.xyz/skills/erc8004-register/agent",
    "manifestUrl": "https://openagent3.xyz/skills/erc8004-register/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/erc8004-register/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 Registration Skill",
        "body": "Register, update, validate, and fix agents on-chain via the ERC-8004 Identity Registry."
      },
      {
        "title": "Use This When...",
        "body": "\"Register my agent on-chain\"\n\"I need to create a new ERC-8004 agent\"\n\"Update my agent's metadata\"\n\"Check if my agent registration is valid\"\n\"Fix my agent's registration issues\"\n\"Show my agent's on-chain info\"\n\"What agents do I own?\"\n\"Health check my agents\""
      },
      {
        "title": "register",
        "body": "Register a new agent on-chain.\n\npython scripts/register.py register --name \"AgentName\" --description \"Description\" [--image URL] [--chain base]\n\nOptions:\n\n--name (required): Agent name\n--description (required): Agent description\n--image: Image URL (must be https://)\n--chain: Blockchain (base, ethereum, polygon, monad, bnb). Default: base"
      },
      {
        "title": "update",
        "body": "Update an existing agent's metadata.\n\npython scripts/register.py update <agentId> [--name NAME] [--description DESC] [--image URL] [--add-service name=X,endpoint=Y] [--remove-service NAME] [--chain base]"
      },
      {
        "title": "info",
        "body": "Display agent information.\n\npython scripts/register.py info <agentId> [--chain base]"
      },
      {
        "title": "validate",
        "body": "Check registration for common issues.\n\npython scripts/register.py validate <agentId> [--chain base]\n\nChecks:\n\nMissing type field\nLocal-path images (/home/..., ./, file://)\nEmpty name/description\nMissing registrations array\nUnreachable image URLs"
      },
      {
        "title": "fix",
        "body": "Auto-fix common registration issues.\n\npython scripts/register.py fix <agentId> [--chain base] [--dry-run]\n\nAuto-fixes:\n\nMissing type field\nMissing registrations array\nLocal-path images (removes them)\n\nUse --dry-run to preview changes without applying."
      },
      {
        "title": "self-check",
        "body": "Check all agents owned by your wallet.\n\npython scripts/register.py self-check\n\nQueries Agentscan for your agents, validates each, and prints a health report."
      },
      {
        "title": "Post-Registration Flow",
        "body": "# 1. Register new agent\npython scripts/register.py register --name \"MyBot\" --description \"Trading assistant\"\n\n# 2. Validate the registration\npython scripts/register.py validate 42 --chain base\n\n# 3. Check initial reputation (from erc8004-reputation skill)\npython scripts/reputation.py lookup 42 --chain base\n\n# 4. Monitor for discovery (from erc8004-discover skill)\npython scripts/discover.py info 42"
      },
      {
        "title": "Periodic Health Check",
        "body": "# Run self-check to validate all your agents\npython scripts/register.py self-check\n\n# Fix any issues found\npython scripts/register.py fix 42 --chain base"
      },
      {
        "title": "Heartbeat Integration",
        "body": "For automated monitoring, run self-check periodically:\n\n# Cron: check health every hour\n0 * * * * cd /path/to/skill && python scripts/register.py self-check >> /var/log/agent-health.log 2>&1\n\n# Or in a script:\n#!/bin/bash\npython scripts/register.py self-check\nif [ $? -ne 0 ]; then\n    echo \"Agent health check failed!\" | notify-send\nfi"
      },
      {
        "title": "Wallet Configuration",
        "body": "Set one of these environment variables:\n\nexport ERC8004_MNEMONIC=\"your twelve word mnemonic phrase here\"\n# OR\nexport ERC8004_PRIVATE_KEY=\"0x...\""
      },
      {
        "title": "Contract",
        "body": "Identity Registry: 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 (same on all chains)"
      },
      {
        "title": "Supported Chains",
        "body": "ChainIDExplorerBase8453basescan.orgEthereum1etherscan.ioPolygon137polygonscan.comMonad143explorer.monad.xyzBNB56bscscan.com"
      },
      {
        "title": "Dependencies",
        "body": "pip install web3 eth-account"
      },
      {
        "title": "Related Skills",
        "body": "erc8004-discover: Find and monitor agents\nerc8004-reputation: Rate agents and check trust scores"
      }
    ],
    "body": "ERC-8004 Registration Skill\n\nRegister, update, validate, and fix agents on-chain via the ERC-8004 Identity Registry.\n\nUse This When...\n\"Register my agent on-chain\"\n\"I need to create a new ERC-8004 agent\"\n\"Update my agent's metadata\"\n\"Check if my agent registration is valid\"\n\"Fix my agent's registration issues\"\n\"Show my agent's on-chain info\"\n\"What agents do I own?\"\n\"Health check my agents\"\nCommands\nregister\n\nRegister a new agent on-chain.\n\npython scripts/register.py register --name \"AgentName\" --description \"Description\" [--image URL] [--chain base]\n\n\nOptions:\n\n--name (required): Agent name\n--description (required): Agent description\n--image: Image URL (must be https://)\n--chain: Blockchain (base, ethereum, polygon, monad, bnb). Default: base\nupdate\n\nUpdate an existing agent's metadata.\n\npython scripts/register.py update <agentId> [--name NAME] [--description DESC] [--image URL] [--add-service name=X,endpoint=Y] [--remove-service NAME] [--chain base]\n\ninfo\n\nDisplay agent information.\n\npython scripts/register.py info <agentId> [--chain base]\n\nvalidate\n\nCheck registration for common issues.\n\npython scripts/register.py validate <agentId> [--chain base]\n\n\nChecks:\n\nMissing type field\nLocal-path images (/home/..., ./, file://)\nEmpty name/description\nMissing registrations array\nUnreachable image URLs\nfix\n\nAuto-fix common registration issues.\n\npython scripts/register.py fix <agentId> [--chain base] [--dry-run]\n\n\nAuto-fixes:\n\nMissing type field\nMissing registrations array\nLocal-path images (removes them)\n\nUse --dry-run to preview changes without applying.\n\nself-check\n\nCheck all agents owned by your wallet.\n\npython scripts/register.py self-check\n\n\nQueries Agentscan for your agents, validates each, and prints a health report.\n\nCross-Skill Workflows\nPost-Registration Flow\n# 1. Register new agent\npython scripts/register.py register --name \"MyBot\" --description \"Trading assistant\"\n\n# 2. Validate the registration\npython scripts/register.py validate 42 --chain base\n\n# 3. Check initial reputation (from erc8004-reputation skill)\npython scripts/reputation.py lookup 42 --chain base\n\n# 4. Monitor for discovery (from erc8004-discover skill)\npython scripts/discover.py info 42\n\nPeriodic Health Check\n# Run self-check to validate all your agents\npython scripts/register.py self-check\n\n# Fix any issues found\npython scripts/register.py fix 42 --chain base\n\nHeartbeat Integration\n\nFor automated monitoring, run self-check periodically:\n\n# Cron: check health every hour\n0 * * * * cd /path/to/skill && python scripts/register.py self-check >> /var/log/agent-health.log 2>&1\n\n# Or in a script:\n#!/bin/bash\npython scripts/register.py self-check\nif [ $? -ne 0 ]; then\n    echo \"Agent health check failed!\" | notify-send\nfi\n\nWallet Configuration\n\nSet one of these environment variables:\n\nexport ERC8004_MNEMONIC=\"your twelve word mnemonic phrase here\"\n# OR\nexport ERC8004_PRIVATE_KEY=\"0x...\"\n\nContract\n\nIdentity Registry: 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 (same on all chains)\n\nSupported Chains\nChain\tID\tExplorer\nBase\t8453\tbasescan.org\nEthereum\t1\tetherscan.io\nPolygon\t137\tpolygonscan.com\nMonad\t143\texplorer.monad.xyz\nBNB\t56\tbscscan.com\nDependencies\npip install web3 eth-account\n\nRelated Skills\nerc8004-discover: Find and monitor agents\nerc8004-reputation: Rate agents and check trust scores"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aetherstacey/erc8004-register",
    "publisherUrl": "https://clawhub.ai/aetherstacey/erc8004-register",
    "owner": "aetherstacey",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/erc8004-register",
    "downloadUrl": "https://openagent3.xyz/downloads/erc8004-register",
    "agentUrl": "https://openagent3.xyz/skills/erc8004-register/agent",
    "manifestUrl": "https://openagent3.xyz/skills/erc8004-register/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/erc8004-register/agent.md"
  }
}