Discover Awesome Agent Skills

Browse 1849 open-source skills and counting. Download with one click, or copy the command to quickly install in OpenClaw.

Hot Skills

All
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Product Design3243
View
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Development Tools2186
View
code-reviewer
Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.
Development Tools1846
View
Ex.skill
Distill an ex-partner into an AI Skill. Import WeChat history, photos, social media posts, generate Relationship Memory + Persona, with continuous evolution.
Persona1296
View
pdf
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Document Processing923
View
Colleague.skill
Distill a colleague into an AI Skill. Auto-collect Feishu/DingTalk data, generate Work Skill + Persona, with continuous evolution.
Persona855
View

Latest Skills

All
excalidraw-diagram
Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
Image Processing69
View
create-soul
Build and install Soul Code persona skills from the bundled persona dataset. Use when the user wants to generate, install, list, or switch to stylized coding personas such as CTRL, BOSS, LOVE-R, or MUM.
Persona37
View
curator-skill
curator-skill is the only in-IDE cross-author persona skill router in the Chinese world, helping you discover, recommend, and combine the most matching personas across the entire persona skill ecosystem (Huashu nuwa / titanwings colleague / individual persona authors). It covers 30+ curated personas, with the remote curated library updated weekly.
Persona55
View
x-mastery-mentor
$10K/hr级X/Twitter运营导师。基于Nicolas Cole、Dickie Bush、Sahil Bloom、Justin Welsh、 Dan Koe、Alex Hormozi六位顶级创作者的方法论 + X开源算法深度分析 + AI/科技赛道专精策略, 提炼6个核心心智模型、10条决策启发式、完整的选题-写作-增长操作手册。 通用方法论为底座,AI/科技赛道为专精。 当用户提到「X运营」「推特」「Twitter」「怎么写推文」「怎么涨粉」「X策略」「推特选题」「tweet」「thread」「X算法」时使用。 即使用户只是说「这条推文怎么写」「帮我想个X内容」「推特增长」「发推」「write a tweet」「X account」「grow on X」也应触发。
Persona37
View
bggg-skill-taotie
Skill 进化器(饕餮)— 通过"吞噬"并分析其他 skill 的优势来强化目标 skill。 当用户想要:整合两个 skill、用一个 skill 优化另一个、对比分析两个 skill 的优劣、 把某个 skill 的优点提炼到另一个 skill 中、或者说"把 X 喂给 Y"、"用 X 来优化 Y"、 "整合这两个 skill"、"吃掉这个 skill"、"skill 进化"、"skill 升级"、"合并 skill" 等意图时,必须触发此 skill。即使用户没有明确说"饕餮",只要涉及到两个 skill 之间的 能力迁移、对比分析、或优势提取,都应该使用此 skill。
Persona38
View
create-star-skill
创建明星/偶像/公众人物数字人格 Skill 的工坊框架。将歌手/偶像/明星转化为可对话的 AI 数字分身。
Persona15
View

What are Skills?

A lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows.

Core Concept
At its core, a skill is a folder containing a SKILL.md file with metadata and instructions.
my-skill/
├── SKILL.md          # Required: instructions + metadata
├── scripts/          # Optional: executable code
├── references/       # Optional: documentation
└── assets/           # Optional: templates, resources

Discovery

Load only name and description at startup

Activation

Read full instructions when task matches

Execution

Follow instructions, load resources as needed

Why Agent Skills?

Agents are increasingly capable, but often lack the context they need to do real work reliably.

For Skill Authors

Build capabilities once and deploy them across multiple agent products.

For Compatible Agents

Support for skills lets end users give agents new capabilities out of the box.

For Teams and Enterprises

Capture organizational knowledge in portable, version-controlled packages.

What Can Skills Enable?

Extend agent capabilities with specialized knowledge and workflows

Domain Expertise

Package specialized knowledge into reusable instructions, from legal review processes to data analysis pipelines.

New Capabilities

Give agents new capabilities like creating presentations, building MCP servers, and analyzing datasets.

Repeatable Workflows

Turn multi-step tasks into consistent and auditable workflows.

Interoperability

Reuse the same skill across different skills-compatible agent products.

Supported By Leading Tools

Open Skills are supported by leading AI development tools

The Skills format was originally developed by Anthropic, released as an open standard, and has been adopted by a growing number of agent products.

Simple & Powerful

The Skills format is designed to be easy to author and implement

Simple Format

A skill is just a folder with a SKILL.md file containing YAML frontmatter and Markdown instructions.

Progressive Disclosure

Load only metadata at startup, activate full instructions when needed.

Extensible

Include scripts, references, and assets to support complex workflows.

Portable

Skills are just files—easy to edit, version, and share.

SKILL.md Example
Every skill starts with a SKILL.md file containing YAML frontmatter
---
name: pdf-processing
description: Extract text and tables from PDF files, fill forms, merge documents.
---

# PDF Processing

## When to use this skill
Use this skill when the user needs to work with PDF files...

## How to extract text
1. Use the PDF processing tools to extract content...