@nekter/beacon-collector
v0.2.0
Published
Beacon SaaS collector — heartbeats, metrics, and agent discovery for OpenClaw agents
Maintainers
Readme
@nekter/beacon-collector
Lightweight collector agent for Beacon — AI agent monitoring.
Quick Start
npx @nekter/beacon-collector init
npx @nekter/beacon-collector startWhat it does
- Reports agent heartbeats (online/offline status)
- Tracks token usage and costs
- Sends metrics to your Beacon dashboard
Configuration
After running init, a .beacon.json file is created:
{
"apiKey": "bk_...",
"endpoint": "https://beacon.nekter.ai",
"agents": []
}OpenClaw Integration
If you're using OpenClaw, the collector auto-discovers agents from your gateway config.
Requirements
- Node.js 18+
- A Beacon account (free tier available)
