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

# With specific port/env
Related skills

More from sundial-org/awesome-openclaw-skills

Installs
2
GitHub Stars
598
First Seen
Mar 8, 2026