Getting Started with OpenClaw Skills in 2026

OpenClaw Skills are a powerful way to give your AI agent real-world capabilities — from generating images and controlling smart home devices to managing GitHub repos and automating messaging. This guide will get you up and running in minutes.

What Are OpenClaw Skills?

OpenClaw Skills are modular packages that extend what your OpenClaw agent can do. Each skill consists of:

Think of them like apps for your AI agent — each one adds a new capability.

Prerequisites

Before installing skills, you need:

  1. OpenClaw installed and running (see OpenClaw docs)
  2. ClawHub CLI — the skill package manager (usually included with OpenClaw)
  3. A working agent session — skills are loaded when your agent starts

Installing Your First Skill

The simplest way to install a skill is through the ClawHub registry:

clawhub install weather

That's it! The Weather skill is now available to your agent. It can check current conditions, forecasts, and severe weather alerts.

Discovering Skills

There are several ways to find skills:

Popular First Skills to Install

Here are great skills for beginners:

🌤️ Weather — Start simple

clawhub install weather

No API keys needed. Ask your agent "What's the weather like today?" and you're off.

📝 Summarize — Instantly useful

clawhub install summarize

Summarize long documents, articles, and conversations. Multiple output styles.

🐙 GitHub — For developers

clawhub install github

Requires the gh CLI to be installed and authenticated. Gives your agent full GitHub access.

🎨 Nano Banana Pro — For creatives

clawhub install nano-banana-pro

Requires a Gemini API key. Generate and edit images from natural language descriptions.

Managing Skills

Common ClawHub commands:

# List installed skills
clawhub list

# Update a skill
clawhub update github

# Update all skills
clawhub update --all

# Remove a skill
clawhub remove weather

# Search for skills
clawhub search "image generation"

Skills That Need API Keys

Some skills require external API keys or services. These are typically set as environment variables:

Check each skill's documentation for specific setup instructions.

Skills vs MCP Servers vs Claude Skills

Not sure which addon type you need? Here's the quick version:

Read our complete comparison for more details.

Next Steps

🔗 Related Posts