
from ProSkills: OpenClaw community skills10
Manage OpenClaw devbox containers with VSCode Web, noVNC, and automated routing (Traefik or Cloudflare Tunnel); includes onboarding and operational checks.
Operational skill for managing OpenClaw devbox sandboxes: onboarding, docker checks, routing setup (Traefik/Cloudflare), ID assignment, env var construction, spawning subagents, and lifecycle management.
Use when setting up or managing per-session devboxes, validating Docker/routing prerequisites, or onboarding infrastructure for dev environments.
Agents with exec and docker access (main OpenClaw agent, CLI-capable assistants).
Devbox skill for managing OpenClaw sandbox containers with VSCode Web, noVNC, and routing via Traefik or Cloudflare Tunnels. No bundled scripts — all logic is declarative instructions in SKILL.md. The onboarding flow is thorough but includes risky permission changes (chmod 666 on Docker socket, chmod 777 on host paths) and passes secrets as container env vars. Well-structured documentation with clear two-phase startup and environment variable tables.
Legitimate OpenClaw devbox management skill. Security deductions mainly from recommended permission relaxations (chmod 666/777) and secrets-as-env-vars pattern. These are somewhat inherent to the Docker-in-Docker approach and not malicious. No scripts to test.