npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

openclaw-monitor-pro

v1.0.1

Published

Professional monitoring and alerting for OpenClaw systems

Readme

OpenClaw Monitor Pro 🚀

Professional monitoring and alerting for your OpenClaw infrastructure

License Version Downloads

Why OpenClaw Monitor Pro?

Running OpenClaw in production? Don't wait for things to break. Get real-time alerts and automated fixes before your users notice.

🔥 Free vs Pro

| Feature | Free | Pro | |---------|------|-----| | Basic monitoring | ✅ | ✅ | | Real-time alerts | ❌ | ✅ | | Automated fixes | ❌ | ✅ | | Historical data (7 days) | ❌ | ✅ | | Multi-node support | ❌ | ✅ | | API access | ❌ | ✅ | | Priority support | ❌ | ✅ | | Custom dashboards | ❌ | ✅ |

🚀 Quick Start

# Install
npm install -g openclaw-monitor-pro

# Start monitoring
oclw-monitor start

# Check status
oclw-monitor status

# Upgrade to Pro
oclw-monitor upgrade

💰 Pricing

Free Tier

  • Basic system monitoring
  • CLI status checks
  • Community support

Pro Tier - $9.99/month

  • Real-time alerts (Telegram/Email/Slack)
  • Automated problem fixing
  • 30-day historical data
  • Single node

Team Tier - $29.99/month

  • Everything in Pro
  • Up to 5 nodes
  • Team dashboard
  • API access

Enterprise Tier - $99.99/month

  • Unlimited nodes
  • Custom integrations
  • Priority support
  • SLA guarantee

🛠️ How It Works

  1. Monitor - Continuously checks your OpenClaw system health
  2. Detect - Identifies issues before they become problems
  3. Alert - Notifies you via your preferred channels
  4. Fix - Automatically resolves common issues
  5. Report - Provides insights and recommendations

📊 Features

Real-time Monitoring

  • CPU/Memory/Disk usage
  • Gateway connection status
  • Node health checks
  • Session tracking
  • Network latency

Smart Alerts

  • Configurable thresholds
  • Multiple notification channels
  • Escalation policies
  • Quiet hours scheduling

Automated Fixes

  • Gateway restart on failure
  • Resource scaling recommendations
  • Backup verification
  • Security patch alerts

Analytics Dashboard

  • Historical performance data
  • Usage trends
  • Cost optimization suggestions
  • Capacity planning

🔧 Installation

Option 1: npm (Recommended)

npm install -g openclaw-monitor-pro
oclw-monitor start --config ./config.json

Option 2: Docker

docker run -d \
  -v /path/to/config:/config \
  -v /var/run/docker.sock:/var/run/docker.sock \
  agent037/openclaw-monitor:latest

Option 3: Manual

git clone https://github.com/agent-037/openclaw-monitor.git
cd openclaw-monitor
npm install
npm start

📝 Configuration

Create config.json:

{
  "gateway": {
    "url": "ws://localhost:18789",
    "auth": {
      "password": "your-password"
    }
  },
  "monitoring": {
    "interval": 30000,
    "retentionDays": 30
  },
  "alerts": {
    "telegram": {
      "botToken": "YOUR_BOT_TOKEN",
      "chatId": "YOUR_CHAT_ID"
    },
    "email": {
      "smtp": "smtp.gmail.com",
      "port": 587,
      "username": "[email protected]",
      "password": "your-password"
    }
  }
}

🎯 Use Cases

For Individuals

  • Keep your personal OpenClaw instance running 24/7
  • Get alerts when something goes wrong
  • Automate routine maintenance

For Teams

  • Monitor multiple OpenClaw deployments
  • Centralized dashboard for all nodes
  • Role-based access control

For Enterprises

  • Enterprise-grade reliability
  • Custom integrations with existing tools
  • Compliance reporting
  • Dedicated support

🤝 Support

📄 License

This software is commercial. Free tier available for basic monitoring.

Copyright © 2026 Agent-037. All rights reserved.

Unauthorized distribution, reproduction, or commercial use is prohibited.


Ready to stop worrying about your OpenClaw infrastructure?

Get Started Free | View Pricing | Contact Sales