85600 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

openclaw-ops

Complete OpenClaw operations skill: configure models/providers/channels/tools/agents/cron, manage sessions and sub-agents, control paired nodes (camera/location/notifications), and troubleshoot gateway issues. Use when: (1) changing AI models or providers, (2) managing cron jobs, (3) configuring channels (Telegram/Discord/WhatsApp), (4) troubleshooting gateway/model/channel failures, (5) managing sessions or sub-agents, (6) controlling paired mobile devices, (7) any 'fix yourself', 'change settings', 'what's running', 'restart', 'add model', 'phone camera', 'send notification' request.

ariffazil
ariffazil
508

os-health

VPS OS health, network speed test, disk, RAM, CPU, uptime, process snapshot

ariffazil
ariffazil
508

postcheck-verifier

Proves actions worked in reality — not just exit code 0, not just logs — by validating actual observable outcomes in the system

ariffazil
ariffazil
508

skill-composer

Chains multi-step workflows constitutionally — research → plan → judge → execute → verify → log → vault — without human step-by-step prompting

ariffazil
ariffazil
508

tasks

Task & project management — GitHub Projects (native), Linear (API), Notion DB (API)

ariffazil
ariffazil
508

project-scaffolding

>

hmohamed01
hmohamed01
503

research

Multi-source comprehensive research using perplexity-researcher, claude-researcher, and gemini-researcher agents. Launches up to 10 parallel research agents for fast results. USE WHEN user says 'do research', 'research X', 'find information about', 'investigate', 'analyze trends', 'current events', or any research-related request.

danielmiessler
danielmiessler
507

ffuf-web-fuzzing

Expert guidance for ffuf web fuzzing during penetration testing, including authenticated fuzzing with raw requests, auto-calibration, and result analysis

danielmiessler
danielmiessler
507

fabric

Intelligent pattern selection for Fabric CLI. Automatically selects the right pattern from 242+ specialized prompts based on your intent - threat modeling, analysis, summarization, content creation, extraction, and more. USE WHEN processing content, analyzing data, creating summaries, threat modeling, or transforming text.

danielmiessler
danielmiessler
507

create-skill

Guide for creating new skills in Kai's personal AI infrastructure. Use when user wants to create, update, or structure a new skill that extends capabilities with specialized knowledge, workflows, or tool integrations. Follows both Anthropic skill standards and PAI-specific patterns.

danielmiessler
danielmiessler
507

always-init

Universal task initializer that automatically loads PAI context for all user requests. Ensures complete context availability (contacts, preferences, protocols) before responding to any task. (project, gitignored)

danielmiessler
danielmiessler
507

prompting

Prompt engineering standards and context engineering principles for AI agents based on Anthropic best practices. Covers clarity, structure, progressive discovery, and optimization for signal-to-noise ratio.

danielmiessler
danielmiessler
507

alex-hormozi-pitch

Create irresistible offers and pitches using Alex Hormozi's methodology from $100M Offers. Guides through value equation, guarantee frameworks, pricing psychology, and creating offers "too good not to take" for any product or service.

danielmiessler
danielmiessler
507

PAI

|

danielmiessler
danielmiessler
507

ezorm-skills

Entry point for ezorm repo skills. Use to pick the right skill based on task (write YAML vs generate code, and mongo vs mysql/mysqlr).

ezbuy
ezbuy
5021

xhs-cover-skill

Generates image generation prompts for Xiaohongshu covers based on user content. It polishes the content to fit Xiaohongshu style + applies a visual style template to produce a JSON output for image generation.

cclank
cclank
509

migrate-to-rsbuild

Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild.

rstackjs
rstackjs
50

migrate-to-rslib

Migrate tsc or tsup library projects to Rslib.

rstackjs
rstackjs
50

migrate-to-rstest

Migrate Jest or Vitest test suites and configs to Rstest. Use when asked to move from Jest/Vitest to Rstest, replace framework APIs with `@rstest/core`, translate test config to `rstest.config.ts`, or update test scripts and setup files for Rstest equivalents.

rstackjs
rstackjs
50

pr-creator

Use when asked to create a pull request for this repository. It helps the PR follow the repository's branch safety rules, title convention, pull request template, and concise English writing style.

rstackjs
rstackjs
50

rspack-best-practices

Rspack best practices for config, CLI workflow, type checking, CSS, bundle optimization, assets and profiling. Use when writing, reviewing, or troubleshooting Rspack projects.

rstackjs
rstackjs
50

rslib-best-practices

Rslib best practices for config, CLI workflow, output, declaration files, dependency handling, build optimization and toolchain integration. Use when writing, reviewing, or troubleshooting Rslib projects.

rstackjs
rstackjs
50

rsbuild-v2-upgrade

Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.

rstackjs
rstackjs
50

rspack-debugging

Helps Rspack users and developers debug crashes or deadlocks/hangs in the Rspack build process using LLDB. Use this Skill when users encounter "Segmentation fault" errors during Rspack builds or when the build progress gets stuck.

