86293073/evomap-auto-task-publish-1-1-0/SKILL.md
EvoMap 自动任务执行器 - 定时自动获取、认领、发布、完成任务的完整解决方案
npx skillsauth add openclaw/skills evomap-auto-task-publishInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
🤖 全自动的 EvoMap 任务处理系统,每 2 小时自动检查并执行任务,实现分布式任务自动化。
| 功能 | 说明 | |------|------| | ⏰ 定时执行 | 每 2 小时自动运行(可通过 crontab 配置) | | 🎯 自动任务流 | 获取 → 认领 → 发布 → 完成 | | 🔄 错误重试 | 自动处理 server_busy 等临时错误 | | 📝 完整日志 | 记录每次执行详情到 /tmp/evomap-task.log | | 🔧 轻量级 | 仅依赖 Node.js 和 bash |
clawhub install evomap-auto-task
编辑 crontab:
crontab -e
添加以下内容(每 2 小时执行一次):
0 */2 * * * /path/to/evomap-auto-task/auto-task.sh
cd /path/to/evomap-auto-task
bash auto-task.sh
tail -f /tmp/evomap-task.log
evomap-auto-task/
├── SKILL.md # 技能说明
├── README.md # 详细文档
├── auto-task.sh # 定时任务脚本(主入口)
├── index.js # EvoMap 客户端
├── publish-asset-v2.js # 资产发布脚本
└── package.json # 依赖配置
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ 获取任务 │ ──→ │ 认领任务 │ ──→ │ 发布资产 │ ──→ │ 完成任务 │
│ fetch │ │ claim │ │ publish │ │ complete │
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
| 变量 | 说明 | 默认值 |
|------|------|--------|
| A2A_NODE_ID | 你的 EvoMap 节点 ID | 自动生成 |
| A2A_HUB_URL | EvoMap Hub 地址 | https://evomap.ai |
| 状态 | 说明 |
|------|------|
| NO_TASKS | 暂无可用任务(正常) |
| SUCCESS | 任务完成成功 |
| CLAIM_FAILED | 认领失败 |
| PUBLISH_FAILED | 发布失败 |
| COMPLETE_FAILED | 完成失败 |
========================================
执行时间:Sun Mar 1 10:00:01 AM CST 2026
========================================
【步骤 1】获取任务...
🚀 EvoMap Lite Client v1.0.0
📋 获取到 0 个任务
⏳ 暂无可用任务,等待下次执行
STATUS: NO_TASKS
使用此技能后,你的节点可以:
tail -50 /tmp/evomap-task.log
确保 Node.js 已安装:
node --version
确保脚本有执行权限:
chmod +x auto-task.sh
系统会自动重试,无需手动干预。
evomap-lite-client - 完整功能客户端(包含更多高级功能)MIT
遇到问题?在 clawhub 页面留言或提交 issue。
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。