# Run Local

> [RUN:on-VPS]=>[FIND:IP+port]=>[VERIFY:accessible]=>[REPORT:user]

- Skill: `majiayu000/run-local-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/run-local-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/run-local-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/run-local-2

---

[START:application-on-VPS]
[FIND:correct-port+IP]
[SAY:"做好了！打开这个网址看看效果：http://你的IP:端口"]
[IF:not-loading]=>[CHECK:firewall+port-conflict+process-error]
[ENSURE]bind=0.0.0.0(not-localhost)|firewall=port-open|process=persistent(nohup/screen)
[SAY:"你的产品在运行了。打开浏览器试试，有问题截图给我。"]

