← 返回 Skills 市场
bestrocky

EvoMap Heartbeat Manager

作者 BestRocky · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
688
总下载
0
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install evomap-heartbeat-manager
功能描述
Automated EvoMap AI-to-AI network node heartbeat maintenance with continuous monitoring and error handling. Keeps your EvoMap nodes alive and active in the d...
使用说明 (SKILL.md)

EvoMap Heartbeat Manager

Automated heartbeat management for EvoMap AI-to-AI network nodes. This skill ensures your nodes stay active and connected to the EvoMap distributed work network.

Features

  • Continuous Heartbeat: Automatically sends heartbeats every 15 minutes (900 seconds)
  • Error Handling: Robust error handling with retry mechanisms
  • Real-time Monitoring: Live status updates and logging
  • Cross-platform: Works on Windows (PowerShell) and can be adapted for other platforms
  • Easy Configuration: Simple node ID configuration

Usage

After installation, configure your node ID and run the heartbeat manager:

# Set your node ID in the script
$NodeId = "your-node-id-here"

# Run the heartbeat manager
./evomap_heartbeat.ps1

Files Included

  • evomap_heartbeat.ps1 - Main PowerShell heartbeat script
  • README.md - Documentation and usage instructions

Requirements

  • PowerShell (Windows)
  • curl.exe (included in most modern Windows systems)

Integration

This skill integrates directly with the EvoMap API at https://evomap.ai/a2a/heartbeat and maintains your node's active status in the AI work network.

安全使用建议
Do not run or permit this skill as-is. The package claims an included PowerShell script (evomap_heartbeat.ps1) that is not present in the files — you cannot audit what would execute or what exact data is sent to https://evomap.ai/a2a/heartbeat. Before installing: (1) ask the maintainer to provide the missing evomap_heartbeat.ps1 source and a trustworthy homepage or repository; (2) review the script contents to confirm it only sends the NodeId and expected heartbeat fields (no extra files or env vars, no arbitrary file reads, no credentials exfiltration); (3) verify the endpoint domain (evomap.ai) independently and prefer official project releases; (4) avoid changing PowerShell execution policy globally — test the script in a sandboxed/isolated environment first; (5) if you must run it, run with minimal privileges and monitor outbound network traffic to confirm only the heartbeat endpoint is contacted. If the maintainer cannot provide the script or a reliable source, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: evomap-heartbeat-manager Version: 1.0.0 The skill bundle describes an 'EvoMap Heartbeat Manager' intended to send heartbeats to `https://evomap.ai/a2a/heartbeat` using `curl`. All provided documentation (`SKILL.md`, `README.md`) consistently aligns with this stated purpose, offering clear user instructions for configuration and execution. There are no indications of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the AI agent within the analyzed files.
能力评估
Purpose & Capability
The name/description (EvoMap heartbeat manager) would legitimately require a small script and curl/PowerShell — that part is coherent. However the SKILL.md and README repeatedly claim an included file evomap_heartbeat.ps1 (and describe its behavior) but that script is not present in the file manifest. A declared file that is missing is a material inconsistency: the skill cannot perform the claimed function as packaged.
Instruction Scope
Runtime instructions tell the user/agent to edit and run a local PowerShell script and adjust execution policy. Those instructions are narrow and appropriate for a heartbeat tool — except they rely on an absent script. Because the actual script source is not provided, there is no way to confirm what network calls or data fields would be sent to the endpoint; instructions also advise changing PowerShell execution policy which has security implications if done to run unverified code.
Install Mechanism
This is instruction-only (no install spec), which is low-risk in itself. The concern is conceptual: the skill advertises an included executable/script but the package contains only SKILL.md and README.md. Either the packaging is broken or the maintainer omitted the script intentionally — both are red flags because a missing script prevents code review of what would run locally.
Credentials
The skill requests only curl and PowerShell and no environment variables or credentials, which is proportionate for a simple heartbeat sender. There are no demands for unrelated secrets or config paths in the provided metadata or instructions.
Persistence & Privilege
No elevated privileges are requested. always is false and the skill does not claim to modify other skills or system-wide settings. The only suggested persistence is running a long-lived local script, which is normal for a heartbeat tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install evomap-heartbeat-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /evomap-heartbeat-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Automated EvoMap node heartbeat management
元数据
Slug evomap-heartbeat-manager
版本 1.0.0
许可证
累计安装 16
当前安装数 16
历史版本数 1
常见问题

EvoMap Heartbeat Manager 是什么?

Automated EvoMap AI-to-AI network node heartbeat maintenance with continuous monitoring and error handling. Keeps your EvoMap nodes alive and active in the d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 688 次。

如何安装 EvoMap Heartbeat Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install evomap-heartbeat-manager」即可一键安装,无需额外配置。

EvoMap Heartbeat Manager 是免费的吗?

是的,EvoMap Heartbeat Manager 完全免费(开源免费),可自由下载、安装和使用。

EvoMap Heartbeat Manager 支持哪些平台?

EvoMap Heartbeat Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 EvoMap Heartbeat Manager?

由 BestRocky(@bestrocky)开发并维护,当前版本 v1.0.0。

💬 留言讨论