← 返回 Skills 市场
PM2 Process Manager
作者
Andy Steinberger
· GitHub ↗
· v1.0.0
3053
总下载
3
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install pm2
功能描述
Manage Node.js applications with PM2 process manager. Use for deploying, monitoring, and auto-restarting Node apps in production. Covers starting apps, viewing logs, setting up auto-start on boot, and managing multiple processes.
安全使用建议
This skill is an instruction-only guide for PM2 and is internally consistent. It does not ask for secrets or install code itself, but following the steps will install PM2 globally and may require sudo to register startup scripts. Only proceed if you trust running global npm installs on this machine and understand that pm2 startup + pm2 save will create persistent services and modify system startup. Prefer running installs as the intended user (or via your OS package manager if available), review any ecosystem.config.js before starting apps, and avoid running untrusted application code under PM2 with elevated privileges.
功能分析
Type: OpenClaw Skill
Name: pm2
Version: 1.0.0
The skill bundle provides documentation and commands for managing Node.js applications using PM2. All commands, including `pm2 startup` which establishes persistence for managed applications, are standard and well-documented features of PM2 for production environments. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection attempts to subvert the agent's behavior beyond the stated purpose of managing PM2 processes, as observed in `SKILL.md`.
能力评估
Purpose & Capability
Name/description (manage Node.js apps with PM2) match the SKILL.md contents: npm install -g pm2 and common pm2 commands for starting, monitoring, and auto-start on boot.
Instruction Scope
Instructions are limited to installing and using pm2 and creating an ecosystem file. They show use of environment variables (PORT) and advise running the pm2 startup command (which may require sudo). That startup step will modify system startup scripts — expected for PM2 but a privileged action the user should approve.
Install Mechanism
No install spec in the skill bundle (instruction-only). The doc recommends npm install -g pm2 (a global npm install), which is a normal approach but will modify system/global packages and requires network access; this is expected for installing PM2.
Credentials
The skill does not request environment variables, secrets, or config paths. Example usage shows typical NODE_ENV/PORT settings but no unexplained credential or cross-service access.
Persistence & Privilege
The documented commands (pm2 save, pm2 startup) create persistent background services and startup scripts. Those are legitimate for a process manager but are persistent, system-level changes that require user/admin consent (sudo).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pm2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/pm2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Node.js process management
元数据
常见问题
PM2 Process Manager 是什么?
Manage Node.js applications with PM2 process manager. Use for deploying, monitoring, and auto-restarting Node apps in production. Covers starting apps, viewing logs, setting up auto-start on boot, and managing multiple processes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3053 次。
如何安装 PM2 Process Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pm2」即可一键安装,无需额外配置。
PM2 Process Manager 是免费的吗?
是的,PM2 Process Manager 完全免费(开源免费),可自由下载、安装和使用。
PM2 Process Manager 支持哪些平台?
PM2 Process Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PM2 Process Manager?
由 Andy Steinberger(@asteinberger)开发并维护,当前版本 v1.0.0。
推荐 Skills