121K searchable skills — 11K agent skills from 843 repos, 90K research papers, 24K tech sources
Project description
🦞 ClawSkills
Every agent skill on GitHub — in one install.
Comprehensive · Offline · One-command · Cross-platform
We crawled 842 GitHub repos, ClawHub, OpenClaw, and 10 awesome lists — extracted every SKILL.md and SOUL.md — and packaged them into one searchable index. Install once, access all of them.
125K skills total:
- 11,389 agent skills — from 842 repos across
.claude/,.cursor/,.agents/,.openclaw/,.codex/ - 90K research skills — from arXiv, PMC, PLOS, Nature, eLife
- 24K tech skills — from GitHub, StackOverflow, web sources
Quick Start
pip install clawskills-rai
clawskills bundle-install --domain claw # one-time: download skill index
clawskills install docker-essentials # search + install → .claude/skills/
Works with Claude Code, Cursor, OpenClaw, Codex, and any --target path.
Search Skills
Find skills across the full 125K index:
clawskills skill-search "kubernetes" --top 5
clawskills skill-search "CRISPR" --domain research --top 3
Browse & Install
Preview matches before installing:
clawskills install "react" --list # browse matches
clawskills install "react" --pick 2 # install 2nd result
clawskills install coding-agent # install best match directly
Real-World Example
Here's what a real installed skill looks like — docker-essentials from Pr-E/openclaw-master-skills:
# Docker Essentials
Essential Docker commands for container and image management.
## Container Lifecycle
docker run -d --name web -p 8080:80 nginx # run in background
docker exec -it web bash # attach to running container
docker stop web && docker rm web # stop and remove
## Images
docker build -t myapp:latest . # build from Dockerfile
docker images --filter dangling=true # list unused images
docker system prune -af # clean up everything
This file was installed to .claude/skills/docker-essentials/SKILL.md — Claude Code picks it up automatically.
Full Workflow: Setting Up a New Project
Browse, pick, and install multiple skills in under a minute:
- Browse —
clawskills install "docker" --listto see what's available - Install —
clawskills install docker-essentialswrites to.claude/skills/ - Add more —
clawskills install react-expertfor React patterns - Done — your agent picks up the new skills on next run
What's Inside
11,389 agent skills from 842 repos, 93% domain-classified. Updated 2026-04-04.
| Domain | Skills | Examples |
|---|---|---|
| AI & Agents | 4,265 | coding agents, prompt engineering, RAG, MCP servers |
| Web & Apps | 3,877 | React, Vue, REST APIs, Notion, Discord |
| DevTools | 731 | Docker, CI/CD, GitHub Actions, testing |
| Data | 548 | SQL, scraping, API integrations |
| Security | 300 | auth, auditing, triage |
| Linux | 261 | CLI tools, cron, SSH |
| Cloud | 166 | AWS, Azure, Vercel, Terraform |
| Programming | 164 | Python, Go, architecture patterns |
Also available: 90K research + 24K tech skills
clawskills bundle-install --auto # auto-detect project type
clawskills skill-search "CRISPR gene editing" --domain research --top 5
Research: arXiv (3.5K), PLOS journals (62K across 7 sub-journals), eLife (941), other academic (24K). Tech: Linux (7.5K), web (6K), programming (4K), devtools (2.2K), security (1.2K), and more.
Where do the skills come from?
Agent skills (11,389 after dedup)
| Source | Skills | How |
|---|---|---|
| ClawHub | 4,293 | Search API + registry page extraction |
| Awesome lists | 5,028 | 10 curated community lists |
| GitHub code search | 1,135 | 19 queries across 6 agent platforms |
| Repo mining (842 repos) | 933 | SKILL.md / SOUL.md from tracked repos |
Research skills (90,084) — PLOS, arXiv, eLife, PMC, Springer, CrossRef
Tech skills (24,515) — GitHub repos, StackOverflow, Tavily/Baidu/Zhihu/XHS
Top contributing repos
| Repo | Files | Type |
|---|---|---|
clawdbot/skills |
7,546 | agent-templates |
openclaw/skills |
7,546 | archive |
TravisLeeeeee/awesome-openclaw-personas |
404 | agent-templates |
Pr-E/openclaw-master-skills |
363 | agent-templates |
secondsky/claude-skills |
208 | skill-collection |
Build the index yourself
export GITHUB_TOKEN=<YOUR_GITHUB_TOKEN>
clawskills claw-full-build --max-skills 50000 --max-repos 1000
4-tier pipeline (~40 min): ClawHub API → repo discovery → mine files → deduplicate.
Generate new skills with LLM
cp .env.example .env # set OPENAI_API_KEY + OPENAI_BASE_URL
clawskills capture "React Server Components@20"
Installation
pip install clawskills-rai
No API key needed for searching and installing.
From source / environment variables
git clone https://github.com/LabRAI/ClawSkills.git && cd ClawSkills
pip install -e ".[dev]"
| Variable | Needed for |
|---|---|
GITHUB_TOKEN |
claw-full-build (higher API rate limits) |
OPENAI_API_KEY |
capture (LLM skill generation) |
HF_ENDPOINT |
bundle-install in China (https://hf-mirror.com) |
FAQ
Do I need API keys? — No. Install and search work fully offline.
Does it work offline? — Yes. Everything is local SQLite after bundle-install.
install vs skill-search? — install writes SKILL.md into your agent directory. skill-search just searches.
CLI reference
| Command | What It Does |
|---|---|
install "<query>" |
Search + install a skill |
install "<query>" --list |
Browse matches |
skill-search "<query>" |
Search the full index |
claw-full-build |
Build index from scratch |
bundle-install --domain claw |
Download pre-built index |
capture "<topic>@N" |
Generate skills with LLM |
Contributing
Open an issue first for larger changes.
License
MIT — Responsible AI Lab @ Florida State University
Authors: Tianming Sha · Yue Zhao · Lichao Sun · Yushun Dong
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clawskills_rai-0.2.1.tar.gz.
File metadata
- Download URL: clawskills_rai-0.2.1.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9bab476a14b15df3ae39bd3b502515da14f1c459195142b1292c800e2994b66
|
|
| MD5 |
38b1e5d1b588a8331dcf849aeeaf167d
|
|
| BLAKE2b-256 |
0d1e73e63928ea5361e4e0e4ffd14dacf333ece773195a8a484d97ab3ab5aedb
|
Provenance
The following attestation bundles were made for clawskills_rai-0.2.1.tar.gz:
Publisher:
publish.yml on LabRAI/ClawSkills
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
clawskills_rai-0.2.1.tar.gz -
Subject digest:
d9bab476a14b15df3ae39bd3b502515da14f1c459195142b1292c800e2994b66 - Sigstore transparency entry: 1231659900
- Sigstore integration time:
-
Permalink:
LabRAI/ClawSkills@56fc11015a3f1707e02abe87c6bb6f9ec4246ba9 -
Branch / Tag:
refs/tags/v0.2.1 - Owner: https://github.com/LabRAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@56fc11015a3f1707e02abe87c6bb6f9ec4246ba9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file clawskills_rai-0.2.1-py3-none-any.whl.
File metadata
- Download URL: clawskills_rai-0.2.1-py3-none-any.whl
- Upload date:
- Size: 402.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75fda3dbd84172955093e0cdce36cdcc1cf88f44439bf3cedbcd3975ff0a1d95
|
|
| MD5 |
c201dd4064ae0ce43679c4f2478a4945
|
|
| BLAKE2b-256 |
ca38c944de72830b9061948d45538be4ef79853782d4e6d08e49eeb3e226ab74
|
Provenance
The following attestation bundles were made for clawskills_rai-0.2.1-py3-none-any.whl:
Publisher:
publish.yml on LabRAI/ClawSkills
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
clawskills_rai-0.2.1-py3-none-any.whl -
Subject digest:
75fda3dbd84172955093e0cdce36cdcc1cf88f44439bf3cedbcd3975ff0a1d95 - Sigstore transparency entry: 1231659957
- Sigstore integration time:
-
Permalink:
LabRAI/ClawSkills@56fc11015a3f1707e02abe87c6bb6f9ec4246ba9 -
Branch / Tag:
refs/tags/v0.2.1 - Owner: https://github.com/LabRAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@56fc11015a3f1707e02abe87c6bb6f9ec4246ba9 -
Trigger Event:
push
-
Statement type: