daytona-seeded-cloud-demo
Installation
SKILL.md
Daytona Seeded Cloud Demo
Use this skill to quickly create a persistent-enough OpenWork Cloud/Den Daytona server demo, seed it with Acme Robotics demo data, validate the login, and return copy-pasteable demo details.
Goal
Start a server-only Daytona sandbox for demos, seed the Den database, keep the sandbox warm, and return URLs plus credentials the user can share.
Fast Path
Run from the repo root. Prefer a stable sandbox name when the user wants to hand this to someone else:
BRANCH="$(git rev-parse --abbrev-ref HEAD)"
SANDBOX="openwork-cloud-demo-seeded"
bash .devcontainer/test-server-on-daytona.sh "$BRANCH" --name "$SANDBOX"