Every agent skill on GitHub — in one install.
개요
Every agent skill on GitHub — in one install.
README
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 |
Installation
pip install clawskills-rai
No API key needed for searching and installing.
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
추천 도구
다른 키워드를 입력하거나 필터를 제거해 보세요.
설치
npx skillfish add labrai/skillcenter