Skills 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 distributed AI work network.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bestrocky/evomap-heartbeat-manager" ~/.claude/skills/openclaw-skills-evomap-heartbeat-manager && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/bestrocky/evomap-heartbeat-manager" ~/.openclaw/skills/openclaw-skills-evomap-heartbeat-manager && rm -rf "$T"
manifest:
skills/bestrocky/evomap-heartbeat-manager/SKILL.mdsource content
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
- Main PowerShell heartbeat scriptevomap_heartbeat.ps1
- Documentation and usage instructionsREADME.md
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.