← Back to Skills Marketplace
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pm2-remote-manager
Description
SSH-based PM2 service management for remote servers. List processes, restart/stop services, view logs, monitor CPU/memory usage, and perform common PM2 opera...
Usage Guidance
This skill is essentially documentation showing ssh + pm2 commands. Before using it: (1) verify you trust whoever supplied the server addresses you will connect to; the skill does not store credentials, so SSH keys/credentials remain under your control; (2) confirm your local environment has ssh/scp and that you use key-based auth or otherwise secure credentials; (3) be cautious if you allow an autonomous agent to invoke this skill — ssh commands can execute arbitrary remote commands on servers you point it at (test on a staging host first); (4) the SKILL.md doesn't declare required binaries explicitly (ssh/scp), so keep that in mind when evaluating readiness.
Capability Analysis
Type: OpenClaw Skill
Name: pm2-remote-manager
Version: 1.0.0
The skill bundle provides documentation and command templates for managing PM2 processes on remote servers via SSH. All instructions in SKILL.md are consistent with the stated purpose of process monitoring and management, including standard PM2 operations like listing, restarting, and viewing logs. While it includes a specific private IP (10.0.0.213) in examples, there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The name/description (PM2 Remote Manager) match the SKILL.md contents: all examples are SSH commands that run pm2 on a remote host. The operations requested (list/restart/logs/monitor/scale/etc.) are exactly what PM2 and SSH provide. Nothing in the instructions requires unrelated services or credentials.
Instruction Scope
The instructions direct the agent (or user) to run ssh/scp and pm2 commands on remote servers. This is within the stated purpose, but the SKILL.md implicitly assumes the local environment has ssh/scp and that the user controls working SSH keys. The doc also suggests following runtime instructions produced by pm2 (e.g., pm2 startup) which may ask the user to run additional elevated commands on the remote host — expected for this workflow but worth being aware of.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That is the lowest-risk install model and matches the content (examples only).
Credentials
The skill declares no required environment variables or credentials — appropriate because SSH keys/credentials live outside the skill. One minor omission: SKILL.md presumes availability of ssh/scp on the agent's host but the registry metadata lists no required binaries; this is an informational gap rather than a functional mismatch.
Persistence & Privilege
always is false and the skill does not request persistent system changes or declare it will modify other skills or system-wide settings. The skill's actions are limited to instructing the user/agent to run remote commands via SSH.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pm2-remote-manager - After installation, invoke the skill by name or use
/pm2-remote-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Remote PM2 management via SSH
Metadata
Frequently Asked Questions
What is PM2 Remote Manager?
SSH-based PM2 service management for remote servers. List processes, restart/stop services, view logs, monitor CPU/memory usage, and perform common PM2 opera... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install PM2 Remote Manager?
Run "/install pm2-remote-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PM2 Remote Manager free?
Yes, PM2 Remote Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PM2 Remote Manager support?
PM2 Remote Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PM2 Remote Manager?
It is built and maintained by Qoohsuan (@qoohsuan); the current version is v1.0.0.
More Skills