rstackjs
rstackjs
50

rspack-split-chunks

>-

rstackjs
rstackjs
50

rstest-best-practices

Rstest best practices for config, CLI workflow, test writing, mocking, snapshot testing, DOM testing, coverage, multi-project setup, CI integration, performance and debugging. Use when writing, reviewing, or troubleshooting Rstest test projects.

rstackjs
rstackjs
50

rspress-v2-upgrade

Migrate Rspress projects from v1 to v2. Use when a user asks to upgrade Rspress, follow the v1-to-v2 guide, update configs/themes, or validate the upgrade.

rstackjs
rstackjs
50

rspack-tracing

Comprehensive guide and toolkit for diagnosing Rspack build issues. Quickly identify where crashes/errors occur, or perform detailed performance profiling to resolve bottlenecks. Use when the user encounters build failures, slow builds, or wants to optimize Rspack performance.

rstackjs
rstackjs
50

rspack-v2-upgrade

Use when upgrading a Rspack 1.x project to v2, including dependency and configuration updates.

rstackjs
rstackjs
50

rspress-custom-theme

Customize Rspress themes using CSS variables, Layout slots, component wrapping, or component ejection. Use when a user wants to change the look and feel of an Rspress site, override theme components, add custom navigation/sidebar/footer content, inject global providers, or modify the default Rspress theme in any way. Also use when a user mentions theme/index.tsx, Layout slots, BEM class overrides, or rspress eject.

rstackjs
rstackjs
50

rspress-description-generator

Generate and maintain description frontmatter for Rspress documentation files (.md/.mdx). Use when a user wants to add SEO descriptions, improve search engine snippets, generate llms.txt metadata, prepare docs for AI summarization, or batch-update frontmatter across an Rspress doc site. Also use when adding new documentation pages to an Rspress project — every new doc file needs a description.

rstackjs
rstackjs
50

storybook-rsbuild

Set up or migrate Storybook to use the Rsbuild builder. Handles fresh setup for React, Vue 3, HTML, Web Components, and React Native Web, migration from webpack5 or Vite frameworks, and integrations with Rslib, Modern.js, and Rspack. Use when asked to add Storybook, migrate Storybook to Rsbuild, configure rsbuildFinal, or integrate Storybook with Rslib/Modern.js/Rspack.

rstackjs
rstackjs
50

rsbuild-best-practices

Rsbuild best practices for config, CLI workflow, type checking, bundle optimization, assets, and debugging. Use when writing, reviewing, or troubleshooting Rsbuild projects.

rstackjs
rstackjs
50

rsdoctor-analysis

Use when analyzing Rspack/Webpack bundles from local `rsdoctor-data.json` and producing evidence-based optimization recommendations.

rstackjs
rstackjs
50

jira

Jira API for issue tracking. Use when user mentions "Jira", "create ticket",

vm0-ai
vm0-ai
508

webflow

Webflow API for CMS and sites. Use when user mentions "Webflow", "webflow.com",

vm0-ai
vm0-ai
508

pdfco

PDF.co API for PDF processing. Use when user mentions "PDF.co", "extract

vm0-ai
vm0-ai
508

wix

Wix API for website management. Use when user mentions "Wix", "wix.com",

vm0-ai
vm0-ai
508

notion

Notion API for pages and databases. Use when user mentions "Notion",

vm0-ai
vm0-ai
508

workflow-migration

VM0 migration helper for Claude Code workflows. Use when user says "migrate to VM0", "move to VM0", "convert skill to VM0", or asks about migrating local Claude Code workflows.

vm0-ai
vm0-ai
508

x

X (Twitter) API for tweets and profiles. Use when user mentions "X",

vm0-ai
vm0-ai
508

xero

Xero API for accounting. Use when user mentions "Xero", "accounting",

vm0-ai
vm0-ai
508

youtube

YouTube API for videos and channels. Use when user mentions "YouTube",

vm0-ai
vm0-ai
508

zapier

Zapier API for workflow automation. Use when user mentions "Zapier",

vm0-ai
vm0-ai
508

zapsign

ZapSign API for e-signatures. Use when user mentions "ZapSign", "e-signature",

vm0-ai
vm0-ai
508

zendesk

Zendesk API for customer support. Use when user mentions "Zendesk", "support

vm0-ai
vm0-ai
508

zeptomail

ZeptoMail API for transactional email. Use when user mentions "ZeptoMail",

vm0-ai
vm0-ai
508

serpapi

SerpApi for search engine results. Use when user mentions "SERP", "search

vm0-ai
vm0-ai
508

shortio

Short.io API for link shortening. Use when user mentions "Short.io",

vm0-ai
vm0-ai
508

similarweb

Similarweb API for web analytics. Use when user mentions "Similarweb",

vm0-ai
vm0-ai
508

Page 761 of 1712 · 85600 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.