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.
docs-writer
A technical documentation writer that generates docs one section at a time to prevent crashes, creating API docs, user guides, and README files with clear examples and structured templates.
rust-learner
Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust release, stable, nightly, crate info, crates.io, lib.rs, docs.rs, API documentation, crate features, dependencies, which crate, what version, Rust edition, edition 2021, edition 2024, cargo add, cargo update, 最新版本, 版本号, 稳定版, 最新, 哪个版本, crate 信息, 文档, 依赖, Rust 版本, 新特性, 有什么特性
human-writing
Write content that sounds natural, conversational, and authentically human - avoiding AI-generated patterns, corporate speak, and generic phrasing
cfn-retrospective-report
Converts sprint JSON data into formatted markdown reports with sections for metrics, agent performance, bottlenecks, and lessons learned. Focuses on readability with markdown formatting and optional HTML output.
selector-strategies
Provides concrete guidance on writing reliable CSS/XPath selectors for web automation, focusing on stable attributes like data-testid and avoiding brittle patterns. Includes priority tables, anti-pattern warnings, and handling strategies for dynamic content in React apps.
nuxt-studio
This skill helps set up Nuxt Studio, a visual content editor for Nuxt websites, by guiding installation, OAuth authentication configuration, and deployment to Cloudflare with a custom subdomain.
understanding-development
This skill provides a reference to walkerOS development documentation, helping contributors understand build/test workflows, project structure, and conventions before writing code. It's essentially a documentation lookup tool for a specific open-source project.
conflict-detection
Detects duplicate and overlapping user stories in a story-tree SQLite database using text similarity. Runs as standalone Python script with JSON output. Helps prevent redundant work during story writing sessions.
clean-code
Use when writing, reviewing, or refactoring code. Apply when naming variables or functions, structuring classes, handling errors, writing tests, or when code feels complex or hard to understand. Based on Robert C. Martin's Clean Code.
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.
vitest-bdd-3layer
DashPlayer 三层 Vitest-BDD 技能。Use when developers want business-readable BDD scenarios without coupling scenario writing to code implementation details. Triggers on: "BDD 三层", "行为测试分层", "给定当那么", "Vitest BDD", "不想在场景里写实现".
xiaohongshu-viral-writing
Imported from https://github.com/openclaw/skills.
humanizer
Humanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern detectors, 560+ AI vocabulary terms across 3 tiers, and statistical analysis (burstiness, type-token ratio, readability) for comprehensive detection. Use when asked to humanize text, de-AI writing, make content sound more natural/human, review writing for AI patterns, score text for AI detection, or improve AI-generated drafts. Covers content, language, style, communication, and filler categories.
feishu-doc-editor
Feishu document creation and editing operations using OpenAPI. Activate when user needs to create, edit, or read Feishu documents programmatically.
feishu-docx-powerwrite
High-quality Feishu/Lark Docx writing via OpenClaw. Use when you want to turn Markdown into well-formatted Feishu Docx (headings, lists, nesting, code blocks) using feishu_docx_write_markdown; includes safe workflows, templates, and troubleshooting. Trigger on Feishu doc/docx links, “write to Feishu doc”, “generate a Feishu doc”, “append/replace docx”, “convert markdown to feishu doc”, or when users want consistently good doc formatting.
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
docs-search
PROACTIVELY search auto-generated documentation when receiving ANY user instruction. Search for function signatures, API documentation, class definitions, and code comments BEFORE implementing anything. Your codebase documentation is valuable - use it first.
tool-clawdbot
Help users install, configure, and operate Clawdbot (gateway, channels, nodes, plugins). Use when answering Clawdbot setup/debug questions; use the local docs snapshot under tool-clawdbot/references/docs/ as the source of truth. Triggers: clawdbot, clawd, clawdhub, gateway, onboard, channels login, whatsapp, telegram, discord, mattermost, pairing, nodes, sandboxing, tailscale.
writing-skills
This skill applies Test-Driven Development principles to creating and refining Claude skills by first testing agents without documentation, observing failures, writing targeted skills to address those failures, and continuously refining based on new test scenarios.
claude-docs-consultant
Provides targeted access to Claude Code documentation by fetching specific docs from docs.claude.com instead of loading everything. Includes workflow for identifying needs, fetching relevant docs, and applying them to tasks like hook creation or skill debugging.
Cross-Site Scripting and HTML Injection Testing
This skill should be used when the user asks to "test for XSS vulnerabilities", "perform cross-site scripting attacks", "identify HTML injection flaws", "exploit client-side injection vulnerabilities", "steal cookies via XSS", or "bypass content security policies". It provides comprehensive techniques for detecting, exploiting, and understanding XSS and HTML injection attack vectors in web applications.
filler-word-processing
Process filler word annotations to generate video edit lists. Use when working with timestamp annotations for removing speech disfluencies (um, uh, like, you know) from audio/video content.
cfn-operations
Consolidates file and log operations for CFN infrastructure management. Provides basic file read/write/copy and log rotation utilities. Primarily serves as a refactoring of existing tools into a unified structure.
python-async-patterns
Comprehensive guide to Python async/await patterns, best practices, and anti-patterns. Covers asyncio fundamentals, coroutines, async context managers, task management, common libraries (aiohttp, aiofiles, asyncpg), framework integration (FastAPI, Django), performance considerations, and proper exception handling. Use when reviewing or writing asynchronous Python code.