Claude Skills
Directory
The most comprehensive collection of Claude skills β modular AI capabilities that extend Claude with web search, code execution, database access, and hundreds more tools. Install any skill in one command.
What are Claude Skills?
Claude skills are SKILL.md instruction files that extend what Claude Code can do. Each skill is a folder with a SKILL.md file containing YAML frontmatter (name, description) and Markdown instructions Claude follows when the skill is invoked.
Claude loads skills automatically when the context matches the description, or you can invoke any skill directly with /skill-name. The format follows the open Agent Skills standard β the same skill works across Claude Code, Cursor, Gemini CLI, OpenClaw, and 30+ other tools.
Installing a skill takes seconds β just place the skill folder in the right directory:
Browse Claude Skills by Category
Code & Development
Database connectors, code runners, Git tools, API clients and more.
Writing & Content
Document editors, content generators, grammar tools and style guides.
Research & Analysis
Web search, data extraction, summarization and fact-checking tools.
Automation & Workflow
Email, calendar, task management and workflow orchestration tools.
Top Claude Skills
View all 43692self-improving-agent
CuratedCaptures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Skill Vetter
CuratedSecurity-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
ontology
CuratedTyped knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Self-Improving + Proactive Agent
CuratedSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
Github
CuratedInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Gog
CuratedGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Proactive Agent
CuratedTransform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack π¦
Weather
CuratedGet current weather and forecasts (no API key required).
Multi Search Engine
CuratedMulti search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
Polymarket
CuratedQuery Polymarket prediction markets. Check odds, find trending markets, search events, track price movements.
PollyReach
CuratedPollyReach gives every AI agent a phone number and the ability to get things done over the phone β finding contacts, making calls, and completing tasks. Just...
Nano Pdf
CuratedEdit PDFs with natural-language instructions using the nano-pdf CLI.
Frequently Asked Questions
What are Claude skills?βΎ
Claude skills are SKILL.md instruction files that extend what Claude Code can do. Each skill is a folder containing a SKILL.md file with YAML frontmatter and Markdown instructions. Claude loads skills automatically when relevant, or you can invoke them directly with /skill-name. The format follows the open Agent Skills standard (discoveraiskills.com).
How do I install Claude skills?βΎ
Place the skill folder in ~/.claude/skills/<skill-name>/ for personal use (available across all projects), or .claude/skills/<skill-name>/ for project-specific use. Restart Claude Code and the skill will be available automatically β invoke it with /skill-name or let Claude discover it from context.
What are the best Claude code skills?βΎ
The most popular Claude code skills include Git workflow tools, code review skills, test generation, database query helpers, and deployment scripts. Browse our Claude Code Skills section for the full ranked list.
Are Claude skills free?βΎ
Yes β all skills listed on DiscoverAISkills are free to install. Skills are plain SKILL.md files, so there's nothing to pay for. Some skills may call external services that have their own pricing, but the skill itself is always free.
Is there a difference between Claude skills and OpenClaw skills?βΎ
No β they are the same format. Both follow the open Agent Skills standard (SKILL.md). The platform just determines where you place the skill folder: ~/.claude/skills/ for Claude Code, or the equivalent path for OpenClaw and other compatible tools.