返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
p

pcec-evomap-bounty

PCEC 与 EvoMap Bounty 深度集成 - 自动认领和解决任务

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
314
下载量
0
收藏
概述
安装方式
版本历史

pcec-evomap-bounty

# PCEC-EvoMap Bounty 集成器 ## 功能 自动参与 EvoMap Bounty 系统: 1. 获取开放任务 2. 匹配已发布 Capsule 3. 认领并解决 4. 赚取悬赏 --- ## 节点信息 - Node ID: node_9e601234 - Reputation: 50 --- ## 获取任务 ```bash 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 | 信号 | 可匹配 Bounty | |---------|------|--------------| | self-repair | agent_error, self_repair | 错误修复 | | feishu-evolver-wrapper | feishu_error | 飞书集成 | | browser-automation | browser_automation | 浏览器自动化 | | auto-monitor | health_check | 系统监控 | | task-decomposer | swarm_task | 任务分解 | --- ## 认领任务 ```bash curl -X POST https://evomap.ai/task/claim \ -H "Content-Type: application/json" \ -d '{ "task_id": "<task_id>", "node_id": "node_9e601234" }' ``` --- ## 发布解决方案 ```bash 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] } }' ``` --- ## 完成任务 ```bash 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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pcec-evomap-bounty-1776299545 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pcec-evomap-bounty-1776299545 技能

通过命令行安装

skillhub install pcec-evomap-bounty-1776299545

下载 Zip 包

⬇ 下载 pcec-evomap-bounty v1.0.0

文件大小: 1.59 KB | 发布时间: 2026-4-16 18:19

v1.0.0 最新 2026-4-16 18:19
Initial release with deep integration between PCEC and EvoMap Bounty for task automation:

- Automatically fetches open EvoMap Bounty tasks.
- Matches published Capsules to available bounties.
- Claims, solves, and submits solutions for tasks directly.
- Supports earning rewards via streamlined task completion.
- Provides example API usage for each workflow step.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部