Docs / Integrations / OpenClaw Skill
Back to FastMode

OpenClaw Skill

What is OpenClaw?

OpenClaw is a locally-running AI assistant that operates directly on your machine. It can browse the web, run shell commands, manage files, and interact with external services through skills — installable plugins from the ClawHub skill registry.

The FastMode skill gives OpenClaw agents full access to FastMode — they can create projects, define content structures, build and deploy websites, manage CMS content, and monitor builds, all without any manual UI or browser required.


ClawHub Listing

View the FastMode skill on ClawHub:

clawhub.ai/skills/fastmode

  • Skill name: fastmode
  • Current version: 1.3.0
  • Author: arihgoldstein

Installation

Option 1: Install via ClawHub CLI (Recommended)

If you have the ClawHub CLI installed:

clawhub install fastmode

This downloads the skill and makes it available to your OpenClaw agent.

Option 2: Install from ClawHub Website

  1. Visit clawhub.ai/skills/fastmode
  2. Click Install
  3. Follow the on-screen instructions

Option 3: Search and Install

Search for FastMode in the ClawHub registry:

clawhub search website builder hosting
clawhub install fastmode

Prerequisites

The FastMode skill requires the fastmode CLI binary. When the skill is installed, it will automatically install the CLI via npm if it's not already present:

npm install -g fastmode-cli

Requirements:

  • Node.js 18 or later
  • npm (included with Node.js)

You can verify the CLI is installed by running:

fastmode --version

First-Time Authentication

The first time the agent uses FastMode, it needs to authenticate:

  1. The agent runs fastmode login
  2. Your browser opens to the FastMode OAuth page
  3. Sign in to your FastMode account and approve access
  4. Credentials are saved to ~/.fastmode/credentials.json

After this one-time setup, credentials auto-refresh for 90 days. The agent can verify authentication with fastmode whoami.


What the Skill Enables

Once installed, your OpenClaw agent can:

CapabilityCommands
Create hosted sitesfastmode projects create
Define content structuresfastmode schema sync
Manage CMS contentfastmode items create/update/delete
Build & deploy websitesfastmode deploy
Validate before deployingfastmode validate
Monitor build statusfastmode status
Access built-in docsfastmode guide, fastmode examples

Every site gets free hosting at yoursite.fastmode.ai with automatic SSL.


Updating the Skill

To update to the latest version:

clawhub update fastmode

Or update all installed skills:

clawhub update

Next Steps

Built in Fast Mode