skills-manager
搜索、安装和协调创建 Claude Code Agent Skills。当用户想要搜索技能、安装工具、创建自定义 Skill,或者说"find a skill"、"搜索技能"、"帮我做个 skill"、"create a skill"时触发。也适用于用户说"有没有做 X 的工具"、"我想扩展 Agent 能力",或当前能力不足需要先查找可复用方案的场景。
Install / Use
npx skills add CherryHQ/cherry-studio --skill skills-managerInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Our assessment of skills-manager
skills-manager scores 72/100 on our quality scale, 1797th of 2,717 Development & Engineering skills we index.
Its SKILL.md is 1.0 KB long, split into 3 sections and no code examples: fairly brief, so expect to fill in details yourself.
With 52,134 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated 2 days ago, so skills-manager is actively maintained.
- It is released under AGPL-3.0, a copyleft license: you can use it, but modified versions you distribute must carry the same license.
- Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.
Automated pattern scan on 2026-09-27. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
skills-manager compared with similar skills
All 4 of these similar skills score higher than skills-manager; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| skills-manager (this skill)by CherryHQ | 72 | 52.1k | 2d ago | SKILL.md |
| ai-job-searchby MadsLorentzen | 100 | 44.1k | today | CLAUDE.md |
| claude-howtoby luongnv89 | 100 | 41.7k | 1d ago | CLAUDE.md |
| algorithmic-artby anthropics | 100 | 177.9k | 5d ago | SKILL.md |
| pptxby anthropics | 100 | 177.9k | 5d ago | SKILL.md |
Frequently asked questions
- How do I install skills-manager?
- Run
npx skills add CherryHQ/cherry-studio --skill skills-manager. The install tabs above show the steps for each supported agent. - Which AI agents does skills-manager work with?
- It is written for Claude Code, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is skills-manager safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is AGPL-3.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is skills-manager still maintained?
- The repository was last updated 2 days ago, so skills-manager is actively maintained.
Skill content
View source on GitHubname: skills-manager description: 搜索、安装和协调创建 Claude Code Agent Skills。当用户想要搜索技能、安装工具、创建自定义 Skill,或者说"find a skill"、"搜索技能"、"帮我做个 skill"、"create a skill"时触发。也适用于用户说"有没有做 X 的工具"、"我想扩展 Agent 能力",或当前能力不足需要先查找可复用方案的场景。
Skills Manager
搜索和安装
优先复用: find-skills 可用时先调用它完成搜索、质量检查和安装确认;只有不可用时才执行下面的 CLI 降级流程。
运行时检测: 优先 npx skills,备选 $CHERRY_STUDIO_BUN_PATH x skills,都没有则提示安装 Node.js
搜索: 理解需求→提取关键词→npx skills find [query]→展示名称/功能/来源
安装: Skills 是第三方代码有完整权限,必须: 展示安全警告→提供源码链接→用户确认→npx skills add <owner/repo@skill> -y。位置: 项目级 .claude/skills/ 或用户级 ~/.claude/skills/
无结果: 告知→先尝试直接完成→可复用流程再建议创建自定义 Skill
创建 Skills
- 先确认现有 Skill 无法满足需求,并判断这是不是值得复用的流程;一次性任务直接完成,不强行创建 Skill。
- 检查可用 Skill 列表。
skill-creator可用时必须调用它,并完整遵循其需求澄清、初始化、编辑、验证和迭代流程;不要绕过它直接手写SKILL.md。 - 只有
skill-creator确实不可用时,才明确告诉用户正在降级,然后用npx skills init <skill-name>初始化,保持SKILL.md精简,并按需加入scripts/、references/、assets/。 - 创建后至少验证 frontmatter、触发描述和一个真实用例;验证失败就修正后重跑。
参考: https://skills.sh/ | npx skills find/add/init
Related Skills
ai-job-search
44.1kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.7kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
pptx
177.9kUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an em…
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
