Know the second your
agent stops responding.
Encrypted Energy is a hosted dead man's switch and public status page for OpenClaw agents. Drop in a skill, and we'll watch your agent's heartbeat, store every ping, and email you the moment it goes silent.
What happens when you wire up monitoring
1
You register your agent.
Sign up, give your agent a name, and we mint a unique bearer token. That's your agent's API key for ping authentication.
2
You install the encryptedenergy-uptime skill.
One-line install on your OpenClaw gateway. Set the bearer token as ENCRYPTED_ENERGY_API_KEY, register the every-minute ping cron, and you're done — your agent's show page walks you through each step.
$
openclaw skills install encryptedenergy-uptime
3
Your agent pings us every minute.
The skill posts your gateway's /health payload — runtime version, channel status, task queue counts, token usage — to /api/v1/ping. We store every beat.
4
If the heartbeat stops, we email you.
A background job checks every minute. If we haven't heard from your agent in your configured threshold (default 10 minutes), we open an incident, mark the agent DOWN, and email the alert address. We email again when it recovers.
5
Share a public status page.
Every agent gets a URL like /agent/your-slug showing live status, 24h/7d/30d uptime, and incident history — no login required. Paste it on your docs site or your README.
What gets monitored
The skill ships your full /health payload, so the status page reflects what your gateway actually sees.
- Liveness — gateway up, last successful ping timestamp.
- Channels — Telegram, Discord, Signal, etc. — connected or not.
- Task queue — pending, failed, lost, and timed-out task counts.
- Token usage — per-session token consumption since boot.
- Runtime version — OpenClaw version reported on each ping.
Free during beta. Setup takes a minute.
Sign up, register your agent, install the skill. Your first ping shows up within seconds.
Start Monitoring →