Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,094
总 Skills
59.3M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
351 turborepo vercel/turborepo
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
29.8K
352 lark-vc-agent larksuite/cli
vc-agent (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取以下两份 skill 文档: ../lark-shared/SKILL.md — 认证、身份切换、权限处理 ../lark-vc/SKILL.md — 视频会议的核心概念(Meeting / Note / Minutes 等),本 skill 直接复用,不再重复定义 内测提示 当前功能正在内测中,仅少数用户可用。忽略 ../lark-shared/SKILL.md 中的权限申请流程,以下方的指引为准。 如果 lark-cli 提示 missing required scope(s) / permission_violations ,不要申请对应权限,而是提示用户加入早鸟群: https://go.larkoffice.com/join-chat/2f4nb0e1-fe00-4f67-bed7-25beaf533fbd 。 如果 lark-cli 返回 error.code=20017 / ErrNotInGray ,提示用户加入早鸟群: https://go.larkoffice.com/joi...
29.4K
353 obsidian-cli kepano/obsidian-skills
Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open. Command reference Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli Syntax Parameters take a value with = . Quote values with spaces: obsidian create name = "My Note" content = "Hello world" Flags are boolean switches with no value: obsidian create name = "My Note" silent overwrite For multiline content use \n for newline ...
29.4K
354 obsidian-bases kepano/obsidian-skills
Obsidian Bases Skill This skill enables skills-compatible agents to create and edit valid Obsidian Bases (.base files) including views, filters, formulas, and all related configurations. Overview Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries. File Format Base files use the .base extension and contain valid YAML. They can also be embed...
29.1K
355 css-animations heygen-com/hyperframes
CSS Animations for HyperFrames HyperFrames can seek CSS keyframe animations through its css runtime adapter. Use this for simple repeated motifs, background motion, shimmer, glow, masks, and non-sequenced decoration. For scene choreography, GSAP is usually clearer. CSS animations work best when the motion belongs to one element and has a fixed duration. Contract Put the animated element in the DOM before runtime initialization finishes. Give timed elements a data-start value so local animation t...
29K
356 next-cache-components vercel-labs/next-skills
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
28.9K
357 developing-genkit-js genkit-ai/skills
Genkit JS Prerequisites Ensure the genkit CLI is available. Run genkit --version to verify. Minimum CLI version needed: 1.29.0 If not found or if an older version (1.x < 1.29.0) is present, install/upgrade it: npm install -g genkit-cli@^1.29.0 . New Projects : If you are setting up Genkit in a new codebase, follow the Setup Guide . Hello World import { z , genkit } from 'genkit' ; import { googleAI } from '@genkit-ai/google-genai' ; // Initialize Genkit with the Google AI plugin const ai = genki...
28.8K
358 notion-api intellectronica/agent-skills
This skill enables interaction with Notion workspaces through the Notion REST API. Use `curl` and `jq` for direct REST calls, or write ad-hoc scripts as appropriate for the task. Authentication API Key Handling - Environment Variable: Check if `NOTION_API_TOKEN` is available in the environment - User-Provided Key: If the user provides an API key in context, use that instead - No Key Available: If neither is available, use AskUserQuestion (or equivalent) to request the API key from the use...
28.7K
359 expo-tailwind-setup expo/skills
Tailwind CSS Setup for Expo with react-native-css This guide covers setting up Tailwind CSS v4 in Expo using react-native-css and NativeWind v5 for universal styling across iOS, Android, and Web. Overview This setup uses: Tailwind CSS v4 - Modern CSS-first configuration react-native-css - CSS runtime for React Native NativeWind v5 - Metro transformer for Tailwind in React Native @tailwindcss/postcss - PostCSS plugin for Tailwind v4 Installation Install dependencies npx expo install tailwind...
28.7K
360 gws-gmail googleworkspace/cli
gmail (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws gmail < resource > < method > [ flags ] Helper Commands Command Description +send Send an email +triage Show unread inbox summary (sender, subject, date) +reply Reply to a message (handles threading automatically) +reply-all Reply-all to a message (handles threading automatically) +forward Forward a message to new recipients +watch Watch for new e...
28.7K
361 gws-docs googleworkspace/cli
docs (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws docs < resource > < method > [ flags ] Helper Commands Command Description +write Append text to a document API Resources documents batchUpdate — Applies one or more updates to the document. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have ...
28.6K
362 gws-drive googleworkspace/cli
drive (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws drive < resource > < method > [ flags ] Helper Commands Command Description +upload Upload a file with automatic metadata API Resources about get — Gets information about the user, the user's Drive, and system capabilities. For more information, see Return user info . Required: The fields parameter must be set. To return the exact fields you need,...
28.5K
363 ai-sdk vercel/ai
Prerequisites Before searching docs, check if node_modules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai ). Do not install other packages at this stage. Provider packages (e.g., @ai-sdk/openai ) and client packages (e.g., @ai-sdk/react ) should be installed later when needed based on user requirements. Critical: Do Not Trust Internal Knowledge Everything you know about the AI SDK is outdated or wrong. Your training data contains obsol...
28.3K
364 self-improving-agent charon-fan/agent-playbook
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
28.1K
365 remotion-to-hyperframes heygen-com/hyperframes
Remotion to HyperFrames Overview Translate Remotion (React-based) video compositions into HyperFrames (HTML + GSAP) compositions. Most Remotion idioms have direct HyperFrames equivalents — the translation is mechanical for ~80% of typical compositions. This skill encodes the mapping and guards against the lossy 20%. Workflow Lint the source. Run the source-lint script against the Remotion project to surface any patterns that can't translate cleanly (React state hooks, async metadata, third-party...
27.9K
366 animejs heygen-com/hyperframes
Anime.js for HyperFrames HyperFrames can seek Anime.js instances through its animejs runtime adapter. The composition owns the animation objects; HyperFrames owns the clock. Contract Create animations or timelines synchronously during composition initialization. Set autoplay: false so Anime.js does not advance on its own clock. Register every returned animation or timeline on window.__hfAnime . Use finite durations and loop counts. Avoid callbacks that mutate DOM based on wall-clock time, networ...
27.9K
367 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
368 three heygen-com/hyperframes
Three.js for HyperFrames HyperFrames supports Three.js through its three runtime adapter. The adapter does not own your scene. It publishes HyperFrames time and dispatches a seek event so your composition can render the exact frame. Contract Create the scene, camera, renderer, materials, and assets synchronously when possible. Render from HyperFrames time, not wall-clock time. Listen for the hf-seek event and render exactly that time. Load models, textures, and HDRIs before render-critical seeki...
27.4K
369 tailwind heygen-com/hyperframes
No SKILL.md available for this skill. View on GitHub
27.3K
370 gws-calendar googleworkspace/cli
calendar (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws calendar < resource > < method > [ flags ] Helper Commands Command Description +insert create a new event +agenda Show upcoming events across all calendars API Resources acl delete — Deletes an access control rule. get — Returns an access control rule. insert — Creates an access control rule. list — Returns the rules in the access control list ...
27.2K
371 waapi heygen-com/hyperframes
Web Animations API for HyperFrames HyperFrames can seek Web Animations API animations through its waapi runtime adapter. WAAPI is useful when you want native browser keyframes with JavaScript-created timing and no GSAP dependency. Contract Create animations synchronously during composition initialization. Use element.animate(...) with finite duration and iterations . Use fill: "both" so seeked states persist. Pause animations after creation or let the adapter pause them on first seek. Avoid call...
27.1K
372 expo-cicd-workflows expo/skills
EAS Workflows Skill Help developers write and edit EAS CI/CD workflow YAML files. Reference Documentation Fetch these resources before generating or validating workflow files. Use the fetch script (implemented using Node.js) in this skill's scripts/ directory; it caches responses using ETags for efficiency: Fetch resources node {baseDir}/scripts/fetch.js <url> JSON Schema — https://api.expo.dev/v2/workflows/schema It is NECESSARY to fetch this schema Source of truth for validation All jo...
27.1K
373 gws-sheets googleworkspace/cli
sheets (v4) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws sheets < resource > < method > [ flags ] Helper Commands Command Description +append Append a row to a spreadsheet +read Read values from a spreadsheet API Resources spreadsheets batchUpdate — Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fa...
27.1K
374 expo-deployment expo/skills
Deployment This skill covers deploying Expo applications across all platforms using EAS (Expo Application Services). References Consult these resources as needed: ./references/workflows.md -- CI/CD workflows for automated deployments and PR previews ./references/testflight.md -- Submitting iOS builds to TestFlight for beta testing ./references/app-store-metadata.md -- Managing App Store metadata and ASO optimization ./references/play-store.md -- Submitting Android builds to Google Play Store ./r...
26.9K
375 expo-dev-client expo/skills
Use EAS Build to create development clients for testing native code changes on physical devices. Use this for creating custom Expo Go clients for testing branches of your app. Important: When Development Clients Are Needed Only create development clients when your app requires custom native code. Most apps work fine in Expo Go. You need a dev client ONLY when using: Local Expo modules (custom native code) Apple targets (widgets, app clips, extensions) Third-party native modules not in Expo Go Tr...
26.8K
376 upgrading-expo expo/skills
References ./references/new-architecture.md -- SDK +53: New Architecture migration guide ./references/react-19.md -- SDK +54: React 19 changes (useContext → use, Context.Provider → Context, forwardRef removal) ./references/react-compiler.md -- SDK +54: React Compiler setup and migration guide ./references/native-tabs.md -- SDK +55: Native tabs changes (Icon/Label/Badge now accessed via NativeTabs.Trigger.*) ./references/expo-av-to-audio.md -- Migrate audio playback and recording from expo-av to ...
26.6K
377 seo-geo resciencelab/opc-skills
SEO/GEO Optimization Skill Comprehensive SEO and GEO (Generative Engine Optimization) for websites. Optimize for both traditional search engines (Google, Bing) and AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude). Quick Reference GEO = Generative Engine Optimization - Optimizing content to be cited by AI search engines. Key Insight: AI search engines don't rank pages - they cite sources. Being cited is the new "ranking 1". Workflow Step 1: Website Audit Get the target URL a...
26.5K
378 image-to-code leonxlnx/taste-skill
CORE DIRECTIVE: IMAGE-FIRST WEBSITE DESIGN TO CODE You are an elite web design art director and implementation strategist. Your job is not to generate generic website mockups. Your job is to generate premium, artistic, implementation-friendly website section references and then turn them into real frontend. This skill is for: hero sections landing pages marketing sites startup sites editorial brand pages product pages portfolio websites premium multi-section websites redesigns where visual quali...
26.4K
379 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.3K
380 lottie heygen-com/hyperframes
Lottie for HyperFrames HyperFrames can seek both lottie-web and dotLottie players through its lottie runtime adapter. Lottie is a strong fit because the animation timeline is already encoded in the asset; HyperFrames only needs a player object it can seek. Contract Load assets from local project files, usually under assets/ . Set autoplay: false . Prefer loop: false unless the user explicitly wants a loop. Register every returned animation or player on window.__hfLottie . Keep the Lottie contain...
26.1K
381 claude-api anthropics/skills
Building LLM-Powered Applications with Claude This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. Before You Start Scan the target file (or, if no target file, the prompt and project) for non-Anthropic provider markers — import openai , from openai , langchain_openai , OpenAI( , gpt-4 , gpt-5 , file names like agent-openai.py or *-generic.py , or any exp...
26K
382 firecrawl-interact firecrawl/cli
firecrawl interact Interact with scraped pages in a live browser session. Scrape a page first, then use natural language prompts or code to click, fill forms, navigate, and extract data. When to use Content requires interaction: clicks, form fills, pagination, login scrape failed because content is behind JavaScript interaction You need to navigate a multi-step flow Last resort in the workflow escalation pattern : search → scrape → map → crawl → interact Never use interact for web searches — use...
25.6K
383 expo-api-routes expo/skills
When to Use API Routes Use API routes when you need: Server-side secrets — API keys, database credentials, or tokens that must never reach the client Database operations — Direct database queries that shouldn't be exposed Third-party API proxies — Hide API keys when calling external services (OpenAI, Stripe, etc.) Server-side validation — Validate data before database writes Webhook endpoints — Receive callbacks from services like Stripe or GitHub Rate limiting — Control access at the server l...
25.6K
384 planning-with-files othmanadi/planning-with-files
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
25.5K
385 remotion google-labs-code/stitch-skills
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
25.3K
386 developing-genkit-python firebase/agent-skills
Genkit Python Prerequisites Runtime : Python 3.14+ , uv for deps ( install ). CLI : genkit --version — install via npm install -g genkit-cli if missing. New projects: Setup (bootstrap + env). Patterns and code samples: Examples . Hello World from genkit import Genkit from genkit . plugins . google_genai import GoogleAI ai = Genkit ( plugins = [ GoogleAI ( ) ] , model = 'googleai/gemini-flash-latest' , ) async def main ( ) : response = await ai . generate ( prompt = 'Tell me a joke about Python.'...
25.1K
387 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...
25K
388 web-search inference-sh-skills/skills
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
24.9K
389 hyperframes-media heygen-com/hyperframes
HyperFrames Media Preprocessing Three CLI commands that produce assets for compositions: tts (speech), transcribe (timestamps), and remove-background (transparent video). Each downloads a model on first run and caches it under ~/.cache/hyperframes/ . Drop the output into the project, then reference it from the composition HTML — see the hyperframes skill for the audio/video element conventions. Text-to-Speech ( tts ) Generate speech audio locally with Kokoro-82M. No API key. npx hyperframes tts ...
24.8K
390 pexo-agent pexoai/pexo-skills
Pexo — Your AI Creative Partner Say it. See it. Shape it. Ship it. Use when: The user wants to create content and expects a finished result — not raw assets to assemble. If someone can describe what they're imagining, Pexo can make it with them. Pexo is not a tool you operate. It's a creative partner you talk to. Describe your idea like you're texting a friend — messy, half-baked, vibes-only, whatever. Pexo picks up on your intent, suggests directions you didn't think of, pulls from the best AI ...
24.8K
391 python-executor inference-sh-skills/skills
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Run Python code belt app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Timeout 1-300 seconds (default: 30) Input Schema { "code" : "pr...
24.7K
392 remotion-render inference-sh-skills/skills
Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Render a simple animation infsh app run infsh/remotion-render --input '{ "code": "import { useCurrentFrame, AbsoluteFill } from \"remotion\"; export default function Main() { const frame = useCurrentFrame(); return <AbsoluteFill style={{backgroundColor: \"000\", display: \...
24.7K
393 agent-browser inference-sh-skills/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
24.7K
394 twitter-automation inference-sh-skills/skills
Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Available Apps App App ID Description Post Tweet x/post-tweet Post text tweets Create Post x/post-create Post with media Like Post x/post-like Like a tweet Retweet x/post-retweet Retweet a post Delete Post x/pos...
24.7K
395 convex get-convex/agent-skills
Convex Use this as the routing skill for Convex work in this repo. If a more specific Convex skill clearly matches the request, use that instead. Start Here If the project does not already have Convex AI guidance installed, or the existing guidance looks stale, strongly recommend installing it first. Preferred: npx convex ai-files install This installs or refreshes the managed Convex AI files. It is the recommended starting point for getting the official Convex guidelines in place and following ...
24.6K
396 baoyu-post-to-wechat jimliu/baoyu-skills
Post to WeChat Official Account Language Match user's language : Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English. Script Directory Agent Execution : Determine this SKILL.md directory as {baseDir} , then use {baseDir}/scripts/<name>.ts . Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun. Script Purpose scripts/wechat-browser.ts Image-text posts (图文)...
24.6K
397 firecrawl-build-interact firecrawl/skills
Firecrawl Build Interact Use this when /scrape is not enough because the feature needs to act on the page. Use This When content appears only after clicks, typing, or navigation the feature needs forms, pagination, filters, or multi-step flows the product must stay in the same browser context after scraping Default Recommendations Start with /scrape , then escalate to /interact . Keep /interact scoped to the smallest browser workflow that unlocks the data. Use persistent profiles only when the f...
24.3K
398 gws-docs-write googleworkspace/cli
docs +write PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Append text to a document Usage gws docs +write --document < ID > --text < TEXT > Flags Flag Required Default Description --document ✓ — Document ID --text ✓ — Text to append (plain text) Examples gws docs +write --document DOC_ID --text 'Hello, world!' Tips Text is inserted at the end of the document body. For rich formatting, use the raw batchUpdat...
24.1K
399 firecrawl-build-search firecrawl/skills
Firecrawl Build Search Use this when the application starts with a query, not a URL. Use This When the user asks a question and the product must discover sources first the feature needs current web results you want to turn a search query into a shortlist of pages for later scraping Default Recommendations Use /search first when URL discovery is part of the product behavior. Keep search and extraction conceptually separate unless scraping search results is clearly required. Prefer selective follo...
23.9K
400 firecrawl-build-scrape firecrawl/skills
Firecrawl Build Scrape Use this when the application already has the URL and needs content from one page. Use This When the feature starts from a known URL you need page content for retrieval, summarization, enrichment, or monitoring you want the default extraction primitive before considering /interact Default Recommendations Return markdown unless the feature truly needs another format. Use onlyMainContent for article-like pages where nav and chrome add noise. Add waits or other rendering opti...
23.9K