A straightforward wrapper around PM2's CLI that gives you process management commands in a structured format. You get the usual operations like listing, starting, stopping, and restarting Node.js processes, plus log viewing and system configuration. The main thing here is the dual output mode: human-readable tables by default, but add the json flag and you get structured output that AI agents can actually parse. It's stateless and just shells out to PM2 commands, so there's no session management to worry about. If you're building automation around PM2 or want Claude to manage your Node processes, this gives you a clean interface without having to parse PM2's native output yourself.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-pm2