Marketplace
SkillHub Club catalog feed.
Public marketplace mirror sourced from skillhub.club. This source view keeps the new outcome-first browsing model while filtering server-side to a single upstream feed.
slack
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
feishu-doc
Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.
add-uint-support
Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.
vercel-composition-patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture.
biomni
Biomni is an autonomous AI agent framework for biomedical research that executes multi-step tasks across genomics, drug discovery, and clinical analysis. It decomposes complex queries, generates analysis code, retrieves from integrated databases, and produces research reports. The tool handles CRISPR design, single-cell RNA-seq, GWAS interpretation, and multi-omics integration with specific workflow examples.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
cargo-fuzz
cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.
claw-team-builder
Agent Team 规划与配置工具。通过多轮交互澄清需求,自动创建 Agent 配置、工作空间、Bootstrap 文件。 触发场景: - 用户说"创建新 Agent" / "新建 bot" / "配置多个 bot" - 用户说"规划 agent team" / "我需要几个不同的 agent" - 用户说"添加一个 agent" / "帮我建一个新 agent" - 用户提到需要不同场景使用不同的 AI 角色 功能: 1. 需求澄清 - 引导用户描述使用场景和 Agent 定位 2. 配置读取 - 自动读取现有 openclaw.json,分析已有配置 3. 方案设计 - 推荐 Agent 配置方案,检测冲突 4. 自动创建 - 创建目录、文件、更新配置 5. 配置验证 - 确保配置正确可用
json-canvas
This skill enables Claude to create and edit JSON Canvas files used in Obsidian for visual note-taking. It provides detailed specifications for nodes, edges, and layouts, with practical examples for mind maps, flowcharts, and research boards. The documentation covers validation rules and layout guidelines.
threejs-materials
Three.js materials - PBR, basic, phong, shader materials, material properties. Use when styling meshes, working with textures, creating custom shaders, or optimizing material performance.
hono-routing
Build type-safe APIs with Hono for Cloudflare Workers, Deno, Bun, Node.js. Routing, middleware, validation (Zod/Valibot), RPC, streaming (SSE), WebSocket, security (CSRF, secureHeaders). Use when: building Hono APIs, streaming SSE, WebSocket, validation, RPC. Troubleshoot: validation hooks, RPC types, middleware chains, JWT verify algorithm required (v4.11.4+), body consumed errors.
add-malli-schemas
This skill provides specific guidance for adding Malli schemas to Metabase API endpoints. It includes concrete examples, common patterns, and step-by-step instructions for route params, query params, request bodies, and response schemas. The skill references actual code files and established patterns within the Metabase codebase.
skill-developer
A meta-skill for creating and managing other Claude Code skills. Provides detailed guidance on skill structure, trigger patterns, hook mechanisms, and configuration. Includes templates, examples, and troubleshooting steps for implementing skills that auto-activate based on user prompts or file content.
dask
Provides Dask integration for scaling pandas/NumPy workflows beyond memory limits. Includes DataFrames for tabular data, Arrays for numeric operations, and Bags for unstructured data. Covers scheduler selection, chunk optimization, and common patterns like ETL pipelines and iterative algorithms.
pptx
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
landing-page-guide
This skill provides a structured framework for building landing pages with Next.js 14+ and ShadCN UI. It enforces 11 essential elements for conversion, offers complete component examples, and includes SEO metadata setup. The guide covers project structure, required dependencies, and implementation workflow.
ai-mlops
Provides concrete patterns for deploying ML models to production, including data ingestion with dlt, batch/API deployment, drift detection, and incident response. Includes templates for common tasks and clear decision trees for choosing appropriate strategies. Covers both traditional ML and LLM/RAG security considerations.
react-best-practices
Provides concrete React patterns and anti-patterns for hooks, effects, and component design. Focuses on avoiding unnecessary effects, proper dependency management, and cleanup. Includes specific code examples for common scenarios like derived state, event handling, and data fetching.
woocommerce-markdown
Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.
webapp-testing
Provides Python Playwright scripts for testing local web applications with server lifecycle management. Includes a helper script to start and stop development servers automatically before running tests. Offers clear decision trees for static vs dynamic apps and practical examples for common testing scenarios.
skill-litho
A Rust tool that analyzes source code across multiple languages to generate C4 architecture diagrams and technical documentation. It provides clear workflows for different use cases like quick analysis or full documentation generation, with configurable AI models for speed vs. depth.
multi-agent-patterns
Provides structured patterns for designing multi-agent LLM systems to overcome single-agent context limits. Covers supervisor, peer-to-peer, and hierarchical architectures with concrete implementation examples. Includes memory layers and coordination protocols for distributing complex tasks across specialized agents.
bug-reporting-excellence
This skill provides a structured template and guidelines for writing effective bug reports. It includes specific title formulas, severity definitions, required information fields, and concrete examples. The skill integrates with quality analysis agents for automated triage and duplicate detection.
sherlock-review
Provides a structured methodology for verifying code claims through systematic evidence collection and deductive reasoning. Includes investigation templates, checklists, and example scenarios for validating bug fixes, performance improvements, and edge case handling.