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.
invoice-organizer
Automates invoice and receipt organization by extracting key data from PDFs and images, renaming files with standardized formats, and sorting them into categorized folders. Creates a CSV summary for accounting. Saves manual effort during tax season and expense reconciliation.
caro-shell-helper
This skill helps users generate safe POSIX shell commands from natural language using Caro. It provides clear safety assessments, teaches POSIX compliance, and offers installation guidance. The workflow includes command validation, risk explanation, and execution guidance.
handler-storage-s3
Provides AWS S3 file operations for Claude through the fractary-file plugin. Supports multiple authentication methods including IAM roles, profiles, and access keys. Handles upload, download, delete, list, and presigned URL generation with structured JSON outputs and clear error handling.
archive-task
This skill automates the atomic archival of completed tasks by updating todo.md and changelog.md in a single commit. It enforces correct workflow patterns, prevents split commits, and includes safety checks for task completion state. The tool integrates with git workflows and handles changelog archiving when files grow too large.
senior-devops
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.
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时激活。
bmad-method
The BMAD Method skill helps make data-driven technology decisions by evaluating what's Best (industry standard), Most Appropriate (context fit), and aligned with Design (architecture vision), balancing trade-offs for optimal outcomes.
cfn-docker-wave-execution
This skill orchestrates Docker container execution in parallel waves with memory-aware spawning. It parses batching plans, spawns containers with tier-based memory limits, monitors execution via polling, collects results with exit code analysis, and performs cleanup. It's designed for running multiple agent containers simultaneously in CI/CD or development workflows.
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.
ai-native-development
Build AI-first applications with RAG pipelines, embeddings, vector databases, agentic workflows, and LLM integration. Master prompt engineering, function calling, streaming responses, and cost optimization for 2025+ AI development. Includes local LLM inference with Ollama for 93% CI cost reduction.
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.
component-builder
Generates React components using Material Design 3 tokens and MUI primitives. Enforces strict token usage, accessibility standards, and TypeScript best practices. Handles missing tokens with fallbacks and warnings.
Critical Peer Personality
Defines a specific AI persona that avoids praise, challenges assumptions, and focuses on verification before agreement. Provides concrete examples of what to say and avoid, with clear patterns for handling suggestions and feedback. Useful for code review, design discussions, and mentoring scenarios.
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).
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
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.
drizzle
Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.
zustand
Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.