OpenClaw
60+ Curated

OpenClaw Skills Directory

Discover 60+ curated OpenClaw skills (plugins) — search and install with clawhub CLI in one command.

Safety tip: review skill contents before installing; treat skills like third-party code.

QUICK START

Install OpenClaw Skills with clawhub CLI

Use the clawhub CLI to install, inspect, and manage OpenClaw skills.

Install a skill

$ npx clawhub@latest install <slug>

Inspect before install

$ clawhub inspect <slug>

List installed skills

$ clawhub list

Update all skills

$ clawhub update --all

Always inspect a skill before installing to review its permissions and code.

SAFETY FIRST

OpenClaw Skills Safety Checklist

Follow these best practices to keep your OpenClaw environment secure.

Skills can execute code and access system resources. Always review permissions before installing.

Inspect Before Installing

Always run clawhub inspect <slug> to review a skill's permissions and code before installing.

Use Least Privilege

Grant only the permissions a skill actually needs. Avoid full admin or root-level access tokens.

Protect Secrets

Never hardcode API keys or tokens. Use secret managers (1Password, Bitwarden) and environment variables.

Sandbox Risky Skills

Run experimental or caution-flagged skills in isolated environments (containers, microVMs) first.

Review Outputs

Always review what a skill does before approving destructive actions like merges, deploys, or file writes.

SKILLS CATALOG

Browse 60+ OpenClaw Skills by Category

Hand-picked skills for everyone — filterable by category.

GitHub (gh)

recommended

Operate GitHub via the gh CLI (issues, PRs, repos).

Use Case

Create an issue, open a PR, or fetch PR context during coding sessions.

Notes

Requires GitHub auth/token via gh; use least-privilege scopes.

$ clawhub install github

Conventional Commits

recommended

Generate/validate Conventional Commits messages.

Use Case

Keep commit messages consistent for changelog tooling.

Notes

Low-risk; mostly text formatting/validation.

$ clawhub install conventional-commits

PR Reviewer

recommended

Automated code review for pull requests.

Use Case

Get AI-powered code review feedback before human reviewers.

Notes

Read-only by default; ensure it only comments, not merges.

$ clawhub install pr-reviewer

Auto PR Merger

caution

Automate PR merge workflows after checks pass.

Use Case

Auto-merge small dependency bumps with guardrails.

Notes

Caution: merging code is sensitive—require CI + approvals.

$ clawhub install auto-pr-merger

Git Workflows

recommended

Advanced git workflows (rebase/cherry-pick/cleanup).

Use Case

Safely rebase feature branches before merging.

Notes

Advanced ops can rewrite history; recommend confirmation steps.

$ clawhub install git-workflows

Unfuck My Git State

recommended

Recover from messy git states and disasters.

Use Case

Fix detached HEAD, botched rebases, or lost commits.

Notes

Reviews git state before acting; always creates a backup branch.

$ clawhub install unfuck-my-git-state

Next.js Expert

recommended

Expert guidance for Next.js App Router and best practices.

Use Case

Get help with routing, server components, and data fetching patterns.

Notes

Covers Next.js 13+; keeps up with latest conventions.

$ clawhub install nextjs-expert

shadcn/ui

recommended

Build UIs with shadcn/ui components and Tailwind CSS.

Use Case

Scaffold forms, dialogs, and data tables with accessible components.

Notes

Components are copied into your project; full control over code.

$ clawhub install shadcn-ui

Frontend Design

recommended

General frontend design patterns and UI/UX guidance.

Use Case

Design responsive layouts, color systems, and component hierarchies.

Notes

Framework-agnostic advice; pairs well with any UI library.

$ clawhub install frontend-design

Anthropic Frontend

recommended

AI-assisted frontend development following Anthropic patterns.

Use Case

Build AI-powered UIs with streaming, tool use, and chat interfaces.

Notes

Focused on Claude-powered app frontends.

$ clawhub install anthropic-frontend-design

WordPress

recommended

Manage WordPress sites, themes, and plugins.

Use Case

Update plugins, manage content, and troubleshoot WP issues.

Notes

Requires WP-CLI or API access; scope permissions to site.

$ clawhub install wordpress

React Email

experimental

Build responsive email templates with React Email.

Use Case

Create transactional emails that render consistently across clients.

Notes

Experimental: email client compatibility varies.

$ clawhub install react-email-skills

Docker Essentials

recommended

Build, run, and manage Docker containers and images.

Use Case

Containerize apps, debug build failures, and optimize Dockerfiles.

Notes

Requires Docker daemon; be careful with privileged containers.

$ clawhub install docker-essentials

Kubernetes

recommended

