pm2

Installation
SKILL.md

PM2 Process Manager

Production process manager for Node.js with built-in load balancer.

Install

npm install -g pm2

Quick Start

# Start an app
pm2 start app.js
pm2 start npm --name "my-app" -- start
pm2 start "npm run start" --name my-app
Installs
3
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 3, 2026
pm2 — openclaw/skills