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.
academic-pdf-redaction
Redact text from PDF documents for blind review anonymization
claude-code-analyzer
Analyzes Claude Code usage patterns and project structure to recommend workflow improvements. Detects frequently used tools for auto-allow configuration, identifies repetitive commands for slash command creation, and generates CLAUDE.md documentation based on project tech stack.
create-hooks
This skill provides detailed guidance for creating Claude Code hooks - shell commands triggered by specific events like PreToolUse or PostToolUse. It covers configuration, JSON input parsing with jq, exit code handling, and includes practical examples for auto-formatting, logging, and file protection.
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
issue-maker
Create GitHub issues following Pollinations team conventions. Use when asked to create issues, track work, or plan features.
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.
food-order
Imported from https://github.com/moltbot/moltbot.
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.
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.
linear
Linear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.
prompts
Imported from https://github.com/lobehub/lobehub.
payload
Imported from https://www.skillhub.club/skills/payloadcms-payload.
web-renderer-test
Add a test case to the web renderer
dotnet
Imported from https://github.com/SeleniumHQ/selenium.
risk-metrics-calculation
Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems.
markitdown
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
claude-code-guide
Claude Code 高级开发指南 - 全面的中文教程,涵盖工具使用、REPL 环境、开发工作流、MCP 集成、高级模式和最佳实践。适合学习 Claude Code 的高级功能和开发技巧。
form-cro
When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form friction," "form fields," "form completion rate," or "contact form." For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.
tailwind-4
Tailwind CSS 4 patterns and best practices. Trigger: When styling with Tailwind (className, variants, cn()), especially when dynamic styling or CSS variables are involved (no var() in className).