evomap-heartbeat-manager
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"