发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
ai-visibility
Use when you want your product to surface in AI-generated answers (ChatGPT, Perplexity, Gemini) — creates llms.txt, optimizes structured data, and configures AI crawler access for GEO.
threat-model-skill
Use this skill when performing structured threat modeling for SoC hardware components — STRIDE analysis, attack tree construction, or standards-derived threat identification. Triggers on "threat model this block", "STRIDE analysis", "build an attack tree", "identify threats for". Covers Confidential AI, TDISP/CXL, Supply Chain, Secure Boot/DICE, and CHERI domains. Do NOT use for verification planning (use verification-scaffold-skill) or compliance tracking (use compliance-pipeline-skill).
codex-quota
Check OpenAI Codex CLI rate limit status (daily/weekly quotas) using local session logs. Portable Python script.
miniflux-news
Fetch and triage the latest unread RSS/news entries from a Miniflux instance via its REST API using an API token. Use when the user asks to get the latest Miniflux unread items, list recent entries with titles/links, or generate short summaries of specific Miniflux entries. Includes a bundled script to query Miniflux (/v1/entries and /v1/entries/{id}) using credentials from ~/.config/clawdbot/miniflux-news.json (or MINIFLUX_URL and MINIFLUX_TOKEN overrides).
thingsboard
Manage ThingsBoard devices, dashboards, telemetry, and users via the ThingsBoard REST API.
dust-llm
Step-by-step guide for adding support for a new LLM in Dust. Use when adding a new model, or updating a previous one.
claude-code-statusline-development
Use this skill when the user asks to "create a statusline", "customize the status line", "add a custom prompt", or mentions Claude Code statusline. Also suggest it when the user wants to display git branch, context usage, model name, or session costs at the bottom of Claude Code.
rive-animations
Use when implementing Disney's 12 animation principles with Rive interactive animations
excalidraw-diagrams
Generate architecture diagrams as .excalidraw files from codebase analysis. Use when the user asks to create architecture diagrams, system diagrams, visualize codebase structure, or generate excalidraw files.
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
Generate LCA sections for HVAC systems
Generate structured sections of a Life Cycle Assessment (LCA) for HVAC systems, including goal and scope definition, life cycle inventory analysis, life cycle impact assessment, and interpretation, following a cradle-to-grave approach and covering all specified aspects.
PyInstaller Exe Packaging with Optimization and Security
Guides the user through packaging Python scripts into Windows executables using PyInstaller, with specific focus on using virtual environments, reducing file size via UPX and module exclusion, setting custom icons, and resolving Windows security warnings.
rag-ai-app-security-audit
Use this skill to audit RAG and AI application security, including retrieval boundaries, prompt injection, citations, memory, and data exposure. Do not use it as a scanner or exploit runner.
educates-workshop-authoring
Comprehensive guide for creating and configuring workshops for the Educates interactive training platform. Includes steps for creating workshops from scratch, configuring workshop definitions and content and writing workshop instructions. Use this skill when creating Educates workshops, configuring workshop settings or writing workshop content and instructions.
godot-script
Best practices for writing Godot scripts, covering node initialization timing, use of @onready, avoiding defensive coding, and more. Intended for use when writing GDScript.
pyqt6-patterns
Best practices and patterns for building robust PyQt6 desktop applications
java-best-practices
Expert guidance on modern Java patterns (JDK 8–24) and industry best practices. Use when writing, reviewing, or refactoring Java code to apply modern language features, APIs, and architectural patterns. Covers type inference (var), Records, sealed classes, pattern matching, switch expressions, text blocks, Streams, virtual threads, structured concurrency, modern collections APIs, I/O improvements, security enhancements, DTO design, exception-handling strategies (unchecked exceptions, validation-first approach, global handlers), naming conventions, code smells, and build verification. Essential for modernizing legacy Java code, Spring Boot applications, REST APIs, and enterprise Java development.
json-canvas
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
3D Rendering Prompt Writer
Generates detailed prompts for 3D architectural renderings, including material, lighting, and atmosphere specifications.
GraphQL Resolver Builder
Builds GraphQL resolvers with DataLoader batching, error handling, and authorization middleware
Privacy Policy Generator
Creates GDPR/CCPA-compliant privacy policies with customizable data processing descriptions
Unreal Blueprint Advisor
Provide guidance on Unreal Engine Blueprint visual scripting patterns and optimization
apple-notes
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Otto to add a note, list notes, search notes, or manage note folders.
mermaid-diagram-to-image
Convert Mermaid diagrams to images (PNG, SVG, PDF) using mermaid-cli. This skill should be used when Claude generates Mermaid diagram syntax and wants to create a visual representation for the user, or when converting existing Mermaid diagrams to image formats.