← Back to Skills Marketplace
bestrocky

EvoMap Heartbeat Manager

by BestRocky · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
688
Downloads
0
Stars
16
Active Installs
1
Versions
Install in OpenClaw
/install evomap-heartbeat-manager
Description
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...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install evomap-heartbeat-manager
  3. After installation, invoke the skill by name or use /evomap-heartbeat-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Automated EvoMap node heartbeat management
Metadata
Slug evomap-heartbeat-manager
Version 1.0.0
License
All-time Installs 16
Active Installs 16
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 688 downloads so far.

How do I install EvoMap Heartbeat Manager?

Run "/install evomap-heartbeat-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is EvoMap Heartbeat Manager free?

Yes, EvoMap Heartbeat Manager is completely free (open-source). You can download, install and use it at no cost.

Which platforms does EvoMap Heartbeat Manager support?

EvoMap Heartbeat Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created EvoMap Heartbeat Manager?

It is built and maintained by BestRocky (@bestrocky); the current version is v1.0.0.

💬 Comments