← Back to list
skillsmp Checked
在 SkillsMP(1.6M+ 公开 SKILL.md 的索引,覆盖 Claude Code / Codex / ChatGPT)里搜 Agent Skill,按关键词、分类、职业、语言过滤,…
9.1Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "skillsmp" skill by following the instructions at https://skill123.me/install/skillsmp.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/skillsmp.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 13 KBAbout this skill
Overview
在 SkillsMP(1.6M+ 公开 SKILL.md 的索引,覆盖 Claude Code / Codex / ChatGPT)里搜 Agent Skill,按关键词、分类、职业、语言过滤,并专门挖那些「写得好但没人知道」的冷门 Skill。用户说 找个 skill、有没有现成的 skill、搜一下 skill、skillsmp、skills 市场、agent skill 搜索、find a skill、search skills、discover skills 时使用。也用于判断某个领域已经有哪些 Skill、避免重复造轮子。同样覆盖这些口语说法:这个功能有没有人做过、别人写过没、我想写个做 X 的 skill(动手前先搜)、挖点冷门好用的、有没有小众但写得好的、这领域现在都有啥、按星数排靠不靠谱、只要中文的 skill。
Source
- Repo: https://github.com/yan-labs/yan-skills
- Path: skillsmp
Score breakdown
Trigger
7.0
Clear What with bilingual trigger phrases including find a skill and discover skills, but no When-Not in the description itself.
Structure
9.3
Compact 151-line SKILL.md with two well-scoped scripts and no redundant files.
Workflow
9.6
Strong: search-before-build gate, repo-stars pitfall warnings, hasNext-only pagination, fold-not-delete filtering, quota discipline, read-before-recommend rule.
Content
10.0
Crisp commands with all flags documented and translated error codes; every claim backed by measured examples.
Engineering
9.0
Valid frontmatter, shebangs present; .env.example listed in the directory tree but not shipped.
Security
10.0
Only external target is the official skillsmp.com API, key from env or gitignored .env, no secrets, no injection.
Well-disciplined search wrapper with two measured API pitfalls documented, anti-star-rank treasure heuristics and honest reporting rules; flaws are a description without exclusions and a .env.example referenced in the tree but absent from the package.
