用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pablolira-1982/OminiRoute --skill deploy-vps-local-cx命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Analyze open feature request issues, implement viable ones on dedicated branches, and respond to authors
Create a new release, bump version up to the .10 patch threshold, update changelog, and manage Pull Requests
Manage the OmniRoute server lifecycle via CLI — start/stop/restart, non-interactive setup, diagnostics (omniroute doctor), backup/restore, autostart, and tunnel management. Use when the user wants to operate the OmniRoute server, automate provisioning, or troubleshoot the runtime.
基于 SOC 职业分类
正在显示 SKILL.md
| name | deploy-vps-local-cx |
| description | Deploy the latest OmniRoute code to the Local VPS (192.168.0.15) |
Deploy OmniRoute to the Local VPS using npm pack + scp + PM2.
// turbo / // turbo-all as instructions to use multi_tool_use.parallel only for independent commands. Do not parallelize dependent build, copy, install, restart, and verification steps.Local VPS: 192.168.0.15
Process manager: PM2 (omniroute)
Port: 20128
// turbo
cd /home/diegosouzapw/dev/proxys/OmniRoute && rm -f omniroute-*.tgz && rm -rf .next/cache app/.next/cache && npm run build:cli && rm -rf app/logs app/coverage app/.git app/.app-build-backup* && npm pack --ignore-scripts
// turbo-all
scp omniroute-*.tgz root@192.168.0.15:/tmp/
ssh root@192.168.0.15 "npm install -g /tmp/omniroute-*.tgz --ignore-scripts && cd /usr/lib/node_modules/omniroute/app && npm rebuild better-sqlite3 && pm2 delete omniroute 2>/dev/null; pm2 start /root/.omniroute/ecosystem.config.cjs --update-env && pm2 save && echo '✅ Local done'"
curl -s -o /dev/null -w 'LOCAL HTTP %{http_code}\n' http://192.168.0.15:20128/