Getting Started

From zero to running skills in under 15 minutes.

┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ 1. Install │────▶│ 2. Browse │────▶│ 3. Install │────▶│ 4. Configure │────▶│ 5. Run! │ │ OpenClaw │ │ ClawHub │ │ Skills │ │ Agent │ │ │ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘
1

Install OpenClaw

If you haven't already, install OpenClaw on your machine. It takes about 2 minutes.

# Install OpenClaw via the official installer
curl -fsSL https://get.openclaw.dev | sh

# Verify installation
openclaw --version
openclaw v2.x.x

# Start the gateway
openclaw gateway start
Gateway running on localhost:3000
2

Browse ClawHub

Visit clawhub.dev to explore available skills. Filter by category, sort by popularity, and read reviews from other operators.

┌─────────────────────────────────────────────┐ │ ClawHub Marketplace │ ├─────────────────────────────────────────────┤ │ │ │ 🔍 Search skills... │ │ │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │ Slack │ │ HubSpot │ │ Email │ │ │ │ $47 │ │ $97 │ │ $47 │ │ │ │ ★★★★★ │ │ ★★★★☆ │ │ ★★★★★ │ │ │ └─────────┘ └─────────┘ └─────────┘ │ │ │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │ Browser │ │ RAG │ │ Audit │ │ │ │ $97 │ │ $147 │ │ $147 │ │ │ │ ★★★★☆ │ │ ★★★★★ │ │ ★★★★☆ │ │ │ └─────────┘ └─────────┘ └─────────┘ │ │ │ └─────────────────────────────────────────────┘
3

Install Skills

Install skills directly from the command line. Each skill downloads and registers itself with your OpenClaw instance automatically.

# Install a skill from ClawHub
openclaw skill install afrexai/slack-integration
✓ Downloaded slack-integration v1.4.2
✓ Registered with gateway
✓ Ready to use

# Install multiple skills at once
openclaw skill install afrexai/hubspot-crm afrexai/email-composer afrexai/report-builder
✓ 3 skills installed successfully

# List installed skills
openclaw skill list
slack-integration v1.4.2 active
hubspot-crm v2.1.0 active
email-composer v1.0.3 active
report-builder v1.2.1 active
4

Configure Your Agent

Each skill comes with a SKILL.md that documents its configuration. Most skills work out of the box with sensible defaults. Add API keys where needed.

# View a skill's configuration options
openclaw skill config afrexai/slack-integration
SLACK_TOKEN required Bot token for workspace
SLACK_CHANNEL optional Default channel (general)
SLACK_THREAD optional Thread replies (true)

# Set configuration values
openclaw skill config set afrexai/slack-integration SLACK_TOKEN "xoxb-your-token"
✓ Configuration saved
5

Run Your Agents

That's it. Your agents now have access to the installed skills. They'll discover and use them automatically based on their SOUL.md and the task at hand.

# Start your agent — skills are automatically available
openclaw agent start
Agent "main" started with 4 skills loaded
✓ slack-integration
✓ hubspot-crm
✓ email-composer
✓ report-builder

Frequently Asked Questions

What version of OpenClaw do I need?

All AfrexAI skills support OpenClaw v2.0 and above. Each skill's ClawHub listing specifies exact version requirements. We test against the latest stable release and one version back.

How do updates work?

When we release an update, run openclaw skill update afrexai/skill-name to pull the latest version. We publish changelogs on ClawHub so you can review changes before updating. Breaking changes are always flagged with a major version bump.

What kind of support do I get?

Every skill purchase includes 90 days of email support. Bundle customers get priority support with faster response times. Enterprise customers get a dedicated Slack channel with our engineering team. We also maintain docs and a community forum on ClawHub.

What's the refund policy?

If a skill doesn't work as documented, we'll fix it or refund you within 30 days. No questions asked. We'd rather have happy customers than hold onto $47.

Can I use skills across multiple agents?

Yes. A single skill purchase covers all agents running on the same OpenClaw instance. If you need to run across multiple instances (e.g., staging and production), contact us about multi-instance licensing.

Do you build custom skills?

Absolutely. If you need something that doesn't exist on ClawHub, book a call and we'll scope it out. Many of our catalog skills started as custom builds for specific customers.

Are skills open source?

Skills are source-available — you get the full code on purchase so you can audit, modify, and extend them. You just can't redistribute them. We believe in transparency, especially for code that runs autonomously.

Ready to Get Started?

Browse the skill catalog or talk to us about what your agents need.

Browse ClawHub Book a Call