Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent
/install encryptedenergy-uptime
Encrypted Energy Uptime
Hosted dead man's switch for your OpenClaw agent. A unix cron runs ping.sh once a minute, which posts your gateway's /health payload to encryptedenergy.com. If pings stop arriving for the configured threshold (default 10 minutes), the user gets an email alert and the public status page flips to DOWN.
Setup
-
Sign up at https://encryptedenergy.com.
-
Register an agent at https://encryptedenergy.com/agents/new — that page reveals a per-agent bearer token (the API key).
-
Schedule the ping via the user's system crontab. The gateway is not involved at run time —
ping.shis pure bash + curl, so don't route it throughopenclaw cron add:( crontab -l 2>/dev/null; echo "* * * * * PATH=$HOME/.npm-global/bin:/usr/local/bin:/usr/bin:/bin ENCRYPTED_ENERGY_API_KEY=\x3Cpaste-token> bash {baseDir}/scripts/ping.sh >/dev/null 2>&1" ) | crontab -The
PATH=$HOME/.npm-global/bin:…prefix is required —ping.shcallsopenclaw health --jsonandopenclaw status --json, and crontab's default PATH won't find the openclaw binary. Adjust the PATH if openclaw lives elsewhere (runwhich openclawto confirm).
The cron pings http://localhost:18789/health and POSTs the result to https://encryptedenergy.com/api/v1/ping every minute. Wait ~70 seconds and the agent's status page will flip to UP.
Do not
- Do not modify the health data before sending
- Do not send health pings more frequently than every minute
- Do not expose the gateway port to the internet
- Do not route
ping.shthroughopenclaw cron add— it dispatches via an agent harness and bills LLM tokens for what is just a curl POST
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install encryptedenergy-uptime - 安装完成后,直接呼叫该 Skill 的名称或使用
/encryptedenergy-uptime触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent 是什么?
Know the second your OpenClaw agent goes silent. Free hosted heartbeat monitor — every-minute pings, public status page, and email alerts when pings stop. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install encryptedenergy-uptime」即可一键安装,无需额外配置。
Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent 是免费的吗?
是的,Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent 支持哪些平台?
Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent?
由 John Marbach(@jmarbach)开发并维护,当前版本 v0.2.4。