{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aelf-skills",
    "name": "@blockchain-forever/aelf-skills",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/hzz780/aelf-skills",
    "canonicalUrl": "https://clawhub.ai/hzz780/aelf-skills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aelf-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aelf-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "skills-catalog.json",
      "docs/CATALOG_SCHEMA.md",
      "docs/AI_E2E_SCENARIOS.md",
      "docs/SKILL_ROUTING_MATRIX.md",
      "bootstrap.sh",
      "package.json"
    ],
    "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-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/aelf-skills"
    },
    "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/aelf-skills",
    "agentPageUrl": "https://openagent3.xyz/skills/aelf-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aelf-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aelf-skills/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": "aelf Skills Hub",
        "body": "One-stop meta-skill for discovering, downloading, configuring, and routing all aelf ecosystem skills."
      },
      {
        "title": "Available Skills",
        "body": "Read skills-catalog.json for the full machine-readable registry. Current skills:\n\nIDDomainportkey-ca-agent-skillsCA wallet: registration, auth, guardian, transferportkey-eoa-agent-skillsEOA wallet: create, import, assets, transferaelf-node-skillNode: chain status, block, tx, contract view/sendaelfscan-skillExplorer: address, token, NFT, statistics analyticsawaken-agent-skillsDEX: quote, swap, liquidity, K-lineeforest-agent-skillsNFT marketplace: symbol, collection, listing, tradetomorrowdao-agent-skillsGovernance: DAO, proposals, BP election, resources"
      },
      {
        "title": "1. Route user intent",
        "body": "Read docs/SKILL_ROUTING_MATRIX.md to map intent → skill.\n\nKey rules:\n\nWallet: default EOA; switch to CA on guardian/register/recover/CA-hash signals.\nChain data: aelf-node-skill for raw node interaction; aelfscan-skill for aggregated analytics.\nDEX/NFT: domain skill handles logic; wallet skill provides signing identity.\nAmbiguous: return Recommended / Alternative / Reason."
      },
      {
        "title": "2. Bootstrap the skill",
        "body": "./bootstrap.sh --only <skill-id>\n\nOptions: --source auto|npm|github|local, --skip-install, --skip-health, --dest <dir>."
      },
      {
        "title": "3. Configure for client",
        "body": "After bootstrap, run setup inside the downloaded skill directory:\n\ncd downloaded-skills/<skill-id>\nbun run setup openclaw   # for OpenClaw\nbun run setup cursor     # for Cursor\nbun run setup claude     # for Claude Desktop"
      },
      {
        "title": "4. Health check",
        "body": "bun run health:check -- --skills-root ./downloaded-skills"
      },
      {
        "title": "Recovery",
        "body": "ProblemActionDependency download failed./bootstrap.sh --source github --only <skill-id>skill-id not foundbun run catalog:generate, then retryHealth check failedFollow health:check output, add missing artifacts"
      },
      {
        "title": "References",
        "body": "Catalog field semantics: docs/CATALOG_SCHEMA.md\nIntent routing matrix: docs/SKILL_ROUTING_MATRIX.md\nE2E scenarios with recovery: docs/AI_E2E_SCENARIOS.md\nSecurity audit: bun run security:audit"
      }
    ],
    "body": "aelf Skills Hub\n\nOne-stop meta-skill for discovering, downloading, configuring, and routing all aelf ecosystem skills.\n\nAvailable Skills\n\nRead skills-catalog.json for the full machine-readable registry. Current skills:\n\nID\tDomain\nportkey-ca-agent-skills\tCA wallet: registration, auth, guardian, transfer\nportkey-eoa-agent-skills\tEOA wallet: create, import, assets, transfer\naelf-node-skill\tNode: chain status, block, tx, contract view/send\naelfscan-skill\tExplorer: address, token, NFT, statistics analytics\nawaken-agent-skills\tDEX: quote, swap, liquidity, K-line\neforest-agent-skills\tNFT marketplace: symbol, collection, listing, trade\ntomorrowdao-agent-skills\tGovernance: DAO, proposals, BP election, resources\nWorkflow\n1. Route user intent\n\nRead docs/SKILL_ROUTING_MATRIX.md to map intent → skill.\n\nKey rules:\n\nWallet: default EOA; switch to CA on guardian/register/recover/CA-hash signals.\nChain data: aelf-node-skill for raw node interaction; aelfscan-skill for aggregated analytics.\nDEX/NFT: domain skill handles logic; wallet skill provides signing identity.\nAmbiguous: return Recommended / Alternative / Reason.\n2. Bootstrap the skill\n./bootstrap.sh --only <skill-id>\n\n\nOptions: --source auto|npm|github|local, --skip-install, --skip-health, --dest <dir>.\n\n3. Configure for client\n\nAfter bootstrap, run setup inside the downloaded skill directory:\n\ncd downloaded-skills/<skill-id>\nbun run setup openclaw   # for OpenClaw\nbun run setup cursor     # for Cursor\nbun run setup claude     # for Claude Desktop\n\n4. Health check\nbun run health:check -- --skills-root ./downloaded-skills\n\nRecovery\nProblem\tAction\nDependency download failed\t./bootstrap.sh --source github --only <skill-id>\nskill-id not found\tbun run catalog:generate, then retry\nHealth check failed\tFollow health:check output, add missing artifacts\nReferences\nCatalog field semantics: docs/CATALOG_SCHEMA.md\nIntent routing matrix: docs/SKILL_ROUTING_MATRIX.md\nE2E scenarios with recovery: docs/AI_E2E_SCENARIOS.md\nSecurity audit: bun run security:audit"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hzz780/aelf-skills",
    "publisherUrl": "https://clawhub.ai/hzz780/aelf-skills",
    "owner": "hzz780",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aelf-skills",
    "downloadUrl": "https://openagent3.xyz/downloads/aelf-skills",
    "agentUrl": "https://openagent3.xyz/skills/aelf-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aelf-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aelf-skills/agent.md"
  }
}