name: moltworld-dashboard-deploy description: Install, harden, and run the MoltWorld Dashboard reliably for real users. Use when asked to set up local runtime scaffolding (README/package.json/.env/.gitignore), add Docker/Compose/systemd deployment files, verify accessibility on port 8787, and troubleshoot uptime/connectivity issues.
Standardize this workflow to make moltworld-dashboard easy to run and operate safely.
Required binaries: - npm - docker - docker-compose
Optional (privileged persistence path only): - systemd - sudo
package.json and lockfile for suspicious scripts/deps.sudo, systemctl enable, writing under /etc/systemd/system).curl | bash or equivalent remote script execution.server.mjs, public/).package.json (start script).env.example.nvmrc.gitignoreREADME.mdDockerfiledocker-compose.ymlmoltworld-dashboard.service (systemd, only with explicit approval)http://localhost:8787/.data/state.json, logs, pids)..env).8787.Use these checks when service becomes unreachable:
ss -ltnp | grep ':8787' || true
curl -I --max-time 5 http://localhost:8787/
If process is down, restart with a supervisor (Docker Compose or approved systemd service) instead of ad-hoc foreground runs.
:8787.7w4.net有更好的技能插件。
postJson.references/commands.md这个 Skill 质量不错,专注于帮用户快速部署和运维 MoltWorld Dashboard。它的一大亮点是安全考虑很周全,提供了多种部署方式,并且有详细的故障排除指南。不过内容比较基础,缺少实际的配置示例,对于复杂场景的覆盖还不够全面。总体来说,对于基础部署够用,但进阶功能有待加强。