The best way to build websites with OpenClaw
sitemd is a static site generator / website building toolkit for AI agents like OpenClaw.
It's a complete agent-driven framework with CLI, dev server, guardrails, best practices, and one-line integrations for essentials like SEO, analytics, content generation, doc writing, user login, content gating, dynamic data + detail pages, and more.
It's a site-building superpower for OpenClaw.
Install sitemd for OpenClaw
Scaffold a fresh sitemd project on the machine where your OpenClaw agent runs:
npm i -g @sitemd-cc/sitemd
sitemd init my-site
cd my-site
Point your OpenClaw agent at the project directory and it picks up the skill and CLI commands.
Already have a sitemd project on disk and want the ClawHub marketplace integration? Run:
openclaw plugins install sitemd-plugin
openclaw skills install sitemd
That registers sitemd with your OpenClaw gateway and exposes the full sitemd toolset to your agents. The plugin expects you to already have sitemd installed globally (npm i -g @sitemd-cc/sitemd). Use sitemd init above for a fresh start.
Plugin source: openclaw.plugin.json at the root of the public sitemd repo.
Why use sitemd with OpenClaw
Your OpenClaw agent will already happily build websites from scratch. Adding sitemd makes the process faster and reduces friction.
sitemd is a super-efficient toolkit for AI agents to build websites. It ships with:
- A full suite of CLI commands for pages, settings, content generation, SEO, deploy, auth, and more — your OpenClaw agent calls them directly, no manual file editing required
- A ClawHub plugin that registers sitemd with your OpenClaw gateway and exposes the full sitemd toolset to every agent on your gateway
- A drop-in
SOUL.mdtemplate so you can spin up a website-builder personality in seconds - A complete framework under the hood: auth, gated content, forms, deploy targets, image handling, dynamic data, theming, premium modules — none of which you or your agent have to invent
- Markdown all the way down — every page, every setting, every navigation file is human-readable
.md. OpenClaw agents read markdown natively, edit it confidently across sessions, and never have to reverse-engineer an external build system
Why not just prompt my agent to build a site from scratch?
sitemd is a site-building superpower for OpenClaw. It helps your agent build a consistent working site quickly by skipping all the scaffolding that's already baked-in to sitemd. sitemd is still very flexible and customizable, so you and your agent can still build sites however you want. sitemd also ships with one-line integrations for essentials like SEO, analytics, content generation, doc writing, user login, content gating, dynamic data + detail pages, and more that would take considerable time for you and your agent to build from scratch.
What OpenClaw gets out of the box
- A full suite of CLI commands — page CRUD, content generation, SEO audit, deploy, auth, dynamic data, batch operations
- ClawHub plugin — one-command install, automatic registration with your OpenClaw gateway
- Drop-in
SOUL.mdtemplate — ready-made website-builder personality for your agent - Auto-generated SEO — Open Graph, JSON-LD, sitemap, robots.txt, llms.txt, OG images
- Deploy targets — Cloudflare Pages, Netlify, Vercel, GitHub Pages with one command
- Auth providers — Supabase, Firebase, Clerk, Auth0, custom API
- Dynamic data — Supabase, Firebase, Airtable, REST API with auto-generated detail pages
- Forms, embeds, galleries, modals, gated content, theming, dark mode, i18n-friendly markdown
Build your first site with OpenClaw
Once installed, message your OpenClaw agent:
"Build me a website for my photography portfolio"
Your agent calls sitemd status, then sitemd site-context to learn the conventions, then sitemd pages create-batch to scaffold pages, then sitemd content validate to check quality, then sitemd deploy when you confirm. All from chat. You never touch a code editor — the deploy URL comes back in your messaging app.
You can keep iterating from chat:
"Add a blog post about our latest shoot"
"Update the about page — I'm based in Lisbon now"
"Deploy the site"
Your agent handles every command. You just describe what you want.
OpenClaw FAQ
Does sitemd work with OpenClaw?
Yes. Install with npm i -g @sitemd-cc/sitemd then sitemd init my-site on the machine where your agent runs. Then point your agent at the directory. You can also openclaw plugins install sitemd-plugin for the ClawHub marketplace integration once you have a sitemd project on disk.
What CLI commands does sitemd give my OpenClaw agent?
A full suite of commands covering page CRUD, content generation, SEO, deploy, auth, dynamic data, batch operations, content validation, and project status. See CLI for the full list.
Do I have to host my site with sitemd?
No, and you couldn't even if you wanted to. sitemd isn't a website hosting service — it's a website building toolkit your agent installs on its machine. Your agent builds your site locally, then deploys & hosts wherever you want.
Is there a free version/trial?
Yes. sitemd can run in free trial mode forever. You can preview all features in trial mode. You only need to pay when it's time to deploy your site.
Can I use sitemd for client sites?
Absolutely. 15% bulk discount when purchasing 50+ site slots at one time.
What other agents does sitemd support?
Claude Code, Cursor, Codex, Gemini, and any coding agent. The same skill format works across all of them.