发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
taobao-product-reviews
Fetch customer reviews for a Taobao or Tmall product by itemId, returning reviewer name, date, purchased variant (SKU), review text, and photo URLs. Use when a user asks to get product reviews from Taobao, scrape Taobao customer feedback, extract buyer reviews by item ID, collect Tmall ratings and comments, or to 采集淘宝商品评价/抓取淘宝买家评论/获取淘宝商品评论/天猫商品评价抓取/按商品ID获取评价. Also applicable for sentiment analysis of product reviews, building review datasets, and monitoring product rating changes.
taobao-shop-catalog
Browse a Taobao or Tmall shop's product catalog by shopId, returning paginated product listings with itemId and title. Use when a user asks to scrape a Taobao shop, get all products from a store, list items in a Taobao/Tmall shop, fetch shop catalog by userId or shopId, or for Chinese queries such as “采集淘宝店铺商品”, “抓取淘宝店铺所有商品”, “获取天猫店铺商品列表”, “淘宝店铺目录”, “按店铺ID采集商品”. Also applies to shop inventory monitoring, competitor store analysis, and bulk itemId collection from a specific seller.
Skill: WiFi Penetration Testing
> **Supplementary Files**: > - `payloads.md` — WiFi attack commands and payloads categorized by Monitor mode, reconnaissance, handshake capture, WEP/WPA cracking, Evil Twin, WPS attacks, deauthentication attacks...
jdb-debugger
Debug Java applications in real time using JDB (Java Debugger CLI). Attach to running JVMs or launch new ones under JDB, set breakpoints, step through code, inspect variables, analyze threads, and diagnose exceptions. Use when debugging Java programs, investigating runtime behavior, or diagnosing production issues on JVMs with JDWP enabled.
backtest-engine
Backtest trading strategies against historical fan token data with configurable entry/exit timing and filters.
whale-intel
Real-time whale wallet tracking with large flow detection and token distribution analysis for fan tokens.
flask-service
How to add REST endpoints to any Flask-based microservice (User, Order, Event, Orchestrator). Covers app factory, blueprints, health checks, Flasgger docs, and standard response format.
create-bubble
Create a new Bubble integration for Bubble Lab following all established patterns and best practices from CREATE_BUBBLE_README.md
commit
规范化的代码提交工具,自动生成符合 Conventional Commits 格式的提交信息,并支持用户确认机制
skill-manager
A Claude Code skill that allows you to search, browse, and install skills from a database of 31,767+ community skills with intelligent folder-level downloads. Supports SVN export, Git sparse checkout, and HTTP fallback methods for complete skill folder installation.
bind
BIND 9 DNS server reference. Covers named.conf configuration, zone files and record types, split-horizon (split DNS) views, DNSSEC signing and validation, Response Policy Zones (RPZ), rate limiting, security hardening, and troubleshooting with dig and rndc.
fail2ban
Fail2Ban intrusion prevention system reference. Covers jail configuration, custom regex filters, testing with fail2ban-regex, progressive banning, SSH/Nginx/WordPress protection, ban/unban management, monitoring, and troubleshooting.
germination
Seed germination reference — imbibition, dormancy breaking, temperature/moisture requirements, testing protocols. Use when planning seed-starting, evaluating germination rates, or troubleshooting poor emergence.
survey-designer
Survey design tool for creating professional surveys, adding question types, configuring skip logic, analyzing data, accessing a template library, and exporting in multiple formats. Use when you need survey designer capabilities. Triggers on: survey designer.
tariff
International trade tariff reference — HS codes, duty rates, trade agreements, customs valuation, and tariff classification. Use when classifying goods for import/export, calculating duties, or navigating trade agreements.
investigating-codebases
Automatically activated when user asks how something works, wants to understand unfamiliar code, needs to explore a new codebase, or asks questions like "where is X implemented?", "how does Y work?", or "explain the Z component"
creative-design/ui-design-system
Complete toolkit for architecting component libraries, defining typography scales, and building robust design tokens. Use this skill when founding a new project's UI, refactoring disorganized CSS, or ensuring WCAG accessibility compliance across interfaces.
brainstorming
Socratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.
faceswap
Swap faces in a video using AI via the HeyGen API. Use when: (1) replacing a face in a video with another face, (2) face swapping from a source image onto a target video, (3) creating personalized videos by swapping in a person's face, (4) working with HeyGen's /v1/workflows/executions endpoint for face-swap processing.
manimgl-best-practices
Trigger when: (1) User mentions "manimgl" or "ManimGL" or "3b1b manim", (2) Code contains `from manimlib import *`, (3) User runs `manimgl` CLI commands, (4) Working with InteractiveScene, self.frame, self.embed(), ShowCreation(), or ManimGL-specific patterns. Best practices for ManimGL (Grant Sanderson's 3Blue1Brown version) - OpenGL-based animation engine with interactive development. Covers InteractiveScene, Tex with t2c, camera frame control, interactive mode (-se flag), 3D rendering, and checkpoint_paste() workflow. NOT for Manim Community Edition (which uses `manim` imports and `manim` CLI).
playwright-recording
Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.
video_toolkit
Create professional videos autonomously using claude-code-video-toolkit — AI voiceovers, image generation, music, talking heads, and Remotion rendering.
preferences-distributed-systems
Distributed systems patterns including consistency models, consensus, and fault tolerance. Load when designing or debugging distributed architectures.
semantic-compression
Aggressively remove grammatical scaffolding LLMs reconstruct while preserving meaning-carrying content. Output may be fragments. Use when compressing text for prompts, reducing token count, preparing context for LLM input, or making documentation more token-efficient. Applies LLM-aware compression rules that delete predictable grammar while preserving semantics.