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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
8351 popup-cro sickn33/antigravity-awesome-skills
Popup CRO You are an expert in popup and modal optimization. Your goal is to create popups that convert without annoying users or damaging brand perception. 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 covered or specific to this task. Before providing recommendations, understand: Popu...
395
8352 computer-use-agents davila7/claude-code-templates
Computer Use Agents Patterns Perception-Reasoning-Action Loop The fundamental architecture of computer use agents: observe screen, reason about next action, execute action, repeat. This loop integrates vision models with action execution through an iterative pipeline. Key components: PERCEPTION: Screenshot captures current screen state REASONING: Vision-language model analyzes and plans ACTION: Execute mouse/keyboard operations FEEDBACK: Observe result, continue or correct Critical insight: ...
395
8353 frontend-to-backend-requirements davila7/claude-code-templates
Backend Requirements Mode You are a frontend developer documenting what data you need from backend. You describe the what , not the how . Backend owns implementation details. No Chat Output : ALL responses go to .claude/docs/ai/<feature-name>/backend-requirements.md No Implementation Details : Don't specify endpoints, field names, or API structure—that's backend's call. The Point This mode is for frontend devs to communicate data needs: What data do I need to render this screen? What actions sho...
395
8354 seo-keyword-strategist sickn33/antigravity-awesome-skills
Use this skill when Working on seo keyword strategist tasks or workflows Needing guidance, best practices, or checklists for seo keyword strategist Do not use this skill when The task is unrelated to seo keyword strategist 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...
395
8355 content-repurposing inference-sh/skills
Content Repurposing Turn one piece of content into many formats via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a quote card from a blog pull-quote infsh app run falai/flux-dev-lora --input '{ "prompt": "minimal quote card design, dark navy background, large white quotation marks, clean sans-serif typography space, modern professional design, social media post format", "widt...
394
8356 dialogue-audio inference-sh/skills
Dialogue Audio Create realistic multi-speaker dialogue with Dia TTS via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Two-speaker conversation infsh app run falai/dia-tts --input '{ "prompt": "[S1] Have you tried the new feature yet? [S2] Not yet, but I heard it saves a ton of time. [S1] It really does. I cut my workflow in half. [S2] Okay, I am definitely trying it today." }' Speaker ...
394
8357 ce:compound everyinc/compound-engineering-plugin
/compound Coordinate multiple subagents working in parallel to document a recently solved problem. Purpose Captures problem solutions while context is fresh, creating structured documentation in docs/solutions/ with YAML frontmatter for searchability and future reference. Uses parallel subagents for maximum efficiency. Why "compound"? Each documented solution compounds your team's knowledge. The first time you solve a problem takes research. Document it, and the next occurrence takes minutes. Kn...
394
8358 binance-futures-signal-bot aradotso/trending-skills
Binance Futures Signal Bot Skill by ara.so — Daily 2026 Skills collection. Automated trading bot for Binance, Bybit, and OKX Futures markets. Receives signals from Telegram channels, TradingView webhooks, or custom APIs, then executes trades with configurable leverage, dynamic position sizing, trailing stop-loss, and a real-time P&L terminal dashboard. Installation git clone https://github.com/Whit1985/Binance-Futures-Signal-Bot.git cd Binance-Futures-Signal-Bot pip install -r requirements.txt O...
394
8359 market-top-detector tradermonty/claude-trading-skills
Market Top Detector Skill Purpose Detect the probability of a market top formation using a quantitative 6-component scoring system (0-100). Integrates three proven market top detection methodologies: O'Neil - Distribution Day accumulation (institutional selling) Minervini - Leading stock deterioration pattern Monty - Defensive sector rotation signal Unlike the Bubble Detector (macro/multi-month evaluation), this skill focuses on tactical 2-8 week timing signals that precede 10-20% market correct...
394
8360 uptrend-analyzer tradermonty/claude-trading-skills
Uptrend Analyzer Skill Purpose Diagnose market breadth health using Monty's Uptrend Ratio Dashboard, which tracks ~2,800 US stocks across 11 sectors. Generates a 0-100 composite score (higher = healthier) with exposure guidance. Unlike the Market Top Detector (API-based risk scorer), this skill uses free CSV data to assess "participation breadth" - whether the market's advance is broad or narrow. When to Use This Skill English: User asks "Is the market breadth healthy?" or "How broad is the rall...
394
8361 mobile-app-debugging aj-geddes/useful-ai-prompts
Mobile App Debugging Overview Mobile app debugging addresses platform-specific issues, device hardware limitations, and mobile-specific network conditions. When to Use App crashes on mobile Performance issues on device Platform-specific bugs Network connectivity issues Device-specific problems Instructions 1. iOS Debugging Xcode Debugging: Attach Debugger: - Xcode → Run on device - Set breakpoints in code - Step through execution - View variables - Console logs View Logs: - Xcode...
394
8362 agent-orchestration parcadei/continuous-claude-v3
Agent Orchestration Rules When the user asks to implement something, use implementation agents to preserve main context. The Pattern Wrong - burns context: Main: Read files → Understand → Make edits → Report (2000+ tokens consumed in main context) Right - preserves context: Main: Spawn agent("implement X per plan") ↓ Agent: Reads files → Understands → Edits → Tests ↓ Main: Gets summary (~200 tokens) When to Use Agents Task Type Use Agent? Reason Multi-file implementatio...
394
8363 experiment-design lingzhi227/agent-research-skills
Experiment Design Design structured, progressive experiment plans for research papers. Input $0 — Research idea, plan, or method description References 4-stage progressive experiment prompts: ~/.claude/skills/experiment-design/references/stage-prompts.md Scripts Generate experiment design python ~/.claude/skills/experiment-design/scripts/design_experiments.py --plan research_plan.json --output experiment_design.json python ~/.claude/skills/experiment-design/scripts/design_experiments.py --method...
394
8364 v3 swarm coordination ruvnet/ruflo
V3 Swarm Coordination What This Skill Does Orchestrates the complete 15-agent hierarchical mesh swarm for claude-flow v3 implementation, coordinating parallel execution across domains while maintaining dependencies and timeline adherence. Quick Start Initialize 15-agent v3 swarm Task ( "Swarm initialization" , "Initialize hierarchical mesh for v3 implementation" , "v3-queen-coordinator" ) Security domain (Phase 1 - Critical priority) Task ( "Security architecture" , "Design v3 threat model and...
394
8365 v3 deep integration ruvnet/ruflo
V3 Deep Integration What This Skill Does Transforms claude-flow from parallel implementation to specialized extension of agentic-flow@alpha, eliminating massive code duplication while achieving performance improvements and feature parity. Quick Start Initialize deep integration Task ( "Integration architecture" , "Design agentic-flow@alpha adapter layer" , "v3-integration-architect" ) Feature integration (parallel) Task ( "SONA integration" , "Integrate 5 SONA learning modes" , "v3-integration...
394
8366 v3 memory unification ruvnet/ruflo
V3 Memory Unification What This Skill Does Consolidates disparate memory systems into unified AgentDB backend with HNSW vector search, achieving 150x-12,500x search performance improvements while maintaining backward compatibility. Quick Start Initialize memory unification Task ( "Memory architecture" , "Design AgentDB unification strategy" , "v3-memory-specialist" ) AgentDB integration Task ( "AgentDB setup" , "Configure HNSW indexing and vector search" , "v3-memory-specialist" ) Data migrat...
394
8367 v3 cli modernization ruvnet/ruflo
V3 CLI Modernization What This Skill Does Modernizes claude-flow v3 CLI with interactive prompts, intelligent command decomposition, enhanced hooks integration, performance optimization, and comprehensive workflow automation capabilities. Quick Start Initialize CLI modernization analysis Task ( "CLI architecture" , "Analyze current CLI structure and identify optimization opportunities" , "cli-hooks-developer" ) Modernization implementation (parallel) Task ( "Command decomposition" , "Break dow...
394
8368 v3 performance optimization ruvnet/ruflo
V3 Performance Optimization What This Skill Does Validates and optimizes claude-flow v3 to achieve industry-leading performance through Flash Attention, AgentDB HNSW indexing, and comprehensive system optimization with continuous benchmarking. Quick Start Initialize performance optimization Task ( "Performance baseline" , "Establish v2 performance benchmarks" , "v3-performance-engineer" ) Target validation (parallel) Task ( "Flash Attention" , "Validate 2.49x-7.47x speedup target" , "v3-perfor...
394
8369 v3 security overhaul ruvnet/ruflo
V3 Security Overhaul What This Skill Does Orchestrates comprehensive security overhaul for claude-flow v3, addressing critical vulnerabilities and establishing security-first development practices using specialized v3 security agents. Quick Start Initialize V3 security domain (parallel) Task ( "Security architecture" , "Design v3 threat model and security boundaries" , "v3-security-architect" ) Task ( "CVE remediation" , "Fix CVE-1, CVE-2, CVE-3 critical vulnerabilities" , "security-auditor" ) ...
394
8370 go-backend-microservices mindrally/skills
Go Backend Development for Microservices Core Principles Apply Clean Architecture with clear separation into handlers, services, repositories, and domain models Prioritize interface-driven development with explicit dependency injection Write short, focused functions with a single responsibility Ensure safe use of goroutines, and guard shared state with channels or sync primitives Project Structure Maintain modular project structure with clear directories: project/ ├── cmd/ Applicati...
394
8371 api-fuzzing-bug-bounty sickn33/antigravity-awesome-skills
API Fuzzing for Bug Bounty Purpose Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors. Inputs/Prerequisites Burp Suite or similar proxy tool API wordlists (SecLists, api_wordlist) Understanding of REST/GraphQL/SOAP protocols Python for scripting Target API endpoints and documentation (if available) Outputs/...
394
8372 code-review-ai-ai-review sickn33/antigravity-awesome-skills
AI-Powered Code Review Specialist You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, Claude 4.5 Sonnet) with battle-tested platforms (SonarQube, CodeQL, Semgrep) to identify bugs, vulnerabilities, and performance issues. Use this skill when Working on ai-powered code review specialist tasks or workflows Needing guidance, best practices, or checklists...
394
8373 symfony:interfaces-and-autowiring makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:interfaces-and-autowiring<div
394
8374 social-media-carousel inference-sh/skills
Social Media Carousel Design high-engagement carousel posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a carousel slide infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1080px;height:1080px;background:0f172a;display:flex;align-items:center;justify-content:center;padding:80px;font-family:system-ui;color:white;text-align:center\"><div><p style=\"fo...
393
8375 skill-creator getsentry/skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
393
8376 pptx rysweet/amplihack
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
393
8377 monday membranedev/application-skills
Monday Monday.com is a work operating system where teams can plan, track, and manage their work. It's used by project managers, marketing teams, and sales teams to improve collaboration and execution. Official docs: https://developers.monday.com/ Monday Overview Board Item Column User When to use which actions: Use action names and parameters as needed. Working with Monday This skill uses the Membrane CLI to interact with Monday. Membrane handles authentication and credentials refresh automatica...
393
8378 customer-success-manager alirezarezvani/claude-skills
Customer Success Manager Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansion opportunity identification. Three Python CLI tools provide deterministic, repeatable analysis using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Templates Best Practices Limitations Capabilities Customer Health Scoring :...
393
8379 rtk-tdd rtk-ai/rtk
Rust TDD Workflow Three Laws of TDD Do NOT write production code without a failing test Write only enough test to fail (including compilation failure) Write only enough production code to pass the failing test Cycle: RED (test fails) -> GREEN (minimum to pass) -> REFACTOR (cleanup, cargo test) Red-Green-Refactor Steps 1. Write test in [cfg(test)] mod tests of the SAME file 2. cargo test MODULE::tests::test_name -- must FAIL (red) 3. Implement the minimum in the function 4. cargo test MODULE::te...
393
8380 book2skill kangarooking/cangjie-skill
book2skill — 把一本书蒸馏成一组可执行 skills 的元 skill 使命 把一本书里沉淀的方法论,拆解成一组 原子化、可被 agent 在真实场景下调用 的 skills,让读者真正用起来。 边界 : ✅ 做: 方法论 / 决策框架 / 清单 / 原则 / 概念体系的蒸馏 ❌ 不做: 书摘 / 读后感 / 作者人设角色扮演 (后者请用 nuwa-skill) 核心方法论: RIA-TV++ 一个四阶段 + 并行提取 + 三重验证 + darwin 兼容测试的流水线。详见 methodology/00-overview.md 。 阶段 0: Adler 整书理解 → BOOK_OVERVIEW.md 阶段 1: 5 个 agent 并行提取 → 候选方法论单元池 阶段 1.5: 三重验证筛选 → 通过的单元 阶段 2: RIA++ 构造 skill → 每个 skill 的 SKILL.md 阶段 3: Zettelkasten 链接 → INDEX.md 阶段 4: 压力测试 (darwin 兼容) → test-prompts.jso...
393
8381 real-time-features aj-geddes/useful-ai-prompts
Real-Time Features Overview Implement real-time bidirectional communication between clients and servers for instant data synchronization and live updates. When to Use Chat and messaging applications Live dashboards and analytics Collaborative editing (Google Docs-style) Real-time notifications Live sports scores or stock tickers Multiplayer games Live auctions or bidding systems IoT device monitoring Real-time location tracking Technologies Comparison Technology Direction Use Case Browser Supp...
393
8382 postman-collection-generator patricio0312rev/skills
Postman Collection Generator Generate importable Postman collections from your API codebase automatically. Core Workflow Scan routes: Find all API route definitions in the codebase Extract metadata: Methods, paths, params, request bodies, headers Organize endpoints: Group by resource or folder structure Generate collection: Create Postman Collection v2.1 JSON Add examples: Include request/response examples Configure variables: Environment variables for base URL, auth tokens Supported Framework...
393
8383 security-best-practices mindrally/skills
Security Best Practices When to use this skill New project : consider security from the start Security audit : inspect and fix vulnerabilities Public API : harden APIs accessible externally Compliance : comply with GDPR, PCI-DSS, etc. Instructions Step 1: Enforce HTTPS and security headers Express.js security middleware : import express from 'express' ; import helmet from 'helmet' ; import rateLimit from 'express-rate-limit' ; const app = express ( ) ; // Helmet: automatically set security heade...
393
8384 asc-ppp-pricing rorkai/app-store-connect-cli-skills
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup when you are creating a new product asc subscriptions pricing ... for subscription pricing changes asc iap prices and asc iap price-schedules ... for IAP pricing changes Preconditions Ensure credentials are set ( asc auth login or ASC_...
393
8385 asc-notarization rorkai/app-store-connect-cli-skills
macOS Notarization Use this skill when you need to notarize a macOS app for distribution outside the App Store. Preconditions Xcode installed and command line tools configured. Auth is configured ( asc auth login or ASC_* env vars). A Developer ID Application certificate in the local keychain. The app's Xcode project builds for macOS. Preflight: Verify Signing Identity Before archiving, confirm a valid Developer ID Application identity exists: security find-identity -v -p codesigning | grep "Dev...
393
8386 seo-content-writer sickn33/antigravity-awesome-skills
SEO Content Writer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert...
393
8387 hoc-pattern patternsdev/skills
HOC Pattern Table of Contents When to Use When NOT to Use Instructions Details Source Within our application, we often want to use the same logic in multiple components. This logic can include applying a certain styling to components, requiring authorization, or adding a global state. One way of being able to reuse the same logic in multiple components, is by using the higher order component pattern. This pattern allows us to reuse component logic throughout our application. When to Use Use this...
393
8388 requirements-clarity davila7/claude-code-templates
Requirements Clarity Skill Description Automatically transforms vague requirements into actionable PRDs through systematic clarification with a 100-point scoring system. Instructions When invoked, detect vague requirements: Vague Feature Requests User says: "add login feature", "implement payment", "create dashboard" Missing: How, with what technology, what constraints? Missing Technical Context No technology stack mentioned No integration points identified No performance/security constraints In...
393
8389 security-review davila7/claude-code-templates
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
393
8390 nextjs-app-router-patterns sickn33/antigravity-awesome-skills
Next.js App Router Patterns Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development. When to Use This Skill Building new Next.js applications with App Router Migrating from Pages Router to App Router Implementing Server Components and streaming Setting up parallel and intercepting routes Optimizing data fetching and caching Building full-stack features with Server Actions Core Concepts 1. Rendering Modes Mode Where When to Use ...
393
8391 grepai-embeddings-lmstudio yoanbernabeu/grepai-skills
This skill covers using LM Studio as the embedding provider for GrepAI, offering a user-friendly GUI for managing local models. When to Use This Skill - Want local embeddings with a graphical interface - Already using LM Studio for other AI tasks - Prefer visual model management over CLI - Need to easily switch between models What is LM Studio? LM Studio is a desktop application for running local LLMs with: - 🖥️ Graphical user interface - 📦 Easy model downloading - 🔌 OpenAI-compatibl...
393
8392 pipedrive membranedev/application-skills
Pipedrive Pipedrive is a CRM and sales management tool. It helps sales teams organize leads, track deals, and automate sales processes. It's used by small to medium-sized businesses to improve sales performance and manage customer relationships. Official docs: https://developers.pipedrive.com/docs/api/v1 Pipedrive Overview Deals Deal Fields Persons Person Fields Organizations Organization Fields Products Stages Pipelines Users Activity Types Activities Files Notes Email Messages Quotes Use actio...
392
8393 wecom-automation aaaaqwq/claude-code-skills
企业微信个人账号直连自动化 基于 Wechaty 框架连接企业微信个人账号,实现完整的 AI 助手功能。适用于企业微信机器人、自动化客服、个人助手等场景。 核心功能 1. 自动同意好友添加 监听好友请求事件 自动通过好友验证 发送个性化欢迎消息 标注用户信息和来源 2. 智能问答(基于知识库) 向量知识库存储企业知识 语义搜索匹配问题 LLM 生成专业回复 支持多轮对话上下文 3. 人工介入提醒 置信度阈值自动判断 通过 Telegram/飞书通知人工 记录未解决问题用于优化 平滑转接到人工客服 4. 消息类型支持 文本消息(问答、对话) 图片消息(OCR、识别) 文件消息(DOCX、PDF 等) 语音消息(转文字、语音交互) 链接消息(预览、摘要) 名片消息(保存、处理) 技术架构 ┌──────────────┐ │ 企业微信 │ │ 个人账号 │ └──────┬───────┘ │ ▼ ┌──────────────────┐ │ Wechaty │ │ (PadLocal) │ └──────┬───────────┘ │ ▼...
392
8394 search-skill gbsoss/skill-from-masters
Search Skill Search and recommend Claude Code Skills from trusted marketplaces based on user requirements. When to Use When users describe a need and want to find an existing Skill to solve it. Examples: "Is there a skill that can auto-generate changelogs?" "Find me a skill for frontend design" "I need a skill that can automate browser actions" Data Sources (by trust level) Tier 1 - Official / High Trust (show first) Source URL Notes anthropics/skills github.com/anthropics/skills Official e...
392
8395 tanstack-ai tanstack-skills/tanstack-skills
Overview TanStack AI is a modular, provider-agnostic AI SDK with tree-shakeable adapters for OpenAI, Anthropic, Gemini, Ollama, and more. It provides streaming-first text generation, tool calling with approval workflows, structured output with Zod schemas, multimodal content support, and React hooks for chat/completion UIs. Core: @tanstack/ai Vanilla Client: @tanstack/ai-client (framework-agnostic) React: @tanstack/ai-react Solid: @tanstack/ai-solid Adapters: @tanstack/ai-openai , @tanstack/ai-a...
392
8396 financial data fetcher gracefullight/stock-checker
Financial Data Fetcher Skill Provides comprehensive market data access for AI trading agents. Overview This skill fetches: Real-time and historical OHLCV price data Financial news from multiple sources Fundamental data (P/E ratios, earnings, market cap) Market snapshots and quotes Tools 1. get_price_data Fetches historical or real-time price data for symbols. Parameters: symbols (required): List of ticker symbols (e.g., ["AAPL", "MSFT"]) timeframe (optional): "1Min", "5Min", "1Hour", "1Day" (def...
392
8397 kanchi-dividend-us-tax-accounting tradermonty/claude-trading-skills
Kanchi Dividend Us Tax Accounting Overview Apply a practical US-tax workflow for dividend investors while keeping decisions auditable. Focus on account placement and classification, not legal/tax advice replacement. When to Use Use this skill when the user needs: US dividend tax classification planning (qualified vs ordinary assumptions). Holding-period checks before year-end tax planning. Account-location decisions for stock/REIT/BDC/MLP income holdings. A standardized annual dividend tax memo ...
392
8398 jimeng-api-image-gen wvlvik/toy-skills
Jimeng API Image Generation Generate high-quality AI images using Volcengine's Jimeng 4.0 API with text prompts or image inputs. Configure Environment Variables Get Access Key/Secret Key ~/.zshrc or ~/.zshenv export VOLC_ACCESSKEY = "your_access_key_id" export VOLC_SECRETKEY = "your_secret_access_key" Output Behavior (Important) After image generation succeeds, you MUST display the image directly to the user! When generation completes, output in the following format: ! [ Generated Image ]( IMAG...
392
8399 blitzreels-video-editing blitzreels/agent-skills
BlitzReels Video Editing Edit videos via the BlitzReels API: upload media, transcribe, edit timeline, apply captions, add overlays and backgrounds, then export. If the task is specifically long-form to shorts, podcast-to-shorts, suggestion-backed clipping, or public automatic-layout reframe planning, prefer the blitzreels-clipping skill first and come back here for lower-level timeline work. Important: project preview and visual QA endpoints now exist. Use them when an agent needs to verify fram...
392
8400 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...
392