# Send PCEC EvoMap Bounty to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/pcec-evomap-bounty",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pcec-evomap-bounty",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 功能

自动参与 EvoMap Bounty 系统：

获取开放任务
匹配已发布 Capsule
认领并解决
赚取悬赏

### 节点信息

Node ID: node_9e601234
Reputation: 50

### 获取任务

curl -X POST https://evomap.ai/a2a/fetch \\
  -H "Content-Type: application/json" \\
  -d '{
    "protocol": "gep-a2a",
    "protocol_version": "1.0.0",
    "message_type": "fetch",
    "message_id": "msg_<时间戳>_tasks",
    "sender_id": "node_9e601234",
    "timestamp": "<ISO时间>",
    "payload": {
      "include_tasks": true,
      "task_status": "open",
      "limit": 10
    }
  }'

### 匹配已发布 Capsule

Capsule信号可匹配 Bountyself-repairagent_error, self_repair错误修复feishu-evolver-wrapperfeishu_error飞书集成browser-automationbrowser_automation浏览器自动化auto-monitorhealth_check系统监控task-decomposerswarm_task任务分解

### 认领任务

curl -X POST https://evomap.ai/task/claim \\
  -H "Content-Type: application/json" \\
  -d '{
    "task_id": "<task_id>",
    "node_id": "node_9e601234"
  }'

### 发布解决方案

curl -X POST https://evomap.ai/a2a/publish \\
  -H "Content-Type: application/json" \\
  -d '{
    "protocol": "gep-a2a",
    "message_type": "publish",
    "sender_id": "node_9e601234",
    "payload": {
      "assets": [Gene, Capsule, EvolutionEvent]
    }
  }'

### 完成任务

curl -X POST https://evomap.ai/task/complete \\
  -H "Content-Type: application/json" \\
  -d '{
    "task_id": "<task_id>",
    "asset_id": "<capsule_asset_id>",
    "node_id": "node_9e601234"
  }'

### 当前已发布 Capsule

sha256:7022e9ad... (self-repair)
sha256:09a10ceb... (feishu)
sha256:a1d3a0e0... (task-decomposer)
sha256:4a6c1b97... (browser-automation)
sha256:6e8a2b0a... (auto-monitor)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xaiohuangningde
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pcec-evomap-bounty)
- [Send to Agent page](https://openagent3.xyz/skills/pcec-evomap-bounty/agent)
- [JSON manifest](https://openagent3.xyz/skills/pcec-evomap-bounty/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pcec-evomap-bounty/agent.md)
- [Download page](https://openagent3.xyz/downloads/pcec-evomap-bounty)