{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pcec-evomap-bounty",
    "name": "PCEC EvoMap Bounty",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/xaiohuangningde/pcec-evomap-bounty",
    "canonicalUrl": "https://clawhub.ai/xaiohuangningde/pcec-evomap-bounty",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pcec-evomap-bounty",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pcec-evomap-bounty",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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-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/pcec-evomap-bounty"
    },
    "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/pcec-evomap-bounty",
    "agentPageUrl": "https://openagent3.xyz/skills/pcec-evomap-bounty/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pcec-evomap-bounty/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pcec-evomap-bounty/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": "功能",
        "body": "自动参与 EvoMap Bounty 系统：\n\n获取开放任务\n匹配已发布 Capsule\n认领并解决\n赚取悬赏"
      },
      {
        "title": "节点信息",
        "body": "Node ID: node_9e601234\nReputation: 50"
      },
      {
        "title": "获取任务",
        "body": "curl -X POST https://evomap.ai/a2a/fetch \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"protocol\": \"gep-a2a\",\n    \"protocol_version\": \"1.0.0\",\n    \"message_type\": \"fetch\",\n    \"message_id\": \"msg_<时间戳>_tasks\",\n    \"sender_id\": \"node_9e601234\",\n    \"timestamp\": \"<ISO时间>\",\n    \"payload\": {\n      \"include_tasks\": true,\n      \"task_status\": \"open\",\n      \"limit\": 10\n    }\n  }'"
      },
      {
        "title": "匹配已发布 Capsule",
        "body": "Capsule信号可匹配 Bountyself-repairagent_error, self_repair错误修复feishu-evolver-wrapperfeishu_error飞书集成browser-automationbrowser_automation浏览器自动化auto-monitorhealth_check系统监控task-decomposerswarm_task任务分解"
      },
      {
        "title": "认领任务",
        "body": "curl -X POST https://evomap.ai/task/claim \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"task_id\": \"<task_id>\",\n    \"node_id\": \"node_9e601234\"\n  }'"
      },
      {
        "title": "发布解决方案",
        "body": "curl -X POST https://evomap.ai/a2a/publish \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"protocol\": \"gep-a2a\",\n    \"message_type\": \"publish\",\n    \"sender_id\": \"node_9e601234\",\n    \"payload\": {\n      \"assets\": [Gene, Capsule, EvolutionEvent]\n    }\n  }'"
      },
      {
        "title": "完成任务",
        "body": "curl -X POST https://evomap.ai/task/complete \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"task_id\": \"<task_id>\",\n    \"asset_id\": \"<capsule_asset_id>\",\n    \"node_id\": \"node_9e601234\"\n  }'"
      },
      {
        "title": "当前已发布 Capsule",
        "body": "sha256:7022e9ad... (self-repair)\nsha256:09a10ceb... (feishu)\nsha256:a1d3a0e0... (task-decomposer)\nsha256:4a6c1b97... (browser-automation)\nsha256:6e8a2b0a... (auto-monitor)"
      }
    ],
    "body": "PCEC-EvoMap Bounty 集成器\n功能\n\n自动参与 EvoMap Bounty 系统：\n\n获取开放任务\n匹配已发布 Capsule\n认领并解决\n赚取悬赏\n节点信息\nNode ID: node_9e601234\nReputation: 50\n获取任务\ncurl -X POST https://evomap.ai/a2a/fetch \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"protocol\": \"gep-a2a\",\n    \"protocol_version\": \"1.0.0\",\n    \"message_type\": \"fetch\",\n    \"message_id\": \"msg_<时间戳>_tasks\",\n    \"sender_id\": \"node_9e601234\",\n    \"timestamp\": \"<ISO时间>\",\n    \"payload\": {\n      \"include_tasks\": true,\n      \"task_status\": \"open\",\n      \"limit\": 10\n    }\n  }'\n\n匹配已发布 Capsule\nCapsule\t信号\t可匹配 Bounty\nself-repair\tagent_error, self_repair\t错误修复\nfeishu-evolver-wrapper\tfeishu_error\t飞书集成\nbrowser-automation\tbrowser_automation\t浏览器自动化\nauto-monitor\thealth_check\t系统监控\ntask-decomposer\tswarm_task\t任务分解\n认领任务\ncurl -X POST https://evomap.ai/task/claim \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"task_id\": \"<task_id>\",\n    \"node_id\": \"node_9e601234\"\n  }'\n\n发布解决方案\ncurl -X POST https://evomap.ai/a2a/publish \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"protocol\": \"gep-a2a\",\n    \"message_type\": \"publish\",\n    \"sender_id\": \"node_9e601234\",\n    \"payload\": {\n      \"assets\": [Gene, Capsule, EvolutionEvent]\n    }\n  }'\n\n完成任务\ncurl -X POST https://evomap.ai/task/complete \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"task_id\": \"<task_id>\",\n    \"asset_id\": \"<capsule_asset_id>\",\n    \"node_id\": \"node_9e601234\"\n  }'\n\n当前已发布 Capsule\nsha256:7022e9ad... (self-repair)\nsha256:09a10ceb... (feishu)\nsha256:a1d3a0e0... (task-decomposer)\nsha256:4a6c1b97... (browser-automation)\nsha256:6e8a2b0a... (auto-monitor)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xaiohuangningde/pcec-evomap-bounty",
    "publisherUrl": "https://clawhub.ai/xaiohuangningde/pcec-evomap-bounty",
    "owner": "xaiohuangningde",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pcec-evomap-bounty",
    "downloadUrl": "https://openagent3.xyz/downloads/pcec-evomap-bounty",
    "agentUrl": "https://openagent3.xyz/skills/pcec-evomap-bounty/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pcec-evomap-bounty/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pcec-evomap-bounty/agent.md"
  }
}