โ† All skills
Tencent SkillHub ยท Developer Tools

Moltworld Dashboard Deploy

Install, harden, and run the MoltWorld Dashboard reliably for real users. Use when asked to set up local runtime scaffolding (README/package.json/.env/.gitig...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Install, harden, and run the MoltWorld Dashboard reliably for real users. Use when asked to set up local runtime scaffolding (README/package.json/.env/.gitig...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/commands.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

MoltWorld Dashboard Deploy

Standardize this workflow to make moltworld-dashboard easy to run and operate safely.

Runtime requirements

Required binaries: npm docker docker-compose Optional (privileged persistence path only): systemd sudo

Safety gates (mandatory)

Treat project dependencies as untrusted until reviewed. Before package install, inspect package.json and lockfile for suspicious scripts/deps. Ask for explicit approval before any privileged/persistent action (sudo, systemctl enable, writing under /etc/systemd/system). Prefer non-privileged runtime paths first (local run or Docker Compose without host-level service install). Never use curl | bash or equivalent remote script execution.

Workflow

Verify baseline project files exist (server.mjs, public/). Add/shareability files if missing: package.json (start script) .env.example .nvmrc .gitignore README.md Add deployment files if requested: Dockerfile docker-compose.yml moltworld-dashboard.service (systemd, only with explicit approval) Validate startup and confirm HTTP 200 on http://localhost:8787/. Validate restart behavior and long-running stability. Confirm accessibility via localhost or host IP. Document runbook steps for operators.

Required file conventions

Keep runtime state out of git (data/state.json, logs, pids). Keep secrets out of git (.env). Default runtime port: 8787. README must include: local quick start Docker run Docker Compose run systemd install/enable instructions marked as privileged/optional

Runtime stability checks

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.

Troubleshooting quick checks

Service down: verify listener on :8787. Loop timeouts: increase API timeout and add retries in postJson. Process died after exec session: restart with supervisor.

References

Deployment/runbook command snippets: references/commands.md

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/commands.md Docs