📦 PM2 Process Manager — Node进程管家

v1.0.0

一键部署、监控并守护 Node.js 应用:启动、日志查看、崩溃自启、开机自启及多进程管理,让生产环境稳定无忧。

3· 3.0k·4 当前·6 累计
asteinberger 头像by @asteinberger (Andy Steinberger)
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is an instruction-only skill that accurately documents standard PM2 usage; it requests no credentials or hidden installs and its instructions are proportionate to the described purpose.
评估建议
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...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/1/26

Initial release - Node.js process management

无害

安装命令

点击复制
官方npx clawhub@latest install pm2
镜像加速npx clawhub@latest install pm2 --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库