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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,536
总 Skills
37.0M
总安装量
2,451
贡献者
# Skill 仓库 描述 安装量
7501 terabox-downloader serpdownloaders/skills
TeraBox Downloader — Coming Soon (Browser Extension) Download files from TeraBox shared links quickly and reliably, straight from your browser. This extension is currently in development and has not been released yet. TeraBox Downloader is an upcoming browser extension built to simplify the process of saving files from TeraBox (by Baidu) shared links. TeraBox offers 1TB of free cloud storage, and users frequently share large files, folders, and media through public download links. The extension ...
278
7502 amazon-video-downloader serpdownloaders/skills
Amazon Video Downloader — Coming Soon (Browser Extension) Save movies, TV episodes, and originals from Prime Video as local MP4 files directly from your browser. This extension is currently in development and has not been released yet. Amazon Video Downloader is an upcoming browser extension that will provide a simple way to capture video from Prime Video's web player and save it to your hard drive. It is being designed around the browser playback experience so you can export titles while watchi...
278
7503 huggingface-gradio huggingface/skills
Gradio Gradio is a Python library for building interactive web UIs and ML demos. This skill covers the core API, patterns, and examples. Guides Detailed guides on specific topics (read these when relevant): Quickstart The Interface Class Blocks and Event Listeners Controlling Layout More Blocks Features Custom CSS and JS Streaming Outputs Streaming Inputs Sharing Your App Custom HTML Components Getting Started with the Python Client Getting Started with the JS Client Core Patterns Interface (hig...
278
7504 see-through-anime-layer-decomposition aradotso/trending-skills
See-through: Anime Character Layer Decomposition Skill by ara.so — Daily 2026 Skills collection. See-through is a research framework (SIGGRAPH 2026, conditionally accepted) that decomposes a single anime illustration into up to 23 fully inpainted, semantically distinct layers with inferred drawing orders — exporting a layered PSD file suitable for 2.5D animation workflows. What It Does Decomposes a single anime image into semantic layers (hair, face, eyes, clothing, accessories, etc.) Inpaints o...
278
7505 open-agent-sdk aradotso/trending-skills
Open Agent SDK Skill by ara.so — Daily 2026 Skills collection. Open Agent SDK ( @shipany/open-agent-sdk ) is a fully open-source, in-process AI agent framework for TypeScript/Node.js. It runs the complete Claude Code agent engine directly — no local CLI subprocess required — making it suitable for cloud servers, serverless functions, Docker containers, and CI/CD pipelines. It is API-compatible with @anthropic-ai/claude-agent-sdk . Installation npm install @shipany/open-agent-sdk Requires Node.js...
278
7506 django-cloud-sql-postgres jezweb/claude-skills
Django on Google Cloud SQL PostgreSQL Status: Production Ready Last Updated: 2026-01-24 Dependencies: None Latest Versions: Django@5.1, psycopg2-binary@2.9.9, gunicorn@23.0.0, google-cloud-sql-connector@1.12.0 Quick Start (10 Minutes) 1. Install Dependencies pip install Django psycopg2-binary gunicorn For Cloud SQL Python Connector (recommended for local dev): pip install "cloud-sql-python-connector[pg8000]" Why this matters: psycopg2-binary is the PostgreSQL adapter for Django gunicorn ...
277
7507 brainstorming everyinc/compound-engineering-plugin
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
277
7508 ios device automation web-infra-dev/midscene-skills
iOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for ea...
277
7509 alicloud-database-analyticdb-mysql cinience/alicloud-skills
Category: service AnalyticDB for MySQL Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AnalyticDB for MySQL. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region po...
277
7510 drawio markdown-viewer/skills
Draw.io Skill AI-powered Draw.io diagram generation with real-time browser preview for Claude Code. Quick Start What you want to do Command Description Create new diagram /drawio-create Natural language → diagram Replicate image /drawio-replicate Image → A-H → diagram Edit diagram /drawio-edit Modify existing diagram Tip: You can also use natural language keywords like "create", "replicate", "edit" to trigger workflows. Features Design System - Unified visual language with themes, tokens, an...
277
7511 alicloud-ai-audio-asr-test cinience/alicloud-skills
Category: test Minimal Viable Test Goals 仅验证非实时 ASR 最小请求链路可用。 If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-asr Test Steps (Minimal) 打开对应技能的 SKILL.md ,选择一个最小输入示例。 运行示例脚本或发起最小请求。 Record request summary, response summary, and success/failure reason. 推荐最小命令 python skills/ai/audio/alicloud-ai-audio-asr/scripts/transcribe_audio.py \ --...
277
7512 journal kazukinagata/shinkoku
仕訳入力・帳簿管理(Journal Entry & Ledger Management) CSV・レシート・請求書からデータを取り込み、ユーザー確認のうえ仕訳を登録するスキル。 帳簿の初期化、仕訳の検索・修正・削除も本スキルで対応する。 CLI スクリプト 本スキルでは以下の CLI スクリプトを使用する: 帳簿管理 : shinkoku ledger <subcommand> [args] データ取り込み : shinkoku import <subcommand> [args] すべてのコマンドは JSON を stdout に出力する。入力はコマンドライン引数または --input <json_file> で渡す。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベー...
277
7513 tdd-migrate parcadei/continuous-claude-v3
TDD Migrate Orchestrate TDD migrations with agents doing all work. Main context stays clean. When to Use "Port X from Python to TypeScript" "Create N adapters following existing pattern" "Migrate module to new architecture" "TDD implementation of multiple similar items" Parameters /tdd-migrate <source_path> <target_path> --pattern <reference> --items "item1,item2,item3" source_path: Path to analyze (existing code) target_path: Where to create new code pattern: Reference file/pattern to follow...
277
7514 wiring parcadei/continuous-claude-v3
Wiring Verification When building infrastructure components, ensure they're actually invoked in the execution path. Pattern Every module needs a clear entry point. Dead code is worse than no code - it creates maintenance burden and false confidence. The Four-Step Wiring Check Before marking infrastructure "done", verify: Entry Point Exists: How does user action trigger this code? Call Graph Traced: Can you follow the path from entry to execution? Integration Tested: Does an end-to-end test...
277
7515 pint-compute parcadei/continuous-claude-v3
Unit Computation with Pint Cognitive prosthetics for unit-aware computation. Use Pint for converting between units, performing unit arithmetic, checking dimensional compatibility, and simplifying compound units. When to Use Converting between units (meters to feet, kg to pounds) Unit-aware arithmetic (velocity x time = distance) Dimensional analysis (is force = mass x acceleration?) Simplifying compound units to base or named units Parsing and analyzing quantities with units Quick Reference I ...
277
7516 four-meme-ai four-meme-community/four-meme-ai
[Agent must follow] User agreement and security notice on first use When responding to any user request about fourmeme or this skill, you must first present the content below in this order: User Agreement, then Security Notice , and state clearly that by choosing to continue, the user agrees to the User Agreement. Until the user has explicitly agreed or confirmed to continue, do not run create-api , create-chain , buy , sell , send , or 8004-register (any operation that uses the private key or w...
277
7517 best-practices skillcreatorai/ai-agent-skills
Best practices Modern web development standards based on Lighthouse best practices audits. Covers security, browser compatibility, and code quality patterns. Security HTTPS everywhere Enforce HTTPS: <!-- ❌ Mixed content --> <img src="http://example.com/image.jpg"> <script src="http://cdn.example.com/script.js"></script> <!-- ✅ HTTPS only --> <img src="https://example.com/image.jpg"> <script src="https://cdn.example.com/script.js"></script> <!-- ✅ Protocol-relative (will use page's protocol...
277
7518 pdf tfriedel/claude-office-skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
277
7519 aws-ec2-setup aj-geddes/useful-ai-prompts
AWS EC2 Setup Overview Amazon EC2 provides resizable compute capacity in the cloud. Launch and configure virtual servers with complete control over networking, storage, and security settings. Scale automatically based on demand. When to Use Web application servers Application backends and APIs Batch processing and compute jobs Development and testing environments Containerized applications (ECS) Kubernetes clusters (EKS) Database servers VPN and proxy servers Implementation Examples 1. EC2 Ins...
277
7520 frontend-state-management aj-geddes/useful-ai-prompts
Frontend State Management Overview Implement scalable state management solutions using modern patterns and libraries to handle application state, side effects, and data flow across components. When to Use Complex application state Multiple components sharing state Predictable state mutations Time-travel debugging needs Server state synchronization Implementation Examples 1. Redux with Redux Toolkit (React) // store/userSlice.ts import { createSlice, createAsyncThunk, PayloadAction } from '@red...
277
7521 vueuse-functions uni-helper/skills
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
277
7522 competitor-teardown inference-sh/skills
Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Research competitor landscape infsh app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Screenshot competitor's website infsh app run infsh/agent-browser --input '{ "url": "https://competitor.com", "action": "screenshot" }' Teardown Framework The 7-...
277
7523 python-odoo-cursor-rules mindrally/skills
Python and Odoo Development You are an expert in Python, Odoo, and enterprise business application development. Key Principles Write clear, technical responses with precise Odoo examples in Python, XML, and JSON Leverage Odoo's built-in ORM, API decorators, and XML view inheritance Prioritize readability and maintainability; follow PEP 8 Use descriptive model, field, and function names Structure modules with separation of concerns: models, views, controllers, data, security Odoo/Python Guideli...
277
7524 animation-principles owl-listener/designer-skills
Animation Principles You are an expert in applying motion design principles to create purposeful UI animations. What You Do You apply animation principles to make interfaces feel natural, guide attention, and communicate state changes. Core UI Animation Principles Easing Ease-out: decelerating (entering elements) Ease-in: accelerating (exiting elements) Ease-in-out: both (moving between positions) Linear: only for continuous animations (progress bars) Duration Micro (50-100ms): button states, to...
277
7525 research jwynia/agent-skills
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
277
7526 it-operations davila7/claude-code-templates
IT Operations Expert A comprehensive skill for managing IT infrastructure operations, ensuring service reliability, implementing monitoring and alerting strategies, managing incidents, and maintaining operational excellence through automation and best practices. Core Principles 1. Service Reliability First Proactive Monitoring: Implement comprehensive observability before incidents occur Incident Management: Structured response processes with clear escalation paths SLA/SLO Management: Define a...
277
7527 email composer davila7/claude-code-templates
Email Composer Quick start Provide context and purpose, and I'll draft an appropriate email. What I need: Purpose of email (request, follow-up, announcement, etc.) Recipient relationship (colleague, customer, manager, vendor) Key points to include Desired tone (formal, casual, urgent, friendly) Email structure Standard professional email format: Subject: [Clear, specific subject line] [Greeting], [Opening - context/purpose] [Body - main points] [Closing - call to action] [Sign-off] [Your name] C...
277
7528 database-admin sickn33/antigravity-awesome-skills
Use this skill when Working on database admin tasks or workflows Needing guidance, best practices, or checklists for database admin Do not use this skill when The task is unrelated to database admin You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
277
7529 threat-modeling-expert sickn33/antigravity-awesome-skills
Threat Modeling Expert Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use PROACTIVELY for security architecture reviews, threat identification, or building secure-by-design systems. Capabilities STRIDE threat analysis Attack tree construction Data flow diagram analysis Security requirement extraction Risk prioritization and scoring Mitigation strategy design Security control map...
277
7530 golang-architect tomlord1122/tomtom-skill
Golang Backend Architecture Expert Expert assistant for Golang backend architecture with Gin Server, Layered Architecture, sqlc, PostgreSQL (Supabase), and API authentication. How It Works Analyzes service requirements and existing codebase Queries Gin documentation via Context7 (/websites/gin-gonic_en) Applies layered architecture patterns (Handler → Service → Repository) Provides implementation with proper error handling and testing Usage Initialize SQLC bash /mnt/skills/user/golang-architec...
277
7531 project-session-manager yeachan-heo/oh-my-claudecode
Automate isolated development environments using git worktrees and tmux sessions with Claude Code. Enables parallel work across multiple tasks, projects, and repositories. Commands | `review <ref>` | PR review session | `/psm review omc123` | `fix <ref>` | Issue fix session | `/psm fix omc42` | `feature <proj> <name>` | Feature development | `/psm feature omc add-webhooks` | `list [project]` | List active sessions | `/psm list` | `attach <session>` | Attach to session | `/ps...
277
7532 thinkific-downloader serpdownloaders/skills
Thinkific Downloader (Browser Extension) Download Thinkific lesson videos and supported embedded course videos as MP4 files for offline study. Thinkific Downloader is a browser extension built for students, creators, and teams who want a cleaner way to save Thinkific lesson videos for offline access. It works with supported Thinkific-hosted streams and common embedded lesson providers, giving you a browser-first workflow for detecting the video, choosing a quality, and exporting an MP4 file you ...
277
7533 flickr-downloader serpdownloaders/skills
Flickr Downloader — Coming Soon (Browser Extension) Download photos and videos from Flickr in their original resolution directly from your browser. This extension is currently in development and has not been released yet. Flickr Downloader is an upcoming browser extension designed to help users save images and video content hosted on Flickr without relying on third-party websites, screen-capture workarounds, or manual URL manipulation. The extension will integrate with the Flickr browsing experi...
277
7534 stripchat-vr-downloader serpdownloaders/skills
StripchatVR Downloader (Browser Extension) Record Stripchat VR live streams and download saved VR videos as MP4 with playback-friendly metadata preserved where available. StripchatVR Downloader is a browser extension built for immersive video workflows. It helps you keep Stripchat VR live sessions and saved recordings available offline, while preserving useful VR playback details when the source exposes them. The result is a simpler browser-based path from live room to local MP4 file. Record Str...
277
7535 thisvid-downloader serpdownloaders/skills
ThisVid Downloader (Browser Extension) Download ThisVid videos as MP4 files directly from supported pages in your browser. ThisVid Downloader is a browser extension for saving supported ThisVid videos without switching to network inspectors, scripts, or external download tools. It detects the media stream used by the player, shows available quality options when present, and exports the final file as MP4 for offline playback. Save supported ThisVid videos from watch pages Detect available resolut...
277
7536 rawpixel-downloader serpdownloaders/skills
Rawpixel Downloader — Coming Soon (Browser Extension) Download free and premium creative assets from Rawpixel directly through your browser. This extension is currently in development and has not been released yet. Rawpixel Downloader is an upcoming browser extension designed to streamline the process of saving images, vectors, PSD mockups, and public domain artwork from the Rawpixel platform. Rather than navigating multiple pages and handling individual file downloads manually, this extension w...
277
7537 serp-video-tools serpdownloaders/skills
SERP Video Tools (Browser Extension for Chrome, Firefox, Edge, Opera, Brave) Supercharged video tools for downloading, speed controls, scrubbing, transcriptions, clipping, conversions and more SERP Video Tools is a cross-browser extension that upgrades online video workflows with fast downloads, precise scrubbing, and flexible playback speed controls. It also helps you skip ads, grab transcripts and thumbnails, clip segments, and convert formats for faster research and reuse. Links Get it here G...
277
7538 adobe-stock-downloader serpdownloaders/skills
Adobe Stock Downloader — Coming Soon (Browser Extension) Save your licensed Adobe Stock photos, vectors, videos, and templates directly from the browser with a single click. This extension is currently in development and has not been released yet. Adobe Stock Downloader is an upcoming browser extension designed to streamline how users retrieve their licensed assets from Adobe Stock. Instead of navigating through multiple Creative Cloud menus and download dialogs, this extension will detect licen...
277
7539 linkedin-learning-downloader serpdownloaders/skills
LinkedIn Learning Downloader — Coming Soon (Browser Extension) Download LinkedIn Learning course videos as MP4 files for offline professional development. This extension is currently in development and has not been released yet. LinkedIn Learning Downloader is an upcoming browser extension that will allow users to save video lessons from LinkedIn Learning directly to their local machine without relying on third-party desktop applications or command-line utilities. It is being built around the br...
277
7540 erothots-downloader serpdownloaders/skills
EroThots Downloader (Browser Extension) Download supported EroThots videos as MP4 files from the browser with direct quality selection. EroThots Downloader is a browser extension for users who want a more direct way to save supported EroThots videos without relying on generic HLS tools, downloader sites, or manual copy workflows. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported Er...
277
7541 chaturbate-downloader serpdownloaders/skills
Chaturbate Downloader (Browser Extension) Record Chaturbate live streams and download saved videos as MP4 files for offline viewing. Chaturbate Downloader is a browser extension for users who want a direct way to capture public Chaturbate rooms and save supported recorded videos without relying on generic downloader sites or manual stream extraction. It detects active media in your browser session, lets you choose from available qualities, and saves finished downloads as MP4 for easier playback ...
277
7542 shutterstock-downloader serpdownloaders/skills
Shutterstock Downloader — Coming Soon (Browser Extension) Download licensed Shutterstock photos, vectors, illustrations, video clips, and music tracks directly from your browser. This extension is currently in development and has not been released yet. Shutterstock Downloader is an upcoming browser extension designed to streamline the process of saving licensed Shutterstock assets to your local machine. Instead of navigating download dialogs and managing multiple file types across separate workf...
277
7543 deviantart-downloader serpdownloaders/skills
DeviantArt Downloader — Coming Soon (Browser Extension) Save artwork, illustrations, photographs, and other visual media from DeviantArt galleries and pages directly to your computer. This extension is currently in development and has not been released yet. DeviantArt Downloader is an upcoming browser extension designed to give users a simple, reliable way to save images and artwork from DeviantArt without resorting to screenshots, manual URL manipulation, or third-party desktop applications. It...
277
7544 yespornplease-downloader serpdownloaders/skills
YesPornPlease Downloader (Browser Extension) Download YesPornPlease videos as MP4 files from supported pages without leaving the browser. YesPornPlease Downloader is a browser extension built for a site that often aggregates videos from multiple playback sources. Instead of relying on one static download method, it detects supported streams from the active page, helps you choose the available quality, and saves the finished result as MP4 for offline playback. Save supported YesPornPlease videos ...
277
7545 erome-downloader serpdownloaders/skills
EroMe Downloader (Browser Extension) Save supported EroMe album videos and images into organized local folders from the browser. EroMe Downloader is a browser extension for users who want a cleaner way to save supported EroMe albums without picking through each file manually. It detects album media on supported pages, lets you download videos and images directly from the browser, and keeps the output organized for easier offline access later. Save supported EroMe videos and images from album pag...
277
7546 alamy-downloader serpdownloaders/skills
Alamy Downloader — Coming Soon (Browser Extension) Download licensed Alamy stock photos, vectors, and video clips directly from the browser with a single click. This extension is currently in development and has not been released yet. Alamy Downloader is an upcoming browser extension designed to streamline how users save their purchased and licensed assets from Alamy's website. Instead of navigating through multiple download pages and manually managing files, the extension will detect your licen...
277
7547 istock-downloader serpdownloaders/skills
iStock Downloader — Coming Soon (Browser Extension) Download licensed iStock photos, vectors, illustrations, video clips, and audio files directly from your browser. This extension is currently in development and has not been released yet. iStock Downloader is an upcoming browser extension designed to streamline the process of saving purchased and licensed assets from iStock by Getty Images. Instead of navigating through multiple download dialogs and managing individual file fetches across sessi...
277
7548 internet-archive-downloader serpdownloaders/skills
Internet Archive Downloader — Coming Soon (Browser Extension) Download books, movies, music, software, and archived web pages from the Internet Archive directly through your browser. This extension is currently in development and has not been released yet. Internet Archive Downloader is an upcoming browser extension designed to streamline how users retrieve media from archive.org. Rather than navigating multiple pages and dealing with inconsistent download buttons across different collection typ...
277
7549 alicloud-ai-search-opensearch cinience/alicloud-skills
Category: provider OpenSearch Vector Search Edition Use the ha3engine SDK to push documents and execute HA/SQL searches. This skill focuses on API/SDK usage only (no console steps). Prerequisites Install SDK (recommended in a venv to avoid PEP 668 limits): python3 -m venv .venv . .venv/bin/activate python -m pip install alibabacloud-ha3engine Provide connection config via environment variables: OPENSEARCH_ENDPOINT (API domain) OPENSEARCH_INSTANCE_ID OPENSEARCH_USERNAME OPENSEARCH_PASSWORD OPENSE...
276
7550 proof everyinc/compound-engineering-plugin
Proof - Collaborative Markdown Editor Proof is a collaborative document editor for humans and agents. It supports two modes: Web API - Create and edit shared documents via HTTP (no install needed) Local Bridge - Drive the macOS Proof app via localhost:9847 Web API (Primary for Sharing) Create a Shared Document No authentication required. Returns a shareable URL with access token. curl -X POST https://www.proofeditor.ai/share/markdown \ -H "Content-Type: application/json" \ -d '{"title":"My Doc",...
276