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.
domain-memory
A disk-based state management system for stateless AI agents that enforces a strict boot-up ritual. Agents read/write to domain-memory.yaml files, ensuring progress persists across sessions. Includes CLI tools for managing feature status, preventing infinite loops via 'tried' tracking, and supporting hierarchical epic workflows.
xlsx
This skill wraps the xlsx CLI tool to manipulate Excel files without Python or Node.js. It provides SQL-like filtering, cell editing, CSV conversion, and basic analysis. The documentation includes concrete examples for viewing data, searching patterns, updating cells, and common workflows like data extraction.
pkm
A command-line tool for personal knowledge management that indexes and searches documents with quality filters, tracks relationships between notes, and integrates with Claude via MCP. It supports hybrid search, freshness tracking, and editor autocomplete.
zh-CN
Imported from https://github.com/openclaw/openclaw.
voice-call
Start voice calls via the OpenClaw voice-call plugin.
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
typescript-write
A specialized skill for TypeScript/JavaScript development following Metabase standards, offering practical value but lacking detailed instructions and examples.
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
memory
Two-layer memory system with grep-based recall.
roier-seo
Technical SEO auditor and fixer. Runs Lighthouse/PageSpeed audits on websites or local dev servers, analyzes SEO/performance/accessibility scores, and automatically implements fixes for meta tags, structured data, Core Web Vitals, and accessibility issues.
ml-paper-writing
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
browser
Web browser automation with AI-optimized snapshots for claude-flow agents
self-improving-agent
Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.
toggle
Context layer for your agent. ToggleX captures the user's work sessions, projects, focus scores, and context switches across the web — giving the agent awareness of what the user has actually been doing. Use this skill PROACTIVELY: generate daily digests, nudge stale projects, detect context-switching, spot repeated workflows and propose automations, predict the user's next action based on learned routines, and answer recall questions from memory. Also use when the user asks about their activity, tasks, sessions, productivity, time, or anything work-related. Keywords: what did I do, what was I working on, today, yesterday, my day, activity, sessions, refresh my data, productivity, time tracking, context, pick up where I left off, what was I looking at, stale, pattern, automate, digest, report, focus, scattered, deep work, predict, next task, routine, anticipate, briefing.
calorie-detective-v2-0-0
热量侦探 v2.0.0 - AI 食物卡路里计算器。通过 Kimi 视觉识别照片中的食物,自动计算卡路里、蛋白质、碳水、脂肪等营养数据。内置常见食物营养数据库。用于健康饮食管理、减肥健身追踪。再隐蔽的热量也逃不过我的眼睛!
draw-io
draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.
google-gemini-embeddings
Build RAG systems and semantic search with Gemini embeddings (gemini-embedding-001). 768-3072 dimension vectors, 8 task types, Cloudflare Vectorize integration. Prevents 13 documented errors. Use when: vector search, RAG systems, semantic search, document clustering. Troubleshoot: dimension mismatch, normalization required, batch ordering bug, memory limits, wrong task type, rate limits (100 RPM).
clerk-auth
Clerk auth with API Keys beta (Dec 2025), Next.js 16 proxy.ts (March 2025 CVE context), API version 2025-11-10 breaking changes, clerkMiddleware() options, webhooks, production considerations (GCP outages), and component reference. Prevents 15 documented errors. Use when: API keys for users/orgs, Next.js 16 middleware filename, troubleshooting JWKS/CSRF/JWT/token-type-mismatch errors, webhook verification, user type inconsistencies, or testing with 424242 OTP.
cloudflare-python-workers
Build Python APIs on Cloudflare Workers using pywrangler CLI and WorkerEntrypoint class pattern. Includes Python Workflows for multi-step DAG automation. Prevents 11 documented errors. Use when: building Python serverless APIs, migrating Python to edge, or troubleshooting async errors, package compatibility, handler pattern mistakes, RPC communication issues.
wheels-deployment
This skill provides configuration templates and checklists for deploying Wheels (ColdFusion) applications to production. It includes specific code snippets for production settings, security hardening options, and performance optimization steps. The checklists help ensure critical deployment tasks aren't missed.
New Rule Completeness Validator
This skill provides a detailed checklist for developers adding new game rules to the Sanmill project. It systematically lists required file modifications across C++ engine and Flutter UI layers, includes localization steps, and warns about common implementation pitfalls. The output format shows completion status with specific file checks.
browsing-with-playwright
This skill provides a wrapper around the official Playwright MCP server for browser automation. It includes helper scripts for server lifecycle management, a Python client for tool invocation, and detailed workflows for common tasks like form submission and data extraction. The documentation clearly explains when to use it versus static content tools.
skills-proficiency-mapper
A Claude skill that maps educational skills to CEFR/Bloom's/DigComp proficiency levels with validation. It prevents skill fragmentation across curriculum chapters by checking for naming consistency, progression coherence, and prerequisite satisfaction. Useful for curriculum designers creating structured learning paths.
stable-baselines3
Provides detailed guidance for using Stable Baselines3 library to train reinforcement learning agents. Covers algorithm selection, custom environment creation, vectorized environments, callbacks, and evaluation workflows with practical code examples.