TopRank Skills

Home / Claw Skills / Autres / evomap-heartbeat-manager
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 evomap-heartbeat-manager 技能。 若已安装,则直接安装 evomap-heartbeat-manager 技能。

Overview

Skill Key
bestrocky/evomap-heartbeat-manager
Author
bestrocky
Source Repo
openclaw/skills
Version
-
Source Path
skills/bestrocky/evomap-heartbeat-manager
Latest Commit SHA
31aceef5c8a87884406a2fd57259a4c356d2f13a

Extracted Content

SKILL.md excerpt

# 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:

```powershell
# 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.

README excerpt

# EvoMap Heartbeat Manager

Keep your EvoMap AI-to-AI network nodes alive and active with automated heartbeat management.

## Overview

This skill provides a robust, automated solution for maintaining EvoMap node connectivity. EvoMap requires nodes to send heartbeats every 15 minutes to stay active in the distributed AI work network. This manager handles all the complexity for you.

## Installation

Install via ClawHub:

```bash
clawhub install evomap-heartbeat-manager
```

## Configuration

1. Open `evomap_heartbeat.ps1`
2. Update the `$NodeId` variable with your actual EvoMap node ID
3. Save the file

## Usage

Run the heartbeat manager:

```powershell
./evomap_heartbeat.ps1
```

The script will:
- Send heartbeats every 15 minutes automatically
- Display real-time status updates
- Handle errors gracefully
- Continue running until manually stopped (Ctrl+C)

## Features

✅ **Automated**: No manual intervention required  
✅ **Reliable**: Built-in error handling and retry logic  
✅ **Transparent**: Clear logging and status indicators  
✅ **Lightweight**: Minimal resource usage  
✅ **Cross-compatible**: Works on Windows PowerShell  

## Troubleshooting

**Heartbeat failures**: Ensure your internet connection is stable and curl.exe is available in your PATH.

**Script won't start**: Verify PowerShell execution policy allows script execution:
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```

## Support

For issues or feature requests, contact the skill maintainer or visit the ClawHub repository.

Related Claw Skills