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.
lead-research-assistant
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
audiobook
Create audiobooks from web content or text files. Handles content fetching, text processing, and TTS conversion with automatic fallback between ElevenLabs, OpenAI TTS, and gTTS.
nav-upgrade
Automates Navigator plugin updates with version detection, conflict resolution, and post-update validation. Handles stable and pre-release versions, updates project configuration files, and verifies installation. Saves 8-13 minutes per update compared to manual process.
analyzing-financial-statements
Calculates financial ratios from statement data for investment analysis. Handles multiple input formats (CSV, JSON, text, Excel) and provides ratio calculations with basic interpretations. Includes profitability, liquidity, leverage, efficiency, and valuation metrics.
workflow
This skill tracks edge cases and calculates cost savings for CFN skills. It logs execution failures, identifies recurring issues, generates update proposals, and provides ROI metrics through SQLite-based tracking.
cfn-expert-update
A Bash script that scans git commits to identify changes relevant to a CFN system expert agent, then injects structured knowledge updates. It classifies commits by priority, maintains state to avoid duplicates, and supports dry-run mode for testing.
browser-automation
Provides a browser automation toolkit using Playwright for testing web applications. Includes server lifecycle management, DOM inspection on dynamic apps, and practical examples for element discovery and console logging. Focuses on real-world testing workflows.
us-stock-analysis
Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.
docx
A toolkit for creating, editing, and analyzing Word documents via direct OOXML manipulation. It provides workflows for text extraction, document creation with docx-js, editing with a Python library, and implementing tracked changes. Includes conversion to images for visual analysis.
aws-strands-agents-agentcore
Provides detailed guidance for building and deploying AI agents using AWS Strands SDK and Bedrock AgentCore. Covers architecture patterns, deployment decisions, MCP server requirements, and production observability setup. Includes concrete examples for cost tracking and third-party platform integration.
e2e-playwright
This Claude skill provides comprehensive Playwright end-to-end testing expertise covering browser automation, cross-browser testing, visual regression, API testing, mobile emulation, accessibility testing, test architecture, and CI/CD integration for production-grade testing solutions.
cfn-environment-sanitization
A Bash script that sanitizes environment variables and enforces resource limits for CFN Loop workflows. It removes sensitive data, sets memory limits, and prevents credential leaks in orchestration scripts. Includes strict mode validation and integration examples.
cfn-event-bus
Provides pub/sub event system for Claude agent coordination with lifecycle tracking. Includes shell scripts for publishing, subscribing, and tracking agent states. Offers event filtering, statistics, and standardized event schemas for multi-agent workflows.
tinacms
Provides setup instructions for TinaCMS, a Git-backed headless CMS, across Next.js, Vite+React, and Astro frameworks. Includes configuration examples, common error prevention, and deployment options for TinaCloud or self-hosted functions.
food-order
Imported from https://github.com/moltbot/moltbot.
mcporter
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
openai-whisper
Local speech-to-text with the Whisper CLI (no API key).
video-frames
Extract frames or short clips from videos using ffmpeg.
gemini
Gemini CLI for one-shot Q&A, summaries, and generation.
session-logs
Search and analyze your own session logs (older/parent conversations) using jq.
autogpt_platform
Imported from https://github.com/Significant-Gravitas/AutoGPT.
create-pr
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
orpc-contract-first
Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.