ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Awesome Openclaw Skills

Skill by adisinghstudent

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adisinghstudent/awesome-openclaw-skills
Or
---
name: awesome-openclaw-skills
description: Curated collection of 5400+ community-built OpenClaw skills organized by category, with installation, discovery, and contribution guidance.
triggers:
  - install an openclaw skill
  - find openclaw skills for
  - browse clawhub skills
  - add a skill to openclaw
  - discover openclaw integrations
  - how to install a clawdbot skill
  - search awesome openclaw list
  - contribute a skill to openclaw registry
---

# Awesome OpenClaw Skills

> Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection.

A curated, filtered list of 5,400+ community-built [OpenClaw](https://github.com/VoltAgent/voltagent) skills sourced from ClawHub (the official OpenClaw Skills Registry). Skills extend the OpenClaw AI assistant with integrations, automations, and specialized capabilities.

---

## What Is OpenClaw?

OpenClaw is a locally-running AI assistant. **Skills** are modular extensions that let it:

- Interact with external services (GitHub, Slack, Gmail, etc.)
- Automate workflows
- Perform specialized tasks (code generation, research, document processing, etc.)

Skills are distributed through **ClawHub** (`clawhub.ai`) and managed via the `clawhub` CLI.

---

## Installing a Skill

### Via ClawHub CLI (recommended)

```bash
# Install a skill by its slug
clawhub install <skill-slug>

# Examples
clawhub install steipete-slack
clawhub install sohamganatra-bitbucket-automation
clawhub install xukp20-arxiv-search-collector

Manual Installation

Copy the skill folder to one of these paths:

ScopePath
Global~/.openclaw/skills/
Workspace<your-project>/skills/

Priority order: Workspace > Local/Global > Bundled

# Example: manually install a skill globally
cp -r ./my-skill ~/.openclaw/skills/my-skill

# Or workspace-scoped
cp -r ./my-skill ./skills/my-skill

Via Chat (Zero-Config)

Paste a skill's GitHub repository URL directly into the OpenClaw chat and ask the assistant to use it. OpenClaw will handle setup automatically.

"Use this skill: https://github.com/openclaw/skills/tree/main/skills/steipete/slack"

Discovering Skills

Browse This Awesome List

Skills are organized into categories in the repository:

categories/
  git-and-github.md
  coding-agents-and-ides.md
  browser-and-automation.md
  web-and-frontend-development.md
  devops-and-cloud.md
  ...

Each category file lists skills with a short description and a ClawHub link:

https://clawskills.sh/skills/<author>-<skill-name>

Key Categories & Counts

CategorySkills
Coding Agents & IDEs1,222
Web & Frontend Development938
Browser & Automation335
Search & Research352
DevOps & Cloud409
Productivity & Tasks206
AI & LLMs197
CLI Utilities186
Communication149
Git & GitHub170

Metadata

Stars3809
Views1
Updated2026-04-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adisinghstudent-awesome-openclaw-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.