DSH Plugin — Curated Plugin Marketplace

Discover Awesome Agent Skills

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

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 Design63851
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.
Persona9909
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 Tools7712
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 Tools5898
View
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
Image Processing5347
View
Colleague.skill
Distill a colleague into an AI Skill. Auto-collect Feishu/DingTalk data, generate Work Skill + Persona, with continuous evolution.
Persona3599
View

Latest Skills

All
twitter
Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io. Use when user mentions Twitter, X, or tweets.
Other Tools35
View
seo-geo
SEO & GEO (Generative Engine Optimization) for websites. Analyze keywords, generate schema markup, optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Use when user wants to improve search visibility, search optimization, search ranking, AI visibility, ChatGPT ranking, Google AI Overview, indexing, JSON-LD, meta tags, or keyword research.
SEO54
View
requesthunt
Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, GitHub, YouTube, LinkedIn, and Amazon. Use when user wants to do demand research, find feature requests, analyze user demand, or run RequestHunt queries.
Business Analysis11
View
reddit
Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links.
Development Tools13
View
producthunt
Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API. Use when user mentions Product Hunt, PH, or product launches.
Other Tools12
View
nanobanana
Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, various aspect ratios, and high-resolution output (2K/4K). Use when user wants to generate images, create images, use Gemini image generation, or do AI image generation.
Image Processing10
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...