Install
openclaw skills install @cbertucci33/webstudio-cmsSet up, administer, build, design, and publish with Webstudio (self-hosted or Cloud). Covers install/self-hosting, the Builder UI, the programmatic build path (writing Webstudio-native build objects into Postgres), styling and design tokens, assets, publishing, domains, and advanced features.
openclaw skills install @cbertucci33/webstudio-cmsBuild pages by writing Webstudio-native build objects into the Postgres Build row,
then publish via the publisher API. This skill manages a self-hosted Webstudio
instance (Docker Compose) and everything you can do with it.
| Topic | File |
|---|---|
| Install / self-host setup, CLI, deploy | install.md |
| Stack, services, health, gotchas | database.md (stack) |
| Build table schema, PostgREST, load/commit | database.md |
| Element tree, pages, instances, props | build-objects.md |
| Styling, css-data parser, tokens, breakpoints | styling.md |
| Pages, folders, assets, MinIO storage | assets-pages.md |
| Publishing, domains, auth tokens | publishing.md |
| Canvas verification, Playwright audit | verification.md |
| Full documented API surface | api.md |
| The Builder UI (canvas, navigator, modes) | ui-builder.md |
| Webstudio design system (tokens, variables) | design.md |
| Advanced features (CMS, variables, forms, AI) | features.md |
Read the file for the area you're working in BEFORE touching the build. The master file stays lean on purpose - detail lives in the per-area files.
This skill is generic to any self-hosted Webstudio deployment. Replace the placeholders with your own values before relying on them:
<your-dir>/docker-compose.yml and .env (see api.md for every env knob)where deployment is null order by "createdAt" desc limit 1. Always operate
on the draft, never an arbitrary Build id.styling.md).styleSourceSelections, or the
style silently won't apply.buildMode:"ssg"), not SSR - SSR needs a docker socket the publisher may not have.database.md).verification.md).Operator/instance-specific preferences are not part of this published skill. The skill is generic; any local customization lives in your own deployment notes, not here.