/install amys-website-factory
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.
Paths
- Factory root (bundled): factory/
Documentation bundled in skill:
- docs/DESIGN_GUIDE.md — theming + Tailwind integration (CSS-vars + tailwind config snippet)
- docs/PACKS_RESEARCH.md — recommended component packs and tradeoffs (shadcn, Radix, Tailwind UI, Flowbite, etc.)
- docs/WORKFLOW.md — agent workflow (brief → scaffold → verify → deploy)
- docs/COPYWRITING.md — copy templates and SEO metadata
Action examples
- List sites: run
node index.js list(shows bundled example sites) - Create new site:
node index.js create \x3Cname>(scaffolds Next.js + Tailwind, injects theme vars) - Run checks:
node index.js check \x3Cname>(headless verify wrapper) - Deploy:
node index.js deploy \x3Cname> --prod(requires explicit credentials/approval)
Security
- Non-destructive by default. Any deploy/publish actions require explicit approval or user-provided credentials (Vercel token, git remote).
Contact
- AMY (assistant) — use sessions_spawn or run scripts in a spawned subagent for long jobs.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install amys-website-factory - After installation, invoke the skill by name or use
/amys-website-factory - Provide required inputs per the skill's parameter spec and get structured output
What is Amys Website Factory?
Self-contained website factory skill for scaffold, build, test, deploy. It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install Amys Website Factory?
Run "/install amys-website-factory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Amys Website Factory free?
Yes, Amys Website Factory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Amys Website Factory support?
Amys Website Factory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Amys Website Factory?
It is built and maintained by Krzysztof (@genortg); the current version is v1.0.0.