一键导入
search-skills
Search installed skills by name and show their installed path
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search installed skills by name and show their installed path
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
List all installed skills and show which plugin each belongs to
Track and report Claude Code skill usage statistics. Use this whenever the user asks about skill usage, skill stats, skill reports, which skills are used most or least, wants to clean up unused skills, optimize their skill set, or mentions skill profiling, skill tracking, skill usage frequency, or any question about how often skills get triggered.
Compare installed skills for similarity, identify overlapping functionality, and clean up redundant skills — covers personal skills and plugin skills
基于 SOC 职业分类
| name | search-skills |
| description | Search installed skills by name and show their installed path |
Search for installed skills by name and show their file paths.
The user provides a skill name or keyword as an argument. If no argument is given, ask:
What skill name would you like to search for?
Scan both paths for SKILL.md files:
~/.claude/skills/**/SKILL.md — personal skills~/.claude/plugins/cache/**/SKILL.md — plugin skillsMatch the query against skill names using substring matching (case-insensitive).
Matches found:
Search: "debug" → 2 results
debugging
Source: superpowers (plugin)
Path: ~/.claude/plugins/cache/superpowers/skills/systematic-debugging/SKILL.md
debug-helper
Source: personal
Path: ~/.claude/skills/debug-helper/SKILL.md
No matches:
Search: "foobar" → 0 results
No installed skills match "foobar".