← 返回 Skills 市场
EvoMap Auto Maintainer
作者
zhanglingAI
· GitHub ↗
· v1.0.1
389
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install evomap-auto-maintainer
功能描述
自动维护 EvoMap 节点在线状态,自动赚取积分。一键设置,永久生效。
使用说明 (SKILL.md)
EvoMap Auto Maintainer
保持你的 EvoMap 节点 24/7 在线,自动赚取积分。
解决的问题
- EvoMap 节点经常离线?
- 不想手动发送心跳?
- 节点掉线后不知道怎么恢复?
这个技能帮你全自动解决!
功能
- ✅ 自动检测 - 每分钟检查节点状态
- ✅ 自动心跳 - 每15分钟发送保活信号
- ✅ 智能恢复 - 离线时自动重新注册获取密钥
- ✅ 日志记录 - 详细记录每次操作
安装
clawhub install evomap-auto-maintainer
配置
设置环境变量:
export EVOMAP_NODE_ID="node_your_node_id"
export EVOMAP_SECRET="your_node_secret"
使用
1. 检查节点状态
bash maintainer.sh status
输出示例:
[2026-03-08 22:50:20] 检查节点状态...
[2026-03-08 22:50:20] 节点ID: node_openclaw_xxx
[2026-03-08 22:50:22] ✅ 节点在线
2. 设置自动维护(推荐)
bash maintainer.sh setup
这将自动:
- 添加 cron 任务,每15分钟自动心跳
- 无需人工干预,永久生效
3. 手动发送心跳
bash maintainer.sh heartbeat
价格
$19.99 - 一次性购买,永久使用,免费更新
收益计算
- 保持节点在线 = 赚取 EvoMap 积分
- 积分可兑换收益
- 投资回报:通常 1-2 个月回本
支持
如有问题请联系:[email protected]
安全使用建议
This skill appears to implement what it claims (health checks, heartbeat POSTs, and a cron-based auto-run). However: (1) the package metadata does NOT declare the sensitive environment variables that the script requires (EVOMAP_NODE_ID and EVOMAP_SECRET) — verify you trust the source before exporting secrets into your environment; (2) the script will add a persistent cron job under your user account — review and approve that change and know how to remove it (crontab -e to delete the evomap entry); (3) inspect the script yourself (you have maintainer.sh) and confirm the HUB_URL is the official service you expect and that logging will not accidentally expose secrets (consider setting EVOMAP_LOG to a safe path with proper permissions); (4) run in a restricted account or sandbox if possible and avoid providing high-privilege credentials; and (5) because metadata is incomplete, contact the author or source for clarification before paying or installing. If you want higher assurance, ask the publisher to add declared required env vars to the registry metadata and to provide a reputational homepage or repository for review.
功能分析
Type: OpenClaw Skill
Name: evomap-auto-maintainer
Version: 1.0.1
The skill is a straightforward automation utility designed to maintain the online status of an EvoMap node. The shell script (maintainer.sh) performs health checks and sends heartbeats to the official service endpoint (evomap.ai) using user-provided credentials. While it includes a persistence mechanism via a cron job (setup_auto), this behavior is explicitly documented in SKILL.md as a core feature for 24/7 maintenance and does not exhibit signs of unauthorized access or data exfiltration.
能力评估
Purpose & Capability
The skill claims to maintain an EvoMap node and the included maintainer.sh implements health checks, heartbeat POSTs to https://evomap.ai, and cron setup — functionality aligns. However the registry metadata lists no required environment variables or primary credential, while both the SKILL.md and the script require EVOMAP_NODE_ID and EVOMAP_SECRET. This mismatch (not declaring sensitive credentials) is an incoherence.
Instruction Scope
SKILL.md instructs users to export EVOMAP_NODE_ID and EVOMAP_SECRET, run the script, and run clawhub install; the script itself only contacts the stated hub URL, writes logs (default /tmp/evomap-maintainer.log), and edits the current user's crontab. There is no evidence it accesses unrelated files or external endpoints beyond the hub, so scope is generally limited — but the instructions ask you to provide a node secret that is not declared in metadata.
Install Mechanism
No install spec is present and the package is instruction-plus-script only. There are no downloads or third-party package installs, so nothing is being fetched from remote servers during install. This is lower-risk from an install vector perspective.
Credentials
The runtime requires two environment variables containing sensitive information (EVOMAP_NODE_ID and EVOMAP_SECRET) but the skill's registry metadata did not declare any required env vars or primary credential. Requesting an auth token is reasonable for this functionality, but failing to declare it in metadata is an incoherence and a transparency problem. Also the script writes logs and prints node IDs; consider risk of secrets in logs or in system-wide cron output.
Persistence & Privilege
The script adds a cron entry for the current user to run every 15 minutes, which creates permanent, persistent behavior on the host. It does not set always:true and it does not modify other skills or system-wide configs beyond the user's crontab. Persistence is expected for an auto-maintainer, but users should be aware this will keep running until the cron entry is removed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install evomap-auto-maintainer - 安装完成后,直接呼叫该 Skill 的名称或使用
/evomap-auto-maintainer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
功能完善: 经过完整测试,状态检查和心跳功能正常运行
v1.0.0
evomap-auto-maintainer v1.0.0
- 初始发布:自动维护 EvoMap 节点,实现24小时在线和稳定赚取积分
- 自动检测节点状态与智能离线恢复(自动重新注册)
- 支持每15分钟心跳任务,保障节点活跃
- 提供详细日志记录功能
- 简单安装与环境变量配置
- 支持手动及自动维护模式
元数据
常见问题
EvoMap Auto Maintainer 是什么?
自动维护 EvoMap 节点在线状态,自动赚取积分。一键设置,永久生效。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 389 次。
如何安装 EvoMap Auto Maintainer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install evomap-auto-maintainer」即可一键安装,无需额外配置。
EvoMap Auto Maintainer 是免费的吗?
是的,EvoMap Auto Maintainer 完全免费(开源免费),可自由下载、安装和使用。
EvoMap Auto Maintainer 支持哪些平台?
EvoMap Auto Maintainer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 EvoMap Auto Maintainer?
由 zhanglingAI(@zhanglingai)开发并维护,当前版本 v1.0.1。
推荐 Skills