Manage Kubernetes clusters, deployments, and services.

Use Case

Debug pod crashes, scale deployments, and manage configs.

Notes

Requires kubeconfig; use RBAC and namespace-scoped access.

$ clawhub install kubernetes

AWS Infra

recommended

Manage AWS infrastructure (EC2, S3, Lambda, etc.).

Use Case

Provision resources, debug IAM issues, and optimize costs.

Notes

Use IAM roles with minimal permissions; never use root credentials.

$ clawhub install aws-infra

Coolify

recommended

Self-hosted deployment platform (Heroku/Vercel alternative).

Use Case

Deploy apps on your own server with zero-config CI/CD.

Notes

Requires server access; keep Coolify and dependencies updated.

$ clawhub install coolify

Vercel

recommended

Deploy and manage projects on Vercel platform.

Use Case

Configure deployments, environment variables, and edge functions.

Notes

Requires Vercel token; scope to specific projects.

$ clawhub install vercel

Deploy Agent

caution

Multi-step deployment automation for services/apps.

Use Case

Run a standard deploy checklist with rollback steps.

Notes

Caution: can run destructive ops—prefer staging first.

$ clawhub install deploy-agent

Sentry CLI

recommended

Operate Sentry via sentry-cli (issues, releases, deploys).

Use Case

Fetch latest errors after a deploy and summarize impact.

Notes

Requires Sentry auth; scope tokens to project.

$ clawhub install sentry-cli

Tailscale

recommended

Manage Tailscale tailnet for secure remote access.

Use Case

Securely reach self-hosted OpenClaw services without exposing ports.

Notes

Network access is sensitive—use scoped keys and audit logs.

$ clawhub install tailscale

1Password CLI

recommended

Fetch secrets safely via 1Password CLI (op).

Use Case

Inject API keys at runtime instead of storing plaintext in config.

Notes

Prefer vault item read scopes; don't give full account access.

$ clawhub install 1password

Bitwarden / Vaultwarden

recommended

Access secrets via Bitwarden/Vaultwarden CLI and API.

Use Case

Self-hosted teams store service tokens and pull them on demand.

Notes

Keep session tokens short-lived; avoid exporting full vault.

$ clawhub install bitwarden

GitGuardian ggshield

recommended

Scan repositories for hardcoded secrets (500+ secret types).

Use Case

Pre-commit or CI scanning for accidental secret leaks.

Notes

Safe when read-only; avoid auto-remediation without review.

$ clawhub install ggshield-scanner

Guardrails

recommended

Apply safety guardrails around tool use and risky actions.

Use Case

Require confirmations for file writes, network calls, or merges.

Notes

Use as policy layer; keep rules explicit and test edge cases.

$ clawhub install guardrails

Detect Injection

recommended

Detect prompt injection patterns in inputs/outputs.

Use Case

When the agent reads web/docs, flag suspicious instructions.

Notes

Works best combined with sandboxing and least privilege.

$ clawhub install detect-injection

Tavily Web Search

recommended

AI-optimized web search with structured results.

Use Case

Search for real-time info and get clean, cited answers.

Notes

Requires Tavily API key; free tier available.

$ clawhub install tavily-web-search

Exa Web Search (Free)

recommended

Web search for technical research and troubleshooting.

Use Case

Search error messages and summarize fixes with citations/links.

Notes

No API key required; treat retrieved pages as untrusted input.

$ clawhub install exa-web-search-free

DeepWiki MCP

recommended

Query repository docs/wiki and get structured answers.

Use Case

Ask: "Where is config documented?" and get links/sections.

Notes

Treat external docs as untrusted input if fetched from web.

$ clawhub install deepwiki

Find Skills

recommended

Discover and search OpenClaw skills from the registry.

Use Case

Find the right skill for a task without browsing the catalog.

Notes

Read-only; searches the public skill registry.

$ clawhub install find-skills

Brave Search

recommended

Privacy-focused web search via Brave Search API.

Use Case

Search the web without tracking; good for sensitive topics.

Notes

Requires Brave Search API key; metered pricing with monthly credit.

$ clawhub install brave-search

AgentArXiv

recommended

Search arXiv and summarize papers for engineers.

Use Case

Track new papers on agent security, RAG, or evals weekly.

Notes

Prefer linking to originals and keeping summaries concise.

$ clawhub install agentarxiv

Self-Improving Agent

recommended

Agent that learns from feedback and improves over time.

Use Case

Build agents that adapt to your workflow and preferences.

Notes

Monitor agent behavior changes; keep human-in-the-loop.

$ clawhub install self-improving-agent

Ontology

recommended

Build and query knowledge graphs for structured reasoning.

Use Case

