Awesome AI Agent Skills
The largest curated directory of AI agent skills. Install coding tools, automation workflows, and developer plugins for Claude Code, OpenAI Codex, Cursor, Gemini CLI, Antigravity, and more.
What Are AI Agent Skills?
AI agent skills are reusable instruction packages that extend what AI coding agents can do. Packaged as SKILL.md files, they give agents domain expertise, enforce coding standards, and automate complex workflows. Skills work across multiple platforms including Claude Code, Codex CLI, Cursor, Gemini CLI, and Antigravity.
- ✓Cross-platform — works with Claude Code, Codex, Cursor, and more
- ✓1,000+ curated skills across 8 categories
- ✓One-line install via npx skills add
- ✓Community-driven and open source
- ✓Coding, writing, research, design, video, and productivity skills
- ✓Git-friendly SKILL.md format
- ✓Featured and trending skills updated daily
- ✓Submit your own skills via our portal
Featured AI Agent Skills
View all →secure-agent-design
Security architecture patterns for personal AI agents that touch real accounts. Use when designing an agent with access to inbox, calendar, finances, or shopping. Covers per-user isolated VMs, pre-action sentinel checks, least-privilege connectors, human approval gates, and single-use payment credentials.
$ npx skills add unisone/openclaw-skill-suitenikhilsaraf04/freadom-skills
Claude Code skills for Freadom — product-video: build 45-60s Superhuman-style feature/onboarding demo videos with Remotion
$ npx skills add nikhilsaraf04/freadom-skillsmotionable-1/interior-lavender-emu
Create a professional product demo video for Claude Skills, an AI customization platform that allows
$ npx skills add motionable-1/interior-lavender-emutestimonial-launch
Turn user testimonials into launch distribution. Use when launching a product or feature and you want real user proof to carry the announcement instead of marketing copy. Covers soliciting specific testimonials, curating them, and amplifying via quote-posts.
$ npx skills add unisone/openclaw-skill-suitevalidator-quotes
Earn and deploy third-party validator quotes for a launch. Use when you need credibility beyond your own claims. Covers who to approach, how to get honest reactions, and how to amplify them via quote-posts, based on the founder/CEO validators behind the Muse launch.
$ npx skills add unisone/openclaw-skill-suiterepo-security-scan
Scan a repository for high-signal security issues and produce a report. Use when auditing a codebase for leaked secrets or vulnerable dependencies, before a release, or when onboarding an unfamiliar repo. Runs gitleaks secret scanning and osv-scanner dependency checks.
$ npx skills add unisone/openclaw-skill-suitemundane-demos
Demo strategy that leads with mundane real-life utility instead of benchmarks. Use when presenting an AI agent or product to non-technical audiences. Covers picking tasks the viewer did this morning, showing end-to-end completion, and letting speed be the wow factor.
$ npx skills add unisone/openclaw-skill-suitevos-footage
Hand a Remotion, HyperFrames, or any video composition a clean captured clip of the real product — recorded and auto-zoomed with the vos CLI, delivered as full-bleed footage with no chrome, and always backed by an editable take on the maker
$ npx skills add vosjs/skillsvos-migrate
Turn an existing Loom, Screen Studio, Cap, or plain mp4/webm screen demo into an editable vosso take — re-encode the file, synthesize the take
$ npx skills add vosjs/skillsastra-operator
Delegate computer-use and browser tasks to OpenAI
$ npx skills add unisone/openclaw-skill-suitemoney-challenge
Design a public economic-outcome challenge for an AI product launch. Use when you want measurable proof that your agent creates or saves money. Covers the #musemoneychallenge mechanic: time-boxed, hashtag-tracked, user-submitted dollar outcomes with verification discipline.
$ npx skills add unisone/openclaw-skill-suiteremotion-product-demos
Create Apple-keynote-quality product demo videos with Remotion. Covers glass phone mockups, floating 3D spheres, typing animations, card UIs, ripple effects, and smooth scene transitions. Use when asked to create product demos, app showcase videos, UI walkthrough animations, or
$ npx skills add unisone/openclaw-skill-suiteHow to Install Agent Skills
Find a skill on Awesome Skills
Browse our directory of 1,000+ skills. Filter by category, platform, or search by name.
Install with one command
Works with Claude Code, Codex CLI, Cursor, and any agent that reads SKILL.md files.
npx skills add author/skill-repo
Or clone from GitHub
Every skill is open source on GitHub. Clone and customize to fit your workflow.
git clone https://github.com/author/skill-repo # Copy SKILL.md to your agent's skills directory
Start using the skill
Your AI agent automatically loads installed skills. Ask it to perform the skill's tasks and it will follow the specialized instructions.