A production-grade process manager for Node.js applications with built-in load balancing and auto-restart capabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pm2
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 pm2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The PM2 skill enables developers to manage Node.js applications in production environments using Openclaw Skills. It provides a robust set of tools for starting, monitoring, and maintaining high availability for web servers and background tasks. By integrating this skill, users can ensure their services remain operational through crashes, server reboots, and high-traffic scenarios using cluster mode, providing a seamless operational layer for modern web development.
Essential installation and configuration steps for this Openclaw Skills resource:
# Install PM2 globally
npm install -g pm2
# Start your application with a specific name
pm2 start app.js --name "my-app"
# Start a Next.js production build
pm2 start npm --name "next-app" -- start
# Configure auto-start on boot
pm2 startup
pm2 save
PM2 manages process state and metadata via internal databases and optional configuration files. Openclaw Skills users typically define applications using an ecosystem file:
| Property | Type | Description |
|---|---|---|
| name | String | The unique identifier for the process |
| script | String | The script path or command to execute (e.g., 'npm') |
| args | String | Arguments passed to the execution script |
| env | Object | Environment variables for production or development |
| watch | Boolean | Enables automatic restart on file changes |
Loading
Automate whole-house audio scenes by synchronizing Spotify playback with Airfoil speaker routing on macOS.

ClawFlight is an AI-first flight search tool that filters and ranks air travel specifically by Starlink satellite WiFi availability and quality.

A lightweight bash-driven utility for Openclaw Skills that tracks @anthropic-ai/claude-code updates and delivers automated Telegram notifications.

A streamlined automation tool for installing, configuring, and verifying the Gate MCP (mcporter) connection for AI agents.

Manage Docker infrastructure and git-based stacks through the Portainer REST API using simple CLI commands or AI agent interactions.

A multi-dimensional engine that deconstructs requirements into objective acceptance and failure criteria to eliminate implementation defects.








































