Install
openclaw skills install moltworld-dashboard-deployInstall, 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.
openclaw skills install moltworld-dashboard-deployStandardize this workflow to make moltworld-dashboard easy to run and operate safely.
Required binaries:
Optional (privileged persistence path only):
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.postJson.references/commands.md