Organize domain knowledge into queryable relationships.

Notes

Useful for complex domains; pair with memory for persistence.

$ clawhub install ontology

Proactive Agent

experimental

Agent that anticipates needs and acts proactively.

Use Case

Get suggestions and actions before you ask for them.

Notes

Experimental: may take unwanted actions—set clear boundaries.

$ clawhub install proactive-agent

API Gateway

recommended

Connect to 100+ APIs through a unified gateway.

Use Case

Access multiple services without managing individual API keys.

Notes

Review which APIs are accessed; monitor usage and costs.

$ clawhub install api-gateway

Summarize

recommended

Summarize URLs, PDFs, videos, and documents.

Use Case

Get quick summaries of long articles, reports, or videos.

Notes

Content is fetched and processed; be mindful of data privacy.

$ clawhub install summarize

Cognitive Memory

experimental

Multi-layer memory system for persistent agent context.

Use Case

Remember user preferences, past decisions, and project context.

Notes

Experimental: memory contents may contain sensitive info—encrypt at rest.

$ clawhub install cognitive-memory

Gog (Google Workspace)

recommended

Manage Gmail, Calendar, and Drive from your agent.

Use Case

Read emails, create events, and search Drive files.

Notes

Requires Google OAuth; use minimal scopes for each service.

$ clawhub install gog

Slack

recommended

Send and read Slack messages, manage channels.

Use Case

Post deployment notifications or read team discussions.

Notes

Requires Slack app token; limit to specific channels.

$ clawhub install slack

Discord

recommended

Interact with Discord servers and channels.

Use Case

Monitor community channels and respond to questions.

Notes

Requires bot token; use minimal permissions and intents.

$ clawhub install discord

Trello

recommended

Manage Trello boards, lists, and cards.

Use Case

Create cards from tasks, move items across lists, and track progress.

Notes

Requires Trello API key; scope to specific boards.

$ clawhub install trello

CalDAV Calendar

recommended

Manage calendars via CalDAV protocol (self-hosted friendly).

Use Case

Check availability, create events, and sync across calendar apps.

Notes

Requires CalDAV server credentials; use app-specific passwords.

$ clawhub install caldav-calendar

Linear

recommended

Manage Linear issues, projects, and cycles.

Use Case

Create issues from conversations and track sprint progress.

Notes

Requires Linear API key; scope to workspace.

$ clawhub install linear

Answer Overflow

recommended

Index Discord community threads into Google search.

Use Case

Make Discord support threads discoverable via search engines, reducing repeated questions.

Notes

Requires bot installation on a Discord server; creates public web pages.

$ clawhub install answer-overflow

Todozi

recommended

Eisenhower matrix task management for prioritization.

Use Case

Organize tasks by urgency and importance automatically.

Notes

Lightweight; stores tasks locally or in configured backend.

$ clawhub install todozi

Weather

recommended

Get weather forecasts and conditions — no API key needed.

Use Case

Check weather before planning outdoor activities or travel.

Notes

Uses free weather APIs; no authentication required.

$ clawhub install weather

Sonoscli

recommended

Control Sonos smart speakers from your agent.

Use Case

Play music, adjust volume, and group speakers with voice commands.

Notes

Requires Sonos devices on the same network.

$ clawhub install sonoscli

Home Assistant

recommended

Control smart home devices via Home Assistant.

Use Case

Turn on lights, check sensors, and automate routines.

Notes

Requires Home Assistant instance and long-lived access token.

$ clawhub install home-assistant

Flight Search

recommended

Search flights and compare prices via Google Flights.

Use Case

Find the cheapest flights for upcoming trips.

Notes

Read-only search; no booking or payment capabilities.

$ clawhub install flight-search

Remind Me

recommended

Set reminders using natural language.

Use Case

Say "remind me to review PR in 2 hours" and get notified.

Notes

Requires notification system; integrates with OS notifications.

$ clawhub install remind-me

Nano PDF

recommended

Edit and manipulate PDFs with natural language.

Use Case

Merge, split, extract text, and annotate PDF documents.

Notes

Requires Google Gemini API key; PDF pages are sent to cloud for processing.

$ clawhub install nano-pdf

fal.ai Image Gen

recommended

Generate images with fal.ai models (FLUX, SD, etc.).

Use Case

Create illustrations, thumbnails, and concept art from text.

Notes

Requires fal.ai API key; usage is metered.

$ clawhub install fal-ai

FFmpeg Video Editor

caution

Edit videos using FFmpeg commands via natural language.

Use Case

Trim, merge, convert, and compress video files.

Notes

Caution: FFmpeg can overwrite files; always specify output paths.

$ clawhub install ffmpeg-video-editor

