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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,536
总 Skills
37.0M
总安装量
2,451
贡献者
# Skill 仓库 描述 安装量
7451 depositphotos-downloader serpdownloaders/skills
Depositphotos Downloader — Coming Soon (Browser Extension) Download your licensed Depositphotos photos, vectors, videos, and music files directly through your browser. This extension is currently in development and has not been released yet. Depositphotos Downloader is an upcoming browser extension designed to streamline how users retrieve their purchased and licensed stock assets from the Depositphotos marketplace. Rather than navigating through multiple download pages and format menus on the s...
279
7452 reddit-downloader serpdownloaders/skills
Reddit Downloader (Browser Extension) Download Reddit videos, images, galleries, and post text from visible posts in one browser workflow. Reddit Downloader is a browser extension built for users who want a cleaner way to save Reddit content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, galleries, and post text without using external downloader sites or extra software. Save Reddit videos as MP4 files with audi...
279
7453 pdf-downloader serpdownloaders/skills
PDF Downloader — Coming Soon (Browser Extension) Detect, capture, and download PDF files from any webpage directly in your browser. This extension is currently in development and has not been released yet. PDF Downloader is an upcoming browser extension that will provide a seamless way to find and save PDF files encountered while browsing. Rather than hunting through page source code or right-click menus, the extension will automatically detect PDF links, embedded PDF viewers, and inline documen...
279
7454 open-video-downloader serpdownloaders/skills
Open Video Downloader — Coming Soon (Browser Extension) A universal, open-source browser extension for detecting and downloading videos from supported websites. This extension is currently in development and has not been released yet. Open Video Downloader is an upcoming browser extension that will provide a single tool for grabbing videos across every major platform and countless smaller sites. Instead of relying on proprietary downloaders that bundle ads, hidden trackers, or paywalled features...
279
7455 m3u8-downloader serpdownloaders/skills
M3U8 Downloader (Browser Extension) Detect and download HLS/M3U8 streams from supported websites and save them as MP4 files. M3U8 Downloader is a browser extension built for users who need a site-agnostic HLS workflow instead of a single-site downloader. It monitors supported media requests in your browser, detects M3U8/HLS streams and related video sources, and helps you export them into standard MP4 files without relying on command-line tools. Detect HLS/M3U8 streams from supported sites Save ...
279
7456 twitter-x-downloader serpdownloaders/skills
Twitter X Downloader (Browser Extension) Download videos, images, and post text from X in one browser workflow. Twitter X Downloader is a browser extension built for users who want a simpler way to save X content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text without relying on copy-paste tools, external websites, or command-line utilities. Save X videos as MP4 files for offline viewing Download p...
279
7457 alicloud-platform-aliyun-cli cinience/alicloud-skills
Category: tool Alibaba Cloud Generic CLI (aliyun) Skill Validation mkdir -p output/alicloud-platform-aliyun-cli python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --help > output/alicloud-platform-aliyun-cli/validate-help.txt Pass criteria: command exits 0 and output/alicloud-platform-aliyun-cli/validate-help.txt is generated. Output And Evidence Save CLI version checks, API outputs, and error logs under output/alicloud-platform-aliyun-cli/ . For each mutating a...
278
7458 google-sheets membranedev/application-skills
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
278
7459 rams brianlovin/claude-config
Rams Design Review You are Rams, an expert design engineer reviewing code for accessibility and visual design issues. Mode If $ARGUMENTS is provided, analyze that specific file. If $ARGUMENTS is empty, ask the user which file(s) to review, or offer to scan the project for component files. 1. Accessibility Review (WCAG 2.1) Critical (Must Fix) Check WCAG What to look for Images without alt 1.1.1 <img> without alt attribute Icon-only buttons 4.1.2 <button> with only SVG/icon, no aria-label For...
278
7460 tldr-stats parcadei/continuous-claude-v3
TLDR Stats Skill Show a beautiful dashboard with token usage, actual API costs, TLDR savings, and hook activity. When to Use See how much TLDR is saving you in real $ terms Check total session token usage and costs Before/after comparisons of TLDR effectiveness Debug whether TLDR/hooks are being used See which model is being used Instructions IMPORTANT: Run the script AND display the output to the user. Run the stats script: python3 $CLAUDE_PROJECT_DIR/.claude/scripts/tldr_stats.py Copy the...
278
7461 router-first-architecture parcadei/continuous-claude-v3
Router-First Architecture Route through domain routers before using individual tools. Routers abstract tool selection. Pattern Domain routers (like math-router) provide deterministic mapping from user intent to exact CLI commands. Always use the router first; only bypass for edge cases. DO Call math-router route "<intent>" before any math operation Let domain skills co-activate with their router (via coActivate in skill-rules.json) Trust the router's confidence score; only fall back if comma...
278
7462 loogle-search parcadei/continuous-claude-v3
Loogle Search - Mathlib Type Signature Search Search Mathlib for lemmas by type signature pattern. When to Use Finding a lemma when you know the type shape but not the name Discovering what's available for a type (e.g., all Nontrivial ↔ _ lemmas) Type-directed proof search Commands Search by pattern (uses server if running, else direct) loogle-search "Nontrivial _ ↔ _" loogle-search "(?a → ?b) → List ?a → List ?b" loogle-search "IsCyclic, center" JSON output loogle-search "List.map" --json ...
278
7463 process-mapping aj-geddes/useful-ai-prompts
Process Mapping Overview Process mapping creates visual representations of workflows, helping teams understand current operations, identify bottlenecks, and design improvements. When to Use Documenting existing workflows Identifying process improvements Onboarding new team members Discovering inefficiencies and bottlenecks Planning system implementations Analyzing customer journeys Automating manual processes Training and documentation Instructions 1. Process Mapping Techniques Mapping Approac...
278
7464 web-design-guidelines uni-helper/skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
278
7465 prompt-engineering inference-sh/skills
Prompt Engineering Patterns Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. Core Capabilities 1. Few-Shot Learning Teach the model by showing examples instead of explaining rules. Include 2-5 input-output pairs that demonstrate the desired behavior. Use when you need consistent formatting, specific reasoning patterns, or handling of edge cases. More examples improve accuracy but consume tokens—balance based on task complexity. Example: Extrac...
278
7466 product-photography inference-sh/skills
Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Clean studio packshot infsh app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": "2K" }' Shot Types 1. Hero Shot (Primary Image) The ...
278
7467 encore-auth encoredev/skills
Encore Authentication Instructions Encore.ts provides a built-in authentication system for identifying API callers and protecting endpoints. 1. Create an Auth Handler // auth.ts import { Header, Gateway } from "encore.dev/api"; import { authHandler } from "encore.dev/auth"; // Define what the auth handler receives interface AuthParams { authorization: Header<"Authorization">; } // Define what authenticated requests will have access to interface AuthData { userID: string; email: string;...
278
7468 nextjs-react-redux-typescript-cursor-rules mindrally/skills
Next.js React Redux TypeScript Cursor Rules Complete development guidelines for building maintainable, scalable applications with Next.js, React, Redux Toolkit, and TypeScript. Development Philosophy Produce maintainable, scalable code following SOLID principles Favor functional and declarative approaches over imperative styles Prioritize type safety and static analysis Embrace component-driven architecture Code Style Standards Indentation: Use tabs Strings: Use single quotes (unless escaping ...
278
7469 yaml vercel-labs/json-render
@json-render/yaml YAML wire format for @json-render/core . Progressive rendering and surgical edits via streaming YAML. Key Concepts YAML wire format : Alternative to JSONL that uses code fences ( yaml-spec , yaml-edit , yaml-patch , diff ) Streaming parser : Incrementally parses YAML, emits JSON Patch operations via diffing Edit modes : Patch (RFC 6902), merge (RFC 7396), and unified diff AI SDK transform : TransformStream that converts YAML fences into json-render patches Generating YAML Promp...
278
7470 git-advanced geoffjay/claude-plugins
Git Advanced Operations Skill This skill provides comprehensive guidance on advanced git operations, sophisticated rebase strategies, commit surgery techniques, and complex history manipulation for experienced git users. When to Use Activate this skill when: Performing complex interactive rebases Rewriting commit history Splitting or combining commits Advanced merge strategies Cherry-picking across branches Commit message editing in history Author information changes Complex conflict resolution ...
278
7471 langsmith-observability davila7/claude-code-templates
LangSmith - LLM Observability Platform Development platform for debugging, evaluating, and monitoring language models and AI applications. When to use LangSmith Use LangSmith when: Debugging LLM application issues (prompts, chains, agents) Evaluating model outputs systematically against datasets Monitoring production LLM systems Building regression testing for AI features Analyzing latency, token usage, and costs Collaborating on prompt engineering Key features: Tracing : Capture inputs, outputs...
278
7472 firebase davila7/claude-code-templates
Firebase You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges. Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them. You advocate for ...
278
7473 telegram-mini-app davila7/claude-code-templates
Telegram Mini App Role: Telegram Mini App Architect You build apps where 800M+ Telegram users already are. You understand the Mini App ecosystem is exploding - games, DeFi, utilities, social apps. You know TON blockchain and how to monetize with crypto. You design for the Telegram UX paradigm, not traditional web. Capabilities Telegram Web App API Mini App architecture TON Connect integration In-app payments User authentication via Telegram Mini App UX patterns Viral Mini App mechanics TON bl...
278
7474 api-security-testing sickn33/antigravity-awesome-skills
API Security Testing Workflow Overview Specialized workflow for testing REST and GraphQL API security including authentication, authorization, rate limiting, input validation, and API-specific vulnerabilities. When to Use This Workflow Use this workflow when: Testing REST API security Assessing GraphQL endpoints Validating API authentication Testing API rate limiting Bug bounty API testing Workflow Phases Phase 1: API Discovery Skills to Invoke api-fuzzing-bug-bounty - API fuzzing scanning-tools...
278
7475 debugging-strategies sickn33/antigravity-awesome-skills
Debugging Strategies Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches. When to Use This Skill Tracking down elusive bugs Investigating performance issues Understanding unfamiliar codebases Debugging production issues Analyzing crash dumps and stack traces Profiling application performance Investigating memory leaks Debugging distributed systems Core Principles 1. The Scientific Method 1. Observe : Wha...
278
7476 personal-finance-coach erichowens/some_claude_skills
Personal Finance Coach Expert personal finance coach grounded in academic research and quantitative analysis, not platitudes. Integrations Works with: tech-entrepreneur-coach-adhd, project-management-guru-adhd Python Dependencies pip install numpy scipy pandas When to Use This Skill Use for: Portfolio optimization and asset allocation Tax-advantaged account strategies Retirement withdrawal mathematics FIRE calculations and planning Tax-loss harvesting analysis Emergency fund sizing Factor...
278
7477 github-workflow-automation davila7/claude-code-templates
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
278
7478 fantasy-world-building wordflowlab/novel-writer-skills
奇幻小说世界构建规范 快速参考 元素 指导原则 关键点 魔法系统 必须有清晰规则 限制比力量更重要 世界设定 内在自洽 每个规则都有原因 种族/生物 独特且有逻辑 避免单纯的人类翻版 历史深度 至少三代历史 过去影响现在 政治结构 权力分布清晰 冲突有根源 核心原则 Sanderson 魔法法则 第一法则:读者从魔法中获得的满足感,与其理解魔法的程度成正比 如果魔法要解决问题,读者必须理解它的规则 软魔法系统(神秘)用于氛围和奇观 硬魔法系统(规则明确)用于解决问题 第二法则:限制比力量更有趣 强大的魔法需要强大的代价 限制创造冲突和策略 完美的系统无法创造戏剧 第三法则:在添加新东西之前,先扩展已有的 深化现有元素胜过添加新元素 相互关联的系统比孤立的更强 复杂度应该有机生长 魔法系统设计 硬魔法系统(规则明确) 必要元素: 能量来源 魔法从哪里来? 是有限的还是无限的? 可以耗尽吗? 使用规则 谁能使用?如何获得? 需要什么条件? 有什么限制? 代价/后果 使用魔法的成本是什么? 过度使用会怎样? 是否有长期影响? 可能与不可能 魔法能做什么? 明确不...
278
7479 clinicaltrials-database davila7/claude-code-templates
ClinicalTrials.gov Database Overview ClinicalTrials.gov is a comprehensive registry of clinical studies conducted worldwide, maintained by the U.S. National Library of Medicine. Access API v2 to search for trials, retrieve detailed study information, filter by various criteria, and export data for analysis. The API is public (no authentication required) with rate limits of ~50 requests per minute, supporting JSON and CSV formats. When to Use This Skill This skill should be used when working w...
278
7480 hyva-render-media-image hyva-themes/hyva-ai-tools
Hyvä Render Image Generate responsive <picture> elements for Hyvä Theme templates using the \Hyva\Theme\ViewModel\Media view model. When to Use Adding images to Hyvä PHTML templates Creating responsive images with different sources for mobile/desktop Implementing hero banners, product images, or CMS content images Optimizing images for Core Web Vitals (LCP, CLS) Workflow 1. Gather Image Requirements The user may provide image data in one of these ways: Option A: Direct values - Ask the user ...
278
7481 hyva-child-theme hyva-themes/hyva-ai-tools
Hyvä Child Theme Creator This skill creates a complete Hyvä child theme with the proper directory structure, configuration files, and Tailwind CSS build setup. Command execution: For commands that need to run inside the development environment (e.g., bin/magento), use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper. Workflow Step 1: Gather Theme Information Prompt the user to provide the following information: Vendor Name: The vendor/com...
278
7482 video-script sugarforever/01coder-agent-skills
Video Script & Publishing Materials Help YouTubers/UP主 prepare video content: write structured scripts (口播稿), blog posts, and platform-specific publishing materials. Output Structure Each video gets a date-based directory under user's chosen location: ./videos/{YYYY-MM-DD}-{short-slug}/ ├── script.md 视频口播稿 ├── blog.md 博客文章 ├── youtube.md YouTube 发布素材 └── bilibili.md Bilibili 发布素材 Interactive Workflow Step 1: Gather Information IMPORTANT : Before writing anything, colle...
278
7483 custom-code-management webflow/webflow-skills
Custom Code Management Concepts Webflow custom code: register (store script) → apply (attach to site). Inline scripts only via MCP (max 10,000 chars). Important note ALWAYS use Webflow MCP tools for all operations: Use the following tools for all operations: data_scripts_tool with actions list_registered_scripts / list_applied_scripts - List scripts data_scripts_tool with action add_inline_site_script - Register inline script (no <script> tags) data_scripts_tool with action delete_all_site_s...
278
7484 frontend-design customware-ai/skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
278
7485 content-writer shubhamsaboo/awesome-llm-apps
Content Writer You write compelling marketing copy. Follow these principles: Voice Conversational but professional Active voice, present tense Short sentences, short paragraphs Structure Lead with the biggest benefit Use specific numbers over vague claims End with a clear call-to-action Rules No jargon unless the audience expects it No superlatives without proof ("best", "revolutionary") Every paragraph must earn its place
278
7486 coursera-downloader serpdownloaders/skills
Coursera Downloader — Coming Soon (Browser Extension) Save Coursera video lectures as MP4 files for offline study directly from your browser. This extension is currently in development and has not been released yet. Coursera Downloader is an upcoming browser extension that will provide a simple way to capture video lectures from Coursera courses without relying on third-party desktop applications or command-line utilities. It is being built around the browser-based course player so you can expor...
278
7487 dailymotion-downloader serpdownloaders/skills
Dailymotion Downloader (Browser Extension) Download supported Dailymotion videos as MP4 files for offline viewing. Dailymotion Downloader is a browser extension for users who want a cleaner way to save Dailymotion videos without relying on browser hacks, screen capture workarounds, or generic tools that miss the real stream. It detects supported Dailymotion media, lets you choose the available quality, and exports the result as MP4 for later playback. Save supported Dailymotion videos from watch...
278
7488 brightcove-video-downloader serpdownloaders/skills
Brightcove Video Downloader — Coming Soon (Browser Extension) Download Brightcove-embedded videos from supported websites as MP4 files directly from your browser. This extension is currently in development and has not been released yet. Brightcove Video Downloader is an upcoming browser extension that will let users detect and save videos hosted on the Brightcove platform from supported site that uses a Brightcove player. Instead of relying on screen recording software or third-party desktop app...
278
7489 clientclub-downloader serpdownloaders/skills
ClientClub Downloader (Browser Extension) Download videos from ClientClub and supported GoHighLevel-powered portals as MP4 files for offline access. ClientClub Downloader is a browser extension built for users who want a simpler way to save lesson and coaching videos from ClientClub portals. It works with supported portal-hosted lessons and common embedded video providers, giving you a browser-first workflow for detecting the lesson video, choosing the available quality, and saving an MP4 file f...
278
7490 mindvalley-downloader serpdownloaders/skills
Mindvalley Downloader (Browser Extension) Download Mindvalley course videos, quest lessons, and supported embedded lesson videos as MP4 files for offline study. Mindvalley Downloader is a browser extension built for learners who want a simpler way to save Mindvalley lesson videos for offline access. It works with supported Mindvalley-hosted streams as well as common embedded lesson providers, giving you a direct browser workflow for detecting the video, choosing a quality, and exporting an MP4 f...
278
7491 skillshare-downloader serpdownloaders/skills
Skillshare Downloader — Coming Soon (Browser Extension) Download Skillshare class videos as MP4 files directly from your browser. This extension is currently in development and has not been released yet. Skillshare Downloader is an upcoming browser extension that will provide a simple, browser-native way to save class videos from Skillshare's online learning platform. Instead of relying on screen recorders or third-party desktop applications, the extension is being built to work inside your brow...
278
7492 ashemaletube-downloader serpdownloaders/skills
AShemaleTube Downloader (Browser Extension) Download AShemaleTube videos as MP4 files from the browser with direct quality selection. AShemaleTube Downloader is a browser extension for users who want a cleaner way to save AShemaleTube videos without relying on generic downloader sites, manual stream extraction, or external software. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported...
278
7493 fansly-live-downloader serpdownloaders/skills
Fansly Live Downloader (Browser Extension) Record Fansly live streams and download saved recordings as MP4 files for offline viewing. Fansly Live Downloader is a browser extension built for users who want a cleaner way to keep Fansly live sessions and saved videos available outside the site. It works with active live streams, recorded videos, and supported VR content, handling detection in the browser and exporting files in MP4 format for easier playback later. Record live Fansly broadcasts whil...
278
7494 nhentai-downloader serpdownloaders/skills
NHentai Downloader (Browser Extension) Download supported NHentai videos as MP4 files from the browser with direct quality selection. NHentai Downloader is a browser extension for users who want a cleaner way to save supported NHentai videos without relying on generic downloader sites or HLS tools. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported NHentai videos directly from the p...
278
7495 pornhub-video-downloader serpdownloaders/skills
Pornhub Downloader (Browser Extension) Download supported Pornhub videos as MP4 files directly from active video pages. Pornhub Downloader is a browser extension built for users who want a cleaner way to save supported Pornhub videos for offline viewing. It detects the active media source from the watch page, shows available quality options when present, and exports the final result as MP4 without forcing you into manual stream extraction or low-quality recording workarounds. Save supported Porn...
278
7496 learnworlds-downloader serpdownloaders/skills
LearnWorlds Downloader — Coming Soon (Browser Extension) Download LearnWorlds course videos as MP4 files directly from your browser. This extension is currently in development and has not been released yet. LearnWorlds Downloader is an upcoming browser extension designed to let users capture and save video content from the LearnWorlds course platform without relying on screen recorders, third-party desktop applications, or command-line utilities. LearnWorlds is a cloud-based course creation and ...
278
7497 coomer-downloader serpdownloaders/skills
Coomer Downloader (Browser Extension) Save supported Coomer posts, videos, images, GIFs, and text into organized local folders. Coomer Downloader is a browser extension built for users who want to save more than just one video at a time. It scans supported Coomer pages, groups content by post and creator, and lets you download videos, images, GIFs, and text from visible posts without bouncing between generic downloader tools or manual copy workflows. Save supported Coomer videos, images, GIFs, a...
278
7498 stocksy-downloader serpdownloaders/skills
Stocksy Downloader — Coming Soon (Browser Extension) Download your licensed Stocksy photos and videos directly from the browser without switching between apps or managing manual save workflows. This extension is currently in development and has not been released yet. Stocksy Downloader is an upcoming browser extension designed to streamline the process of retrieving licensed visual assets from Stocksy's marketplace. Instead of navigating multiple pages and handling individual file downloads one ...
278
7499 tnaflix-video-downloader serpdownloaders/skills
TNAFlix Downloader (Browser Extension) Download supported TNAFlix videos as MP4 files directly from active watch pages. TNAFlix Downloader is a browser extension built for users who want a cleaner way to save supported TNAFlix videos for offline viewing. It detects the active media source from the page, surfaces available quality variants when present, and exports the final result as MP4 without forcing you to inspect page scripts or use separate extraction tools. Save supported TNAFlix videos f...
278
7500 redgifs-downloader serpdownloaders/skills
Redgifs Downloader (Browser Extension) Download Redgifs clips and short videos as MP4 files from supported pages. Redgifs Downloader is a browser extension for users who want a faster way to save Redgifs clips without relying on screen recordings or page-inspection tricks. It detects supported Redgifs media from watch pages and feed cards, then lets you export the result as MP4 for offline viewing. Save Redgifs clips and short videos for offline playback Detect supported media from watch pages a...
278