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.
reply-coach
从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。
readme-generator
Generate a production-quality README.md by analyzing project structure, framework, and code
okx-dex-quote
Fetch optimal swap quotes from OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Get the best price for swapping tokens on any supported EVM/Solana chain 2. Compare DEX routing paths and price impact for token swaps 3. Build applications or scripts that query real-time DEX aggregator pricing Core value: Generates correct, authenticated API calls with proper token decimals, amount formatting, HMAC-SHA256 signing, and comprehensive error handling.
beta-feedback-fixer
This skill automates beta feedback resolution by parsing reports, classifying issues by severity, performing root cause analysis, creating isolated worktrees, implementing fixes with regression tests, and preparing beta releases. It provides concrete templates and commands for each step.
project-init
Automates Claude Code project initialization by detecting programming languages and adding appropriate tool permissions to settings.json. Creates session hooks and merges configurations without overwriting existing settings. Saves manual setup time for developers using Claude Code across multiple languages.
log-archiver
Archives completed logs to cloud storage with index management and cleanup
get-history
Provides direct access to raw Claude Code conversation logs stored as JSONL files. Enables audit trails, compliance verification, and analysis of tool call sequences, user approvals, and agent behavior without relying on filtered summaries.
Image Files
Provides ImageMagick command-line instructions for common image manipulation tasks including resizing, format conversion, optimization, and batch processing. Offers clear syntax guidance and practical examples for both single file operations and directory-wide processing.
speech-to-text
Transcribe video to timestamped text using Whisper tiny model (pre-installed).
User Memory
A dual-mode memory system for Claude Code that maintains user preferences across sessions. The minimal version uses shell hooks and jq for zero-dependency operation, while the MCP version adds real-time tools, confidence decay, and session continuity. It extracts preferences from conversation patterns and stores them locally.
youtube-transcript
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
obj-exporter
Three.js OBJExporter utility for exporting 3D geometry to Wavefront OBJ format. Use when converting Three.js scenes, meshes, or geometries to OBJ files for use in other 3D software like Blender, Maya, or MeshLab.
context7
Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
morph-search
A Claude Skill that wraps WarpGrep for high-speed codebase searching at 20x grep speed. Provides regex pattern matching across files and basic file editing with clear command examples. Requires external morph server setup.
multi-tool-pipeline
Provides a reference Python script template for sequentially calling multiple MCP tools. Shows the async/await pattern, error handling, and CLI argument structure. Useful as a starting point for developers building custom tool pipelines.
news-extractor
新闻站点内容提取。支持微信公众号、今日头条、网易新闻、搜狐新闻、腾讯新闻。当用户需要提取新闻内容、抓取公众号文章、爬取新闻、或获取新闻JSON/Markdown时激活。
ghe-requirements
A structured requirements management system for GitHub Elements projects that enforces strict versioning, linking to issues, and backup protocols. It provides templates, folder organization, and validation commands to maintain traceability between specs and implementation.
fastapi-clean-architecture
Build FastAPI applications using Clean Architecture principles with proper layer separation (Domain, Infrastructure, API), dependency injection, repository pattern, and comprehensive testing. Use this skill when designing or implementing Python backend services that require maintainability, testability, and scalability.
github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
eightctl
Control Eight Sleep pods (status, temperature, alarms, schedules).
things-mac
Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Moltbot to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
nodes-base
Imported from https://github.com/n8n-io/n8n.
greeter
A friendly greeter skill
python-testing
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.