Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
search-interceptor
This skill intercepts bulk file read operations before execution and suggests using Claude Memory semantic search instead. It provides clear triggers for when to intervene, decision matrices, and practical examples to reduce token waste during code exploration.
discover-database
A gateway skill that automatically loads relevant database expertise when Claude detects SQL, NoSQL, or schema design work. It provides structured access to 8 core database skills covering PostgreSQL, MongoDB, Redis, connection pooling, ORM patterns, and database selection decisions. The skill uses progressive loading to minimize token usage while offering comprehensive coverage.
session-logs
This skill provides jq-based shell commands to search and analyze Claude conversation history stored in JSONL files. It helps users find past discussions, calculate costs, and extract specific message types from session logs located in ~/.clawdbot directories.
ruzzy
Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.
code-maturity-assessor
Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety, auditing practices, access controls, complexity, decentralization, documentation, MEV risks, low-level code, and testing. Produces professional scorecard with evidence-based ratings and actionable recommendations. (project, gitignored)
moai-foundation-claude
Provides the official reference documentation and templates for building Claude Code extensions. Covers skills, sub-agents, plugins, slash commands, hooks, memory, settings, sandboxing, headless mode, and advanced agent patterns. Essential for developers extending Claude's capabilities.
ffmpeg-keyframe-extraction
Extract key frames (I-frames) from video files using FFmpeg command line tool. Use this skill when the user needs to pull out keyframes, thumbnails, or important frames from MP4, MKV, AVI, or other video formats for analysis, previews, or processing.
hooks-automation
Provides automated hooks for Claude Code operations including pre/post task execution, agent coordination, code formatting, and session persistence. Integrates with MCP tools for swarm management and maintains memory across development sessions. Includes Git commit validation and pattern learning from successful operations.
n8n-trigger-testing-strategies
Provides concrete testing strategies for n8n workflow triggers including webhook payload validation, HTTP method testing, authentication checks, and cron schedule verification. Includes TypeScript code examples for common testing scenarios.
test-writer
Generate comprehensive Vitest tests for code examples in JavaScript concept documentation pages, following project conventions and referencing source lines
example-skill
Provides a reference template for creating Claude Code plugin skills. It clearly defines the file structure, frontmatter requirements, and activation triggers. The skill serves as a practical starting point for developers building new skills.
spring-boot-dependency-injection
This skill provides concrete guidance for implementing constructor-first dependency injection in Spring Boot projects. It covers mandatory and optional dependencies, bean resolution, and validation testing with specific code examples. The workflow helps developers create testable, maintainable services while avoiding common anti-patterns like field injection.
go
Provides concrete commands and workflows for Go development, with strong emphasis on gotestsum for testing. Includes specific examples for test execution, coverage analysis, debugging, and CI integration. Covers module management, building, formatting, and common development tasks.
1k-state-management
Jotai state management patterns for OneKey. Use when working with atoms, global state, feature state, or context atoms. Triggers on jotai, atom, state, globalAtom, contextAtom, store, persistence, settings.
integrating-stripe-webhooks
Use when implementing Stripe webhook endpoints and getting 'Raw body not available' or signature verification errors - provides raw body parsing solutions and subscription period field fixes across frameworks
docx
This skill enables Claude to create, edit, and analyze Word documents (.docx) through XML manipulation. It provides workflows for text extraction, document creation with docx-js, editing with Python libraries, and redlining for tracked changes. Includes unpack/pack scripts and validation tools.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
pylabrobot
Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API, opentrons-integration may be simpler.
wechat-publisher
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
meta-tags-optimizer
Creates and optimizes meta tags including title tags, meta descriptions, Open Graph tags, and Twitter cards for maximum click-through rates and social sharing engagement.
xp-practices
A comprehensive and well-structured XP practices guide with excellent practical implementation advice, clear prioritization, and thoughtful agent integration for modern development teams.
openai-whisper
Local speech-to-text with the Whisper CLI (no API key).
goplaces
Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.