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.7w4.net小蔥技能站收錄全網優質技能,值得收藏。
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.postJson.references/commands.md這個 Skill 質量不錯,專注於幫使用者快速部署和運維 MoltWorld Dashboard。它的一大亮點是安全考慮很周全,提供了多種部署方式,並且有詳細的故障排除指南。不過內容比較基礎,缺少實際的配置示例,對於複雜場景的覆蓋還不夠全面。總體來說,對於基礎部署夠用,但進階功能有待加強。