Install Guide

How to Install OpenClaw Skills

Complete guide to installing skills on Moltbot (formerly Clawdbot). From ClawHub one-click install to manual configuration.

Prerequisites

Before installing skills, make sure you have:

  • OpenClaw/Moltbot installed - Get started here
  • Claude API key - Required for the AI agent
  • A messaging channel - Telegram, WhatsApp, Discord, or Terminal
Method 1: ClawHub (Recommended)

ClawHub is the official skill marketplace. One command installs any skill.

Install a skill:

clawhub install <skill-name>

Example - install the fal-ai image generation skill:

clawhub install fal-ai

List installed skills:

clawhub list

Skills are installed to ~/.openclaw/skills/

Method 2: Manual Installation

For custom skills or skills not on ClawHub, install manually:

Step 1: Create skill directory

mkdir -p ~/.openclaw/skills/my-skill

Step 2: Create SKILL.md file

# My Custom Skill

> Brief description of what this skill does.

## Usage

Describe how to use this skill...

## Examples

- "Do X with this skill"
- "Perform Y action"

Step 3: Reload skills

openclaw skills reload
Method 3: Download from Oh My OpenClaw

Every skill page on Oh My OpenClaw has a download button:

  1. Browse skills on Oh My OpenClaw
  2. Click on a skill to view details
  3. Click "Download SKILL.md"
  4. Move the file to ~/.openclaw/skills/skill-name/
  5. Run openclaw skills reload
Verify Installation

After installing, verify your skill is loaded:

List all loaded skills:

openclaw skills list

Test a skill via message:

/skill-name help
Troubleshooting

Skill not loading?

Check the SKILL.md file is in the correct directory and has valid markdown format.

Permission errors?

Some skills need API keys. Check the skill documentation for required environment variables.

Need help?

Visit the official OpenClaw documentation for detailed guides.

Ready to install your first skill?

Browse our curated directory of 400+ OpenClaw skills