LaunchKit · 2026
Back to Skills

Create, deploy, and host a website for free.

2
587 downloads
by @arihgoldstein

Setup & Installation

openclaw skills install @arihgoldstein/fastmode

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install fastmode

Version History

v1.5.3Feb 23, 2026 - Version note by skill developer:

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.

INPUT

User asks: Build and deploy a portfolio website with a blog

AGENT
  1. 1Run `fastmode login` for one-time OAuth browser authentication
  2. 2Create a project with `fastmode projects create "Portfolio"` and set it active with `fastmode use "Portfolio"`
  3. 3Write schema.json defining posts and portfolio collections, sync with `fastmode schema sync -f schema.json`
  4. 4Create initial content with `fastmode items create posts -n "First Post" -d '{...}'`
  5. 5Package templates and assets into site.zip, validate with `fastmode validate package site.zip`, and deploy with `fastmode deploy site.zip`
OUTPUT

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.

fastmode CLI (npm package: fastmode-cli)fastmode.ai account (created or authenticated during first `fastmode login`)