DiscoverAISkills
πŸ€–
Anthropic Β· Claude
Official Platform

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.

43692+Claude Skills
6.6KMonthly Searches
1 cmdTo Install

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:

# personal (all projects)
~/.claude/skills/<skill-name>/
# project-specific
.claude/skills/<skill-name>/
Full guide: What is a Skill?

Browse Claude Skills by Category

Top Claude Skills

View all 43692

self-improving-agent

Curated
AI Agent & Automation

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...

ClaudeCursorOpenClaw
397.9k6.3k3.2k

Skill Vetter

Curated
AI Agent & Automation

Security-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.

ClaudeCursorOpenClaw
212.5k4.1k914

ontology

Curated
AI Agent & Automation

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...

ClaudeCursorOpenClaw
167.0k1.2k543

Self-Improving + Proactive Agent

Curated
AI Agent & Automation

Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...

ClaudeCursorOpenClaw
166.6k1.9k971

Github

Curated
Developer & DevOps

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

ClaudeCursorOpenClaw
159.8k4.2k517

Gog

Curated
Communication

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

ClaudeCursorOpenClaw
157.8k3.4k840

Proactive Agent

Curated
AI Agent & Automation

Transform 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 🦞

ClaudeCursorOpenClaw
144.9k2.8k712

Weather

Curated
Data & Analytics

Get current weather and forecasts (no API key required).

ClaudeCursorOpenClaw
136.1k3.6k359

Multi Search Engine

Curated
Data & Analytics

Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...

ClaudeCursorOpenClaw
122.0k1.9k567

Polymarket

Curated
Finance & Investment

Query Polymarket prediction markets. Check odds, find trending markets, search events, track price movements.

ClaudeCursorOpenClaw
121.3k3178

PollyReach

Curated
Communication

PollyReach 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...

ClaudeCursorOpenClaw
95.5k325

Nano Pdf

Curated
Documents & Notes

Edit PDFs with natural-language instructions using the nano-pdf CLI.

ClaudeCursorOpenClaw
92.4k2.4k221

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.