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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
5801 slack membranedev/application-skills
Slack Automation Interact with Slack workspaces to check messages, extract data, and automate common tasks. Quick Start Connect to an existing Slack browser session or open Slack: Connect to existing session on port 9222 (typical for already-open Slack) agent-browser connect 9222 Or open Slack if not already running agent-browser open https://app.slack.com Then take a snapshot to see what's available: agent-browser snapshot -i Core Workflow Connect/Navigate : Open or connect to Slack Snapshot ...
382
5802 earnings-calendar tradermonty/claude-trading-skills
Earnings Calendar Overview This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. It focuses on companies with significant market capitalization (mid-cap and above, over $2B) that are likely to impact market movements. The skill generates organized markdown reports showing which companies are reporting earnings over the next week, grouped by date and timing (before market open, after market close, or time not announced). Key Features: U...
382
5803 auto-trigger charon-fan/agent-playbook
Auto-Trigger Hooks This skill defines automatic trigger relationships between skills. When a skill completes its workflow, it should automatically trigger the next skill in the chain. Hook Definitions PRD Creation Chain prd_complete: triggers: - skill: self-improving-agent mode: background condition: PRD file exists and is complete - skill: session-logger mode: auto context: "PRD created for {feature_name}" prd_implemented: triggers: - skill: session-lo...
382
5804 gws-setup jezweb/claude-skills
Google Workspace CLI — First-Time Setup Set up the gws CLI (@googleworkspace/cli) with OAuth credentials and 90+ agent skills for Claude Code. Produces a fully authenticated CLI with skills for Gmail, Drive, Calendar, Sheets, Docs, Chat, Tasks, and more. Prerequisites Node.js 18+ A Google account (personal or Workspace) Access to Google Cloud Console (console.cloud.google.com) Workflow Step 1: Pre-flight Checks Check what's already done and skip completed steps: Check if gws is installed which ...
382
5805 chrome-automation zc277584121/marketing-skills
Skill: Chrome Automation (agent-browser) Automate browser tasks in the user's real Chrome session via the agent-browser CLI. Prerequisite : agent-browser must be installed and Chrome must have remote debugging enabled. See references/agent-browser-setup.md if unsure. Core Principle: Reuse the User's Existing Chrome This skill operates on a single Chrome process — the user's real browser. There is no session management, no separate profiles, no launching a fresh Playwright browser. Always Start b...
382
5806 dsl-dynamic-stop-loss senpi-ai/senpi-skills
Dynamic Stop Loss (DSL) v5 Scope — DSL only. This skill is responsible only for setting up dynamic/trailing stop loss (DSL). It does not handle normal (static) stop loss. If the user refers to "stop loss" without clearly meaning DSL or normal SL, ask for clarification (e.g. "Do you want a trailing stop that moves up with profit, or a fixed price stop loss?") before acting. Communication with users. When explaining or confirming setup to the end user, use plain language (e.g. "trailing stop", "dy...
382
5807 rust-call-graph actionbook/rust-skills
Rust Call Graph Visualize function call relationships using LSP call hierarchy. Usage /rust-call-graph <function_name> [--depth N] [--direction in|out|both] Options: --depth N: How many levels to traverse (default: 3) --direction: in (callers), out (callees), both Examples: /rust-call-graph process_request - Show both callers and callees /rust-call-graph handle_error --direction in - Show only callers /rust-call-graph main --direction out --depth 5 - Deep callee analysis LSP Operations 1....
382
5808 grepai-init yoanbernabeu/grepai-skills
This skill covers the `grepai init` command and project initialization. When to Use This Skill - Setting up GrepAI in a new project - Understanding what `grepai init` creates - Customizing initial configuration - Troubleshooting initialization issues Basic Usage ``` cd /path/to/your/project grepai init ``` What Init Creates Running `grepai init` creates the `.grepai/` directory with: ``` .grepai/ ├── config.yaml Configuration file ├── index.gob Vector index (created by wa...
382
5809 recharts ansanabria/skills
Recharts React charting library built on top of D3 for composable, declarative data visualization. Quick Start 1. Install Recharts npm install recharts 2. Basic Chart Structure All Recharts charts follow the same pattern: import { LineChart , Line , XAxis , YAxis , CartesianGrid , Tooltip , Legend , ResponsiveContainer } from 'recharts' ; const data = [ { name : 'Jan' , sales : 4000 , profit : 2400 } , { name : 'Feb' , sales : 3000 , profit : 1398 } , { name : 'Mar' , sales : 2000 , profit : 980...
382
5810 react-ui-patterns davila7/claude-code-templates
React UI Patterns Core Principles Never show stale UI - Loading spinners only when actually loading Always surface errors - Users must know when something fails Optimistic updates - Make the UI feel instant Progressive disclosure - Show content as it becomes available Graceful degradation - Partial data is better than no data Loading State Patterns The Golden Rule Show loading indicator ONLY when there's no data to display. // CORRECT - Only show loading when no data exists const { data , loadin...
381
5811 skill-creation-guide davila7/claude-code-templates
Skill Creator This skill provides guidance for creating effective skills. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Provide Specialized workflows - Multi-step procedu...
381
5812 documentation-engineer charon-fan/agent-playbook
Documentation Engineer Expert in creating clear, comprehensive, and maintainable technical documentation. When This Skill Activates Activates when you: Ask to write documentation Request README creation Mention "docs" or "document this" Need API documentation Documentation Types 1. README Every project should have a README with: Project Name Brief description (what it does, why it exists) Quick Start Installation and usage in 3 steps or less. Installation Detailed installation instructions. ...
381
5813 roadmap jezweb/claude-skills
Roadmap Generate a comprehensive technical roadmap for building an entire application. Detailed enough that Claude Code can pick up any phase and execute it autonomously for hours. This is not a high-level strategy doc. It's a delivery blueprint — every phase has concrete tasks, every task is actionable, and the whole thing is ordered so you can build from phase 1 through to launch without backtracking. When to Use Starting a major new product (after deep-research, or from a product brief) Conve...
381
5814 express-typescript mindrally/skills
Express TypeScript Development You are an expert in Express.js and TypeScript development with deep knowledge of building scalable, maintainable APIs. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, and technically accurate code Use functional ...
381
5815 videodb video-db/skills
VideoDB Skill Perception + memory + actions for video, live streams, and desktop sessions. When to use Desktop Perception Start/stop a desktop session capturing screen, mic, and system audio Stream live context and store episodic session memory Run real-time alerts/triggers on what's spoken and what's happening on screen Produce session summaries , a searchable timeline, and playable evidence links Video ingest + stream Ingest a file or URL and return a playable web stream link Transcode/normali...
381
5816 podcast-marketing kostja94/marketing-skills
Content: Podcast Guides podcast strategy, content creation, distribution, marketing, and SEO. Podcasts compete in a crowded space (3M+ active shows, 500M+ listeners globally); discoverability is the primary challenge. Discovery channels: ~32% search engines, ~28% podcast apps, ~24% social media, ~16% word-of-mouth. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks ...
381
5817 holyclaude-ai-workstation aradotso/trending-skills
HolyClaude AI Workstation Skill by ara.so — Daily 2026 Skills collection. HolyClaude is a containerized AI development workstation that bundles Claude Code CLI, a CloudCLI web UI, Chromium headless browser with Playwright, 5 AI CLIs (Claude, Gemini, OpenAI Codex, Cursor, TaskMaster AI), and 50+ dev tools into a single Docker image. One docker compose up replaces hours of manual setup. Installation Prerequisites Docker + Docker Compose installed Existing Anthropic account (Max/Pro subscription or...
381
5818 tg-ws-proxy-telegram-socks5 aradotso/trending-skills
TG WS Proxy Skill by ara.so — Daily 2026 Skills collection. TG WS Proxy is a local SOCKS5 proxy server for Telegram Desktop that reroutes traffic through WebSocket (WSS) connections to Telegram's Data Centers, bypassing network-level blocking without external servers. Telegram Desktop → SOCKS5 (127.0.0.1:1080) → TG WS Proxy → WSS → Telegram DC How It Works Starts a local SOCKS5 proxy on 127.0.0.1:1080 Intercepts connections to Telegram IP addresses Extracts DC ID from MTProto obfuscation init pa...
381
5819 kibana-agent-builder elastic/agent-skills
Manage Agent Builder Agents and Tools in Kibana Create, update, delete, inspect, and chat with Agent Builder agents. Create, update, delete, list, and test custom tools (ES|QL, index search, workflow). If the user provided a name, use $ARGUMENTS as the default agent name. Prerequisites Set these environment variables before running any script: Variable Required Description KIBANA_URL Yes Kibana base URL (e.g., https://my-deployment.kb.us-east-1.aws.elastic.cloud ) KIBANA_API_KEY No API key for a...
381
5820 react-patterns davila7/claude-code-templates
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
380
5821 upstash-qstash sickn33/antigravity-awesome-skills
Upstash QStash You are an Upstash QStash expert who builds reliable serverless messaging without infrastructure management. You understand that QStash's simplicity is its power - HTTP in, HTTP out, with reliability in between. You've scheduled millions of messages, set up cron jobs that run for years, and built webhook delivery systems that never drop a message. You know that QStash shines when you need "just make this HTTP call later, reliably." Your core philosophy: HTTP is the universal l...
380
5822 paywall-upgrade-cro sickn33/antigravity-awesome-skills
Paywall and Upgrade Screen CRO You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already ...
380
5823 feishu-bitable larksuite/openclaw-lark
飞书多维表格 通过 Bitable API 操作数据、字段、视图和权限。 Base URL : https://open.feishu.cn/open-apis/bitable/v1 关键参数 : app_token : 多维表格 URL 中 /base/ 后的字符串 table_id : 调用列表 API 获取 记录操作 API 端点 说明 新增单条 POST /apps/{app_token}/tables/{table_id}/records - 批量新增 POST .../records/batch_create 最多 500 条,支持 Upsert 更新 PUT .../records/{record_id} - 批量更新 POST .../records/batch_update 最多 500 条 批量删除 POST .../records/batch_delete 最多 500 条 查询 POST .../records/search 支持 filter/sort/分页 请求示例 : { "fields" : { "名称" : "测试" , "金额" : 100 , "进...
380
5824 brand-monitoring kostja94/marketing-skills
Strategies: Brand Monitoring Guides ongoing brand monitoring—detecting impersonation, trademark infringement, counterfeit products, and brand abuse before they cause harm. Complements brand-protection (reactive: report, takedown); this skill covers proactive monitoring setup and tool selection. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly ...
380
5825 public-relations kostja94/marketing-skills
Channels: Public Relations Guides PR and press release strategy. Journalists use ~3% of releases they receive; proper structure is critical. Use this skill when writing press releases, planning product announcements, or building media relations. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for p...
380
5826 daily-news 6551team/daily-news
Daily News Skill Query daily news and hot topics from the 6551 platform REST API. No authentication required. Base URL : https://ai.6551.io News Operations 1. Get News Categories Get all available news categories and subcategories. curl -s -X GET "https://ai.6551.io/open/free_categories" 2. Get Hot News Get hot news articles and trending tweets by category. curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro" Parameter Type Required Description category string Yes Category key from f...
380
5827 grepai-troubleshooting yoanbernabeu/grepai-skills
This skill provides solutions for common GrepAI issues and diagnostic procedures. When to Use This Skill - GrepAI not working as expected - Search returning poor results - Index not updating - Connection or configuration errors Quick Diagnostics Run these commands to understand your setup: ``` Check GrepAI version grepai version Check project status grepai status Check Ollama (if using) curl http://localhost:11434/api/tags Check config cat .grepai/config.yaml ``` Common Issue...
380
5828 sf-flex-estimator jaganpro/sf-skills
sf-flex-estimator: Agentforce & Data Cloud Flex Credit Estimation Use this skill when the user needs a public-price estimate for: Agentforce prompt + action consumption Data Cloud monthly usage meters Flex Credit scenario planning cost optimization recommendations before build or rollout This skill is for planning and estimation , not implementation. When This Skill Owns the Task Use sf-flex-estimator when the user is asking questions like: "What will this Agentforce agent cost per month?" "Esti...
380
5829 gcloud-cli oimiragieo/agent-studio
Google Cloud CLI Skill Installation The skill invokes the gcloud CLI. Install and initialize: Linux/macOS : curl https://sdk.cloud.google.com | bash then restart shell and run gcloud init Windows : Download Google Cloud SDK installer or use PowerShell to download and run Verify: gcloud --version . Configure: gcloud init Cheat Sheet & Best Practices Config: gcloud config set project <id> ; gcloud config list ; gcloud config configurations create/activate <name> — switch projects. Auth: gcloud aut...
380
5830 browser-automation davila7/claude-code-templates
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
379
5831 humanizer davila7/claude-code-templates
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below Rewrite problematic sections - Replace AI-isms with natural alternatives Preserve meaning - Keep the core message intact Maintain voice - ...
379
5832 symfony:quality-checks makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:quality-checks<div
379
5833 watchos-design-guidelines ehmo/platform-design-skills
watchOS Design Guidelines Apple Watch is a personal, glanceable device worn on the wrist. Interactions are measured in seconds, not minutes. Every design decision must prioritize speed of comprehension and brevity of interaction. 1. Glanceable Design (CRITICAL) The defining constraint of watchOS. If a user cannot extract the key information within 2 seconds of raising their wrist, the design has failed. Rules W-GL-01 : Primary information must be visible without scrolling. The first screen is th...
379
5834 backend-development-feature-development sickn33/antigravity-awesome-skills
Orchestrate end-to-end feature development from requirements to production deployment: [Extended thinking: This workflow orchestrates specialized agents through comprehensive feature development phases - from discovery and planning through implementation, testing, and deployment. Each phase builds on previous outputs, ensuring coherent feature delivery. The workflow supports multiple development methodologies (traditional, TDD/BDD, DDD), feature complexity levels, and modern deployment strategie...
379
5835 clojure-write metabase/metabase
Clojure Development Skill Tool Preference When clojure-mcp tools are available (e.g., clojure_eval, clojure_edit), always use them instead of shell commands like ./bin/mage -repl. The MCP tools provide: Direct REPL integration without shell escaping issues Better error messages and feedback Structural Clojure editing that prevents syntax errors Only fall back to ./bin/mage commands when clojure-mcp is not available. @./../_shared/development-workflow.md @./../_shared/clojure-style-guide.md @...
379
5836 elasticsearch-authz elastic/agent-skills
Elasticsearch Authorization Manage Elasticsearch role-based access control: native users, roles, role assignment, and role mappings for external realms. For authentication methods and API key management, see the elasticsearch-authn skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Feature availability differs between self-managed, ECH, and Serverless. See Deployment Compatibility for details. Jobs to Be Done Create a native user with a specific set of privileg...
379
5837 bb-browser-openclaw epiral/bb-browser
bb-browser sites — The web as CLI 36 platforms, 103 commands. One-liner structured data from any website using your login state. All commands use --openclaw to run through OpenClaw's browser. No Chrome extension or daemon needed. Quick Start First time: pull community adapters bb-browser site update See what's available bb-browser site list See which adapters match your browsing habits bb-browser site recommend Run any adapter via OpenClaw's browser bb-browser site reddit/hot --openclaw bb-b...
378
5838 video-transcript-downloader steipete/agent-scripts
Video Transcript Downloader ./scripts/vtd.js can: Print a transcript as a clean paragraph (timestamps optional). Download video/audio/subtitles. Transcript behavior: YouTube: fetch via youtube-transcript-plus when possible. Otherwise: pull subtitles via yt-dlp, then clean into a paragraph. Setup cd ~/Projects/agent-scripts/skills/video-transcript-downloader && npm ci Transcript (default: clean paragraph) ./scripts/vtd.js transcript --url 'https://…' ./scripts/vtd.js transcript --url 'https:...
378
5839 github kostja94/marketing-skills
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
378
5840 video-to-gif zc277584121/marketing-skills
Skill: Video to GIF Convert a video file into multiple GIF variants with different parameters, so the user can visually compare and pick the best one. Prerequisite : FFmpeg and uv must be installed. gifsicle is optional (enables lossy compression variants). When to Use The user wants to create a GIF from a video clip but isn't sure about the right parameters. GIF quality involves tradeoffs between: File size — smaller is better for sharing/embedding Color accuracy — fewer colors = smaller but ma...
378
5841 game-design-document ityes22/game-design-document
Game Design Document Generator You are a senior game design consultant who has shipped titles at Riot Games, Blizzard, Supercell, and Double Fine. You have written Game Design Documents for AAA console releases, mid-core mobile games, and acclaimed indie titles. You understand that a GDD is not academic writing — it is a living specification that developers, artists, producers, QA testers, and investors reference every single day throughout production. Your GDDs are precise, actionable, and form...
378
5842 entity-seo kostja94/marketing-skills
SEO: Entity SEO Guides entity-based SEO—making your brand, product, and authors recognizable as distinct entities in search engines' knowledge systems. Google moved from keyword-matching to meaning-based understanding (Hummingbird, RankBrain, BERT, MUM); entity understanding is central to how search processes queries. Content structured around entities can receive ~3.2× more visibility in AI-powered search. References: Semrush , Search Engine Land . When invoking : On first use , if helpful, ope...
378
5843 domain-cli actionbook/rust-skills
CLI Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication User ergonomics Clear help, errors clap derive macros Config precedence CLI > env > file Layered config loading Exit codes Non-zero on error Proper Result handling Stdout/stderr Data vs errors eprintln! for errors Interruptible Handle Ctrl+C Signal handling Critical Constraints User Communication RULE: Errors to stderr, data to stdout WHY: Pipeable output, scriptabilit...
378
5844 svelte vercel-labs/json-render
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
378
5845 apollo-router-plugin-creator apollographql/skills
Apollo Router Plugin Creator Create native Rust plugins for Apollo Router. Request Lifecycle ┌────────┐ ┌────────────────┐ ┌────────────────────┐ ┌───────────────────┐ ┌─────────────────────┐ │ Client │ │ Router Service │ │ Supergraph Service │ │ Execution Service │ │ Subgraph Service(s) │ └────┬───┘ └────────┬───────┘ └...
378
5846 cross-linker ar9av/obsidian-wiki
Cross-Linker — Automated Wiki Cross-Referencing You are weaving the wiki's knowledge graph tighter by finding and inserting missing [[wikilinks]] between pages that should reference each other but currently don't. Follow the Retrieval Primitives table in llm-wiki/SKILL.md . Build the registry in Step 1 by grepping frontmatter only (not full pages). Reserve full Read for the unlinked-mention detection pass, and even there, only read pages whose summaries/titles make them plausible link targets. B...
378
5847 api-documentation-generator davila7/claude-code-templates
API Documentation Generator Overview Automatically generate clear, comprehensive API documentation from your codebase. This skill helps you create professional documentation that includes endpoint descriptions, request/response examples, authentication details, error handling, and usage guidelines. Perfect for REST APIs, GraphQL APIs, and WebSocket APIs. When to Use This Skill Use when you need to document a new API Use when updating existing API documentation Use when your API lacks clear docum...
377
5848 video-content-analyzer bradautomates/head-of-content
Video Content Analyzer Analyze short-form videos with Gemini AI to extract hooks, content structure, delivery style, and CTA strategies. Prerequisites GEMINI_API_KEY environment variable google-genai and requests Python packages Usage python3 .claude/skills/video-content-analyzer/scripts/analyze_videos.py \ --input outliers.json \ --output video-analysis.json \ --platform instagram \ --max-videos 5 Parameters Arg Description --input , -i Input JSON file with outlier posts (required) --output , -...
377
5849 debug lobehub/lobe-chat
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
377
5850 ux-designer aj-geddes/claude-code-bmad-skills
UX Designer You are a senior UX Designer with deep expertise in user-centered design, research methodologies, information architecture, and interaction design. You help teams create intuitive, accessible, and delightful user experiences. When to Apply Use this skill when: Planning or conducting user research Creating wireframes, mockups, or prototypes Designing user flows and task flows Building personas or user journey maps Writing UX microcopy and interface text Reviewing designs for usability...
377