Image OCR

recommended

Extract text from images using OCR.

Use Case

Digitize screenshots, receipts, and scanned documents.

Notes

Processes images locally; accuracy varies by image quality.

$ clawhub install image-ocr

SlideSpeak

recommended

Create and edit presentation slides with AI.

Use Case

Generate slide decks from outlines or meeting notes.

Notes

Exports to common formats (PPTX, PDF); review content before sharing.

$ clawhub install slidespeak

Voice Reply

experimental

Local text-to-speech for voice responses.

Use Case

Have your agent read out responses and summaries aloud.

Notes

Experimental: uses local TTS engine; voice quality varies by system.

$ clawhub install voice-reply

Backup

recommended

Backup and restore OpenClaw config/skills/commands.

Use Case

Snapshot your working setup before a risky change.

Notes

Protect backup files; they may include sensitive settings.

$ clawhub install backup

Config Guardian

recommended

Validate and safeguard OpenClaw config updates.

Use Case

Prevent config drift and broken deployments from bad edits.

Notes

Use as preflight check; keep a rollback plan (backup).

$ clawhub install config-guardian

Context Manager

recommended

Manage session context to reduce runaway prompts and noise.

Use Case

Keep long-running agents stable by trimming and structuring context.

Notes

Prefer deterministic policies; log decisions without sensitive content.

$ clawhub install context-manager

Cost Report

recommended

Track usage costs and generate reports.

Use Case

Detect cost spikes after enabling new models/skills.

Notes

Pair with scheduling to run weekly reports automatically.

$ clawhub install cost-report

Cron Creator

recommended

Create cron schedules from natural language.

Use Case

Schedule daily summaries, nightly checks, weekly digests.

Notes

Always preview generated cron; avoid overly frequent jobs.

$ clawhub install cron-creator
FAQ

OpenClaw Skills FAQ

Common questions about OpenClaw Skills — installation, safety, and more.

OpenClaw Skills are modular extensions that add new capabilities to your OpenClaw AI assistant. Each skill provides a focused set of tools — such as interacting with GitHub, managing Docker containers, or searching the web — that the agent can use during conversations.

Use the clawhub CLI: run `npx clawhub@latest install <slug>` where `<slug>` is the skill identifier (e.g., `github`, `docker-essentials`). Before installing, we recommend running `clawhub inspect <slug>` to review the skill's permissions and source code.

Run `clawhub uninstall <slug>` to remove a skill from your OpenClaw setup. This removes the skill files and its configuration. Your data and API keys stored externally (e.g., in environment variables) are not affected.

Yes. OpenClaw supports running multiple skills simultaneously. The agent automatically selects the most relevant skill for each task. You can check all installed skills with `clawhub list` and manage them independently.

Recommended — well-tested, low-risk skills suitable for everyday use. Caution — skills that can perform sensitive operations (e.g., merging code, deploying services); use with guardrails. Experimental — newer or community-contributed skills that may have rough edges; test in sandbox environments first.

Run `clawhub update --all` to update all installed skills at once, or `clawhub update <slug>` to update a specific skill. It's good practice to review changelogs before updating, especially for caution-flagged skills.

Skills are community-contributed and vary in risk level. Always: 1) run `clawhub inspect` before installing, 2) check the badge label for risk guidance, 3) grant only the minimum permissions needed, 4) run experimental skills in sandbox environments, and 5) review outputs before approving destructive actions.

Start with these steps: 1) Make sure the skill is installed — run `clawhub list`. 2) Check that required API keys or tokens are configured in your environment. 3) Run `clawhub update <slug>` to get the latest version. 4) Inspect the skill for known issues. 5) If the problem persists, file an issue on the skill's GitHub repo or the awesome-openclaw-skills repository.

Absolutely! OpenClaw skills are open-source and community-driven. You can create a skill by following the skill authoring guide, then submit it to the awesome-openclaw-skills repository via a GitHub Issue or Pull Request. The community team reviews submissions regularly.

Run `clawhub inspect <slug>` to review a skill's source code, permissions, and dependencies before installing. Check the badge label (Recommended / Caution / Experimental) for risk guidance. Look for skills with a clear README, active maintenance, and a known author. Treat skills like third-party code — never grant more permissions than necessary.

This page lists 60+ curated skills. For the latest additions, check the awesome-openclaw-skills GitHub repository. You can also use the `find-skills` skill to search the registry directly from your agent, or join the OpenClaw Discord community to discuss and share skills.

Discover More OpenClaw Skills on ClawHub

Visit ClawHub, the official OpenClaw skills marketplace. Browse, publish, and install hundreds of community-built skills.

Visit ClawHub