DiscoverAISkills
DiscoverAISkills Guide

What is an AI Skill?

Skills are portable instruction packages that give AI agents new capabilities. One file. Works everywhere. Open standard.

Browse Skills

A skill = a SKILL.md file that teaches an AI agent something new.

Without skills, an AI can only talk. With skills, it can act — following your workflows, using your tools, and completing real-world tasks on your behalf.

What a skill looks like

Every skill is a folder with a SKILL.md file at its root. The file has two parts: YAML frontmatter that tells the AI when to use the skill, and Markdown content with the actual instructions.

# ~/.claude/skills/web-search/SKILL.md
---
name: web-search
description: Search the web for real-time information.
Use when the user asks about current events,
recent news, or anything time-sensitive.
---
When searching the web:
1. Use the search tool with a concise query
2. Read the top 3 results
3. Cite your sources in the response

The name field becomes a /slash-command. The description helps the AI decide when to load the skill automatically — even without you explicitly invoking it.

How to install a skill

Installing a skill is as simple as placing the skill folder in the right directory. Skills can be personal (available across all your projects) or project-specific.

Personal skill (all projects)

~/.claude/skills/<skill-name>/SKILL.md

Available in every session, across all your projects.

Project skill (this project only)

.claude/skills/<skill-name>/SKILL.md

Scoped to the current project. Great for team-specific workflows.

After placing the skill, restart your AI client. You can then invoke it with /<skill-name> or let the AI discover it automatically based on context.

Core concepts

A skill is a folder of instructions

Each skill is a directory containing a SKILL.md file — a plain Markdown file with YAML frontmatter that tells the AI what the skill does, when to use it, and how to invoke it. No code required to create one.

Skills can include scripts and resources

Beyond SKILL.md, a skill folder can contain supporting scripts, templates, example outputs, and reference docs. The AI loads these on demand, giving it everything it needs to complete complex tasks reliably.

Skills work across AI platforms

The Agent Skills format is an open standard originally developed by Anthropic and now adopted by Claude Code, Cursor, Gemini CLI, OpenAI Codex, GitHub, VS Code, OpenClaw, and 30+ other tools. One skill, many agents.

Skills can be chained together

Agents become truly powerful when skills are combined. A research agent might chain a web-search skill → a summarization skill → a document-writing skill to produce a full report from a single prompt.

Example skills

🌐

Web Search

Let your agent search the internet in real time

📊

Data Analysis

Analyze datasets and generate insights

📧

Email

Read and send emails on your behalf

🖼️

Image Gen

Generate images from text prompts

📁

File System

Read, write, and manage local files

🔌

API Connector

Call any REST or GraphQL API

🗓️

Calendar

Schedule meetings and manage events

💻

Code Runner

Execute code in a sandboxed environment

The Agent Skills open standard

The Agent Skills format was originally developed by Anthropic and released as an open standard at discoveraiskills.com. Because the format is platform-agnostic, a skill you write once works across every compatible tool — no modification needed.

Claude CodeCursorGemini CLIOpenAI CodexGitHubVS CodeOpenClawKiroRoo CodeWindsurf+20 more

This is why there is no real difference between a "Claude skill" and an "OpenClaw skill" — they are the same format. The platform just determines where you place the skill folder.

Ready to supercharge your AI?

Browse skills across every category — from productivity to coding to data analysis. All free, all open standard.