Awesome Openclaw Skills
Skill by adisinghstudent
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adisinghstudent/awesome-openclaw-skills---
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:
| Scope | Path |
|---|---|
| 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
| Category | Skills |
|---|---|
| Coding Agents & IDEs | 1,222 |
| Web & Frontend Development | 938 |
| Browser & Automation | 335 |
| Search & Research | 352 |
| DevOps & Cloud | 409 |
| Productivity & Tasks | 206 |
| AI & LLMs | 197 |
| CLI Utilities | 186 |
| Communication | 149 |
| Git & GitHub | 170 |
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adisinghstudent-awesome-openclaw-skills": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Oh My Openagent Omo
Skill by adisinghstudent
Planning With Files Manus Workflow
Skill by adisinghstudent
mirofish-offline-simulation
Fully local multi-agent swarm intelligence simulation engine using Neo4j + Ollama for public opinion, market sentiment, and social dynamics prediction.
ghostling-libghostty-terminal
Build minimal terminal emulators using the libghostty-vt C API with Raylib for windowing and rendering
Obra Superpowers Agentic Workflow
Skill by adisinghstudent