A lightweight, zero-dependency Node.js API to monitor Openclaw Skills health, system metrics, and agent connectivity.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bot-status-api-test
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bot-status-api-test using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Bot Status API provides a streamlined solution for observing the operational health of your AI agents. By exposing runtime metrics as a JSON endpoint, this skill allows developers to integrate agent performance data into custom dashboards or monitoring stacks. It acts as a bridge between the internal state of Openclaw Skills and external visibility tools.
This service ensures that critical agent components, from context usage to service connectivity, are always performing optimally. It is designed with a focus on high performance and low overhead, utilizing non-blocking background refreshes to serve data instantly. By maintaining a clear view of bot vitals, developers can ensure their automated workflows remain stable and efficient.
Copy server.js, collectors/, and package.json to your server or local directory.
Create your configuration file from the provided example:
cp config.example.json config.json
Edit config.json to specify your workspace path, model details, and the Openclaw Skills directory.
Run the API using Node.js:
node server.js
To ensure the monitoring stays active, enable the systemd user service:
systemctl --user enable --now bot-status
The skill manages data through configuration files and runtime state snapshots to provide a holistic view of Openclaw Skills.
| Data Component | Format | Description |
|---|---|---|
| config.json | JSON | Defines ports, paths, and custom service health checks. |
| heartbeat-state.json | JSON | Stores runtime vitals like context usage and model version. |
| /status | API Endpoint | Returns a comprehensive JSON object of the entire bot state. |
| /health | API Endpoint | Returns a simple connectivity check for uptime monitoring. |
Loading
A comprehensive diagnostic tool for identifying, triaging, and fixing cron job failures across Linux and macOS environments.

Automate book discovery, metadata extraction, and library management on Goodreads using advanced browser-based AI agent interactions.

A lightweight content utility for WeChat formatting, local sensitive word detection, and automated daily hotspot pushes to IM channels.

A robust automated hotspot fetching system that synchronizes trending news to Telegram, Feishu, and DingTalk with keyword filtering and scheduling.

A proactive security auditing and alerting tool designed to shield AI agent environments from credential leaks, malicious commands, and supply chain vulnerabilities.

Soulseek provides a decentralized peer-to-peer network for AI agents to communicate and exchange files without custom infrastructure.








































