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:
- 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
- Visit clawhub.ai/skills/fastmode
- Click Install
- 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:
- The agent runs
fastmode login - Your browser opens to the FastMode OAuth page
- Sign in to your FastMode account and approve access
- 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:
| Capability | Commands |
|---|---|
| Create hosted sites | fastmode projects create |
| Define content structures | fastmode schema sync |
| Manage CMS content | fastmode items create/update/delete |
| Build & deploy websites | fastmode deploy |
| Validate before deploying | fastmode validate |
| Monitor build status | fastmode status |
| Access built-in docs | fastmode 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
- Using FastMode with OpenClaw — How to prompt your agent and example workflows
- CLI Command Reference — Full reference for every CLI command
- Deploying with the CLI — Step-by-step deploy workflow