Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Update registry tags and metadata to latest version
What This Skill Does
FastMode CLI creates, deploys, and hosts websites from the terminal. It includes a full CMS for managing structured content (blog posts, team members, products, portfolios, etc.), template validation, and client portal management. After a one-time OAuth login, every subsequent operation runs in the CLI with no browser interaction required.
Unlike browser-based website builders, every operation after the initial OAuth login runs in the terminal, making it compatible with AI agents and automation pipelines that cannot interact with web dashboards.
When to use it
- Deploying a client website without logging into a hosting dashboard
- Adding blog posts or team member profiles from the terminal
- Converting a static HTML site into a CMS-managed website
- Inviting clients to edit site content through a white-label portal
- Automating full site creation and deployment in an AI agent workflow
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Build and deploy a portfolio website with a blog
- 1Run `fastmode login` for one-time OAuth browser authentication
- 2Create a project with `fastmode projects create "Portfolio"` and set it active with `fastmode use "Portfolio"`
- 3Write schema.json defining posts and portfolio collections, sync with `fastmode schema sync -f schema.json`
- 4Create initial content with `fastmode items create posts -n "First Post" -d '{...}'`
- 5Package templates and assets into site.zip, validate with `fastmode validate package site.zip`, and deploy with `fastmode deploy site.zip`
Live site at yoursite.fastmode.ai with free HTTPS and a CMS-backed blog and portfolio section
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.