amys-website-factory
SKILL.md
amys-website-factory skill
Provides a self-contained OpenClaw skill that exposes the website factory bundled in this skill's factory/ folder as a reusable skill.
Capabilities
- create new site from template
- list existing sites
- run headless checks (dev server + Playwright smoke)
- publish/deploy helper wrappers (Vercel scripts wrapper)
Usage
- Use this skill when you want programmatic access to the factory: spawning builds, running tests, or creating site repos.
Implementation notes
- The skill is a lightweight wrapper around the existing scripts and templates in the
workspace. It intentionally delegates heavy work to those scripts (
scripts/*.sh) so the skill remains declarative and safe.