███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 701 | last30days | mvanhorn/last30days-skill |
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
|
30.9K |
| 702 | use-dom | expo/skills |
What are DOM Components? DOM components allow web code to run verbatim in a webview on native platforms while rendering as-is on web. This enables using web-only libraries like recharts, react-syntax-highlighter, or any React web library in your Expo app without modification. When to Use DOM Components Use DOM components when you need: Web-only libraries — Charts (recharts, chart.js), syntax highlighters, rich text editors, or any library that depends on DOM APIs Migrating web code — Bring e...
|
30.8K |
| 703 | firecrawl-market-research | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 360 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
30.8K |
| 704 | python-performance-optimization | wshobson/agents |
Python Performance Optimization Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices. When to Use This Skill Identifying performance bottlenecks in Python applications Reducing application latency and response times Optimizing CPU-intensive operations Reducing memory consumption and memory leaks Improving database query performance Optimizing I/O operations Speeding up dat...
|
30.8K |
| 705 | shape | pbakaus/impeccable |
MANDATORY PREPARATION Invoke /impeccable, which contains design principles, anti-patterns, and the Context Gathering Protocol . Follow the protocol before proceeding. If no design context exists yet, you MUST run /impeccable teach first. Shape the UX and UI for a feature before any code is written. This skill produces a design brief : a structured artifact that guides implementation through discovery, not guesswork. Scope : Design planning only. This skill does NOT write code. It produces the th...
|
30.7K |
| 706 | gws-keep | googleworkspace/cli |
keep (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws keep < resource > < method > [ flags ] API Resources media download — Gets an attachment. To download attachment media via REST requires the alt=media query parameter. Returns a 400 bad request error if attachment media is not available in the requested MIME type. notes create — Creates a new note. delete — Deletes a note. Caller must have the OWNE...
|
30.7K |
| 707 | firecrawl-seo-audit | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 367 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
30.4K |
| 708 | firecrawl-knowledge-base | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 366 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
30.3K |
| 709 | firecrawl-dashboard-reporting | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 374 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
30.2K |
| 710 | baoyu-markdown-to-html | jimliu/baoyu-skills |
Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms. Script Directory Agent Execution: Determine this SKILL.md directory as `SKILL_DIR`, then use `${SKILL_DIR}/scripts/<name>.ts`. | `scripts/main.ts` | Main entry point Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): ``` Check project-level first test -f .baoyu-skills/baoyu-markdown-to-html/EXTEND.md && echo "project" Then user-l...
|
30.1K |
| 711 | baoyu-infographic | jimliu/baoyu-skills |
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /baoyu-infographic path/to/content.md /baoyu-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /baoyu-infographic path/to/content.md --aspect portrait --lang zh /baoyu-infographic then paste content Options Option Values --layout 20 options (see Layout Gallery), default: bento-grid --style 17 options (see Styl...
|
30.1K |
| 712 | firecrawl-lead-gen | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 365 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
30.1K |
| 713 | firecrawl-workflows | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 364 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
30.1K |
| 714 | create-auth-skill | better-auth/skills |
Create Auth Skill Guide for adding authentication to TypeScript/JavaScript applications using Better Auth. For code examples and syntax, see better-auth.com/docs. Decision Tree Is this a new/empty project? ├─ YES → New project setup │ 1. Identify framework │ 2. Choose database │ 3. Install better-auth │ 4. Create auth.ts + auth-client.ts │ 5. Set up route handler │ 6. Run CLI migrate/generate │ 7. Add features via plugins │ └─ NO → Does project have existing auth? ├─ YES → M...
|
29.8K |
| 715 | firecrawl-lead-research | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 367 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
29.6K |
| 716 | graphic-overlays | heygen-com/hyperframes |
Graphic Overlays Graphic Overlays takes a local video that plays in full and layers a sequence of timed, designed graphic cards onto it — titles, lower-thirds, data callouts, quotes, side panels, picture-in-picture — synced to what's being said. The agent designs the cards (timing + content) and writes each card's HTML directly in the conversation , then assembles a single composition HTML and renders it to MP4 via hyperframes . There is no fixed archetype list and no prescribed card structure —...
|
29.5K |
| 717 | firecrawl-shop | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 366 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
29.5K |
| 718 | firecrawl-qa | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 345 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
29.5K |
| 719 | firecrawl-competitive-intel | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 364 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
29.5K |
| 720 | firecrawl-knowledge-ingest | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 364 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
29.5K |
| 721 | firecrawl-company-directories | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 363 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
29.4K |
| 722 | firecrawl-demo-walkthrough | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 367 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
29.4K |
| 723 | baoyu-cover-image | jimliu/baoyu-skills |
Cover Image Generator Generate elegant cover images for articles with 5-dimensional customization. Usage Auto-select dimensions based on content /baoyu-cover-image path/to/article.md Quick mode: skip confirmation /baoyu-cover-image article.md --quick Specify dimensions /baoyu-cover-image article.md --type conceptual --palette warm --rendering flat-vector Style presets (shorthand for palette + rendering) /baoyu-cover-image article.md --style blueprint With reference images /baoyu-cover-image...
|
29.3K |
| 724 | baoyu-article-illustrator | jimliu/baoyu-skills |
Article Illustrator Analyze articles, identify illustration positions, generate images with Type × Style consistency. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, elegant Combine freely: --type infographic --style blueprint Or use presets: --preset tech-explainer → type + style in one flag. See Style Presets . Types Type Best For infographi...
|
29.1K |
| 725 | baoyu-xhs-images | jimliu/baoyu-skills |
Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. Usage Auto-select style and layout based on content /baoyu-xhs-images posts/ai-future/article.md Specify style /baoyu-xhs-images posts/ai-future/article.md --style notion Specify layout /baoyu-xhs-images posts/ai-future/article.md --layout dense Combine style and layout /baoyu-xhs-images posts/ai-future/article.md --style notion --layout list ...
|
28.6K |
| 726 | baoyu-slide-deck | jimliu/baoyu-skills |
Slide Deck Generator Transform content into professional slide deck images. Usage /baoyu-slide-deck path/to/content.md /baoyu-slide-deck path/to/content.md --style sketch-notes /baoyu-slide-deck path/to/content.md --audience executives /baoyu-slide-deck path/to/content.md --lang zh /baoyu-slide-deck path/to/content.md --slides 10 /baoyu-slide-deck path/to/content.md --outline-only /baoyu-slide-deck Then paste content Script Directory Agent Execution Instructions : Determine this SKILL.md file's...
|
28.2K |
| 727 | gws-gmail-reply | googleworkspace/cli |
gmail +reply PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Reply to a message (handles threading automatically) Usage gws gmail +reply --message-id < ID > --body < TEXT > Flags Flag Required Default Description --message-id ✓ — Gmail message ID to reply to --body ✓ — Reply body (plain text) --from — — Sender address (for send-as/alias; omit to use account default) --cc — — Additional CC recipients (comma-se...
|
28.1K |
| 728 | python-testing-patterns | wshobson/agents |
Python Testing Patterns Comprehensive guide to implementing robust testing strategies in Python using pytest, fixtures, mocking, parameterization, and test-driven development practices. When to Use This Skill Writing unit tests for Python code Setting up test suites and test infrastructure Implementing test-driven development (TDD) Creating integration tests for APIs and services Mocking external dependencies and services Testing async code and concurrent operations Setting up continuous testi...
|
28.1K |
| 729 | azure-postgres | microsoft/azure-skills |
Azure Database for PostgreSQL Configure passwordless authentication with Microsoft Entra ID for existing Azure Database for PostgreSQL Flexible Server. This skill focuses on setting up Entra ID authentication, managing user access, and migrating from password-based authentication. Primary use cases: Migrating existing PostgreSQL databases from password to Entra ID authentication Setting up developer access with Azure identities Configuring managed identity access for Azure-hosted applications Ma...
|
27.8K |
| 730 | baoyu-url-to-markdown | jimliu/baoyu-skills |
URL to Markdown Fetches any URL via Chrome CDP and converts HTML to clean markdown. Script Directory Important: All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions: Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference: Script Purpose scripts/main.ts CLI entry point for URL fetching Preferences (EXTEND.md) Us...
|
27.7K |
| 731 | firecrawl-monitor | firecrawl/cli |
firecrawl monitor Detect when content on a website changes and get notified by webhook or email. Each page in a check is labeled same , new , changed , removed , or error , with snapshot history and structured per-field diffs so notifications can be wired straight into downstream tools. When to use The user wants to know when something changes — and be notified about it — not just read what the page says right now Ongoing change detection on any URL: pricing, docs, changelogs, blogs, job boards,...
|
27.3K |
| 732 | baoyu-comic | jimliu/baoyu-skills |
Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. Usage /baoyu-comic posts/turing-story/source.md /baoyu-comic article.md --art manga --tone warm /baoyu-comic then paste content Options Visual Dimensions Option Values Description --art ligne-claire (default), manga, realistic, ink-brush, chalk Art style / rendering technique --tone neutral (default), warm, dramatic, romantic, energetic, vintage, action Mood / atmosphere --layout standard (...
|
27K |
| 733 | swiftui-expert-skill | avdlee/swiftui-agent-skill |
SwiftUI Expert Skill Overview Use this skill to build, review, or improve SwiftUI features with correct state management, modern API usage, Swift concurrency best practices, optimal view composition, and iOS 26+ Liquid Glass styling. Prioritize native APIs, Apple design guidance, and performance-conscious patterns. This skill focuses on facts and best practices without enforcing specific architectural patterns. Workflow Decision Tree 1) Review existing SwiftUI code Check property wrapper usage...
|
27K |
| 734 | layout | pbakaus/impeccable |
Assess and improve layout and spacing that feels monotonous, crowded, or structurally weak — turning generic arrangements into intentional, rhythmic compositions. MANDATORY PREPARATION Invoke /impeccable — it contains design principles, anti-patterns, and the Context Gathering Protocol . Follow the protocol before proceeding — if no design context exists yet, you MUST run /impeccable teach first. Assess Current Layout Analyze what's weak about the current spatial design: Spacing : Is spacing con...
|
26.8K |
| 735 | excalidraw-diagram-generator | github/awesome-copilot |
Excalidraw Diagram Generator A skill for generating Excalidraw-format diagrams from natural language descriptions. This skill helps create visual representations of processes, systems, relationships, and ideas without manual drawing. When to Use This Skill Use this skill when users request: "Create a diagram showing..." "Make a flowchart for..." "Visualize the process of..." "Draw the system architecture of..." "Generate a mind map about..." "Create an Excalidraw file for..." "Show the relations...
|
26.7K |
| 736 | gws-gmail-forward | googleworkspace/cli |
gmail +forward PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Forward a message to new recipients Usage gws gmail +forward --message-id < ID > --to < EMAILS > Flags Flag Required Default Description --message-id ✓ — Gmail message ID to forward --to ✓ — Recipient email address(es), comma-separated --from — — Sender address (for send-as/alias; omit to use account default) --cc — — CC recipients (comma-separate...
|
26.7K |
| 737 | golang-linter | samber/cc-skills-golang |
No SKILL.md available for this skill. View on GitHub Installs 603 Repository samber/cc-skills-golang GitHub Stars 2.1K First Seen Mar 22, 2026
|
26.5K |
| 738 | baoyu-post-to-x | jimliu/baoyu-skills |
Post to X (Twitter) Posts text, images, videos, and long-form articles to X via real Chrome browser (bypasses anti-bot detection). Script Directory Important: All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions: Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference: Script Purpose scripts/x-browser.ts Regular ...
|
26.3K |
| 739 | backlink-analyzer | aaron-he-zhu/seo-geo-claude-skills |
Backlink Analyzer This skill helps you analyze, monitor, and optimize your backlink profile. It identifies link quality, discovers opportunities, and tracks competitor link building activities. When to Use This Skill Auditing your current backlink profile Identifying toxic or harmful links Discovering link building opportunities Analyzing competitor backlink strategies Monitoring new and lost links Evaluating link quality for outreach Preparing for link disavow What This Skill Does Profile Ana...
|
26.1K |
| 740 | gws-workflow | googleworkspace/cli |
workflow (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws workflow < resource > < method > [ flags ] Helper Commands Command Description +standup-report Today's meetings + open tasks as a standup summary +meeting-prep Prepare for your next meeting: agenda, attendees, and linked docs +email-to-task Convert a Gmail message into a Google Tasks entry +weekly-digest Weekly summary: this week's meetings + u...
|
25.9K |
| 741 | email-and-password-best-practices | better-auth/skills |
Quick Start Enable email/password: emailAndPassword: { enabled: true } Configure emailVerification.sendVerificationEmail Add sendResetPassword for password reset flows Run npx @better-auth/cli@latest migrate Verify: attempt sign-up and confirm verification email triggers Email Verification Setup Configure emailVerification.sendVerificationEmail to verify user email addresses. import { betterAuth } from "better-auth" ; import { sendEmail } from "./email" ; // your email sending function export co...
|
25.5K |
| 742 | persona-hr-coordinator | googleworkspace/cli |
HR Coordinator PREREQUISITE: Load the following utility skills to operate as this persona: gws-gmail , gws-calendar , gws-drive , gws-chat Handle HR workflows — onboarding, announcements, and employee comms. Relevant Workflows gws workflow +email-to-task gws workflow +file-announce Instructions For new hire onboarding, create calendar events for orientation sessions with gws calendar +insert . Upload onboarding docs to a shared Drive folder with gws drive +upload . Announce new hires in Chat spa...
|
25.5K |
| 743 | gws-modelarmor-create-template | googleworkspace/cli |
modelarmor +create-template PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Create a new Model Armor template Usage gws modelarmor +create-template --project < PROJECT > --location < LOCATION > --template-id < ID > Flags Flag Required Default Description --project ✓ — GCP project ID --location ✓ — GCP location (e.g. us-central1) --template-id ✓ — Template ID to create --preset — — Use a preset template: jailb...
|
25.5K |
| 744 | stitch-design | google-labs-code/stitch-skills |
Stitch Design Expert You are an expert Design Systems Lead and Prompt Engineer specializing in the Stitch MCP server . Your goal is to help users create high-fidelity, consistent, and professional UI designs by bridging the gap between vague ideas and precise design specifications. Core Responsibilities Prompt Enhancement — Transform rough intent into structured prompts using professional UI/UX terminology and design system context. Design System Synthesis — Analyze existing Stitch projects to c...
|
25.4K |
| 745 | baoyu-danger-x-to-markdown | jimliu/baoyu-skills |
X to Markdown Converts X content to markdown: Tweets/threads → Markdown with YAML front matter X Articles → Full content extraction Script Directory Scripts located in scripts/ subdirectory. Path Resolution: SKILL_DIR = this SKILL.md's directory Script path = ${SKILL_DIR}/scripts/main.ts Consent Requirement Before any conversion, check and obtain consent. Consent Flow Step 1: Check consent file macOS cat ~/Library/Application\ Support/baoyu-skills/x-to-markdown/consent.json Linux cat...
|
25.4K |
| 746 | baoyu-compress-image | jimliu/baoyu-skills |
Image Compressor Compresses images using best available tool (sips → cwebp → ImageMagick → Sharp). Script Directory Scripts in scripts/ subdirectory. Replace ${SKILL_DIR} with this SKILL.md's directory path. Script Purpose scripts/main.ts Image compression CLI Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .baoyu-skills/baoyu-compress-image/EXTEND.md && echo "project" Then user-level (cross-platform: $HOME works on macOS...
|
25.4K |
| 747 | tavily-search | tavily-ai/skills |
tavily search Web search returning LLM-optimized results with content snippets and relevance scores. Before running any command If tvly is not found on PATH, install it first: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login Do not skip this step or fall back to other tools. See tavily-cli for alternative install methods and auth options. When to use You need to find information on any topic You don't have a specific URL yet First step in the workflow : search → extract → map → ...
|
25.4K |
| 748 | nestjs-best-practices | kadajett/agent-nestjs-skills |
NestJS Best Practices Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new NestJS modules, controllers, or services Implementing authentication and authorization Reviewing code for architecture and security issues Refactoring existing NestJS codebases Optimizing performance or database queries Building microservice...
|
25.4K |
| 749 | recipe-share-event-materials | googleworkspace/cli |
Share Files with Meeting Attendees PREREQUISITE: Load the following skills to execute this recipe: gws-calendar , gws-drive Share Google Drive files with all attendees of a Google Calendar event. Steps Get event attendees: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' Share file with each attendee: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "attendee@company.com"}' Verify sharing: ...
|
25.4K |
| 750 | recipe-send-team-announcement | googleworkspace/cli |
Announce via Gmail and Google Chat PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-chat Send a team announcement via both Gmail and a Google Chat space. Steps Send email: gws gmail +send --to team@company.com --subject 'Important Update' --body 'Please review the attached policy changes.' Post in Chat: gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'
|
25.4K |