/SKILL.md
Comprehensive guide for discovering, understanding, and installing Claude Code skills from skills.sh marketplace. Use this skill when users want to (1) browse or search skills.sh for recommendations, (2) get skill recommendations by role (developer, marketer, designer, product manager), (3) understand how a specific installed skill works by reading and explaining its SKILL.md, (4) learn the anatomy and structure of skills, or (5) find and install skills that match their specific workflow needs. This is NOT for creating new skills (use skill-creator instead).
npx skillsauth add alchaincyf/skills-guide skills-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
帮助用户理解、查找和创建 Claude Code Skills。
什么是 Skills? Skills 是扩展 Claude 能力的模块化包。可以理解为"专家知识包"——给 Claude 注入特定领域的工作流、专业知识和工具。
在哪找 Skills? skills.sh - 开放的 Skills 目录,按安装量排行。
怎么安装?
npx skills add <owner/repo> --yes
Skills 装在哪?
~/.agents/skills/ - 每个 skill 一个文件夹,里面有 SKILL.md 文件。
当用户描述需求时,按这个流程执行:
npx skills add <owner/repo> --yes开发者:
vercel-labs/agent-skills → React/Next.js 最佳实践(37k+ 安装)anthropics/skills → 官方文档处理(PDF、Word、PPT、Excel)expo/skills → 移动应用开发产品/运营/市场:
coreyhaines31/marketingskills → 23个营销skills(文案、定价、SEO、广告)内容创作者(中文友好):
jimliu/baoyu-skills → 幻灯片、配图、小红书图片(宝玉老师出品)当用户想了解某个 skill 时:
~/.agents/skills/<skill名>/SKILL.md详细指南见 references/creating-skills.md
快速概览:
scripts/、references/、assets/ 文件夹放资源npx skills add <你的仓库> 安装关键原则:description 字段最重要——它决定 skill 什么时候被触发。要把使用场景写清楚。
需要详细信息时,读取参考文件:
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.