Find Skill
Searches 10 curated marketplaces to surface installable Claude skills for a task
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 69aa81f
Real A/B for 'a skill for turning YouTube transcripts into blog posts': an unfiltered single web search returned generic SEO/marketing blog spam with no named installable packages; following the skill's source list and Claude-only filter surfaced a directly on-point candidate (skillmake.xyz's video-transcript-to-blog) and correctly rejected an explicitly OpenClaw-branded competitor.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Find Skill does
Given a described task or workflow gap, searches Anthropic-official and community skill marketplaces (anthropics/skills, claudemarketplaces, skillhub, skillsmp, etc.), applies a Claude-compatibility filter and an adoption-signal bar, and returns a ranked shortlist with source and star/rank signal. Triggers on "is there a skill for X", "find me a skill that does Y", or any moment the user wonders aloud whether a packaged skill exists for a repetitive task. Does not install anything itself.
How to install Find Skill
git clone https://github.com/analystacademy/claude-skills
cd claude-skills
mkdir -p ~/.claude/skills
cp -r find-skill ~/.claude/skills/find-skill
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Find Skill
-
/find-skillSearches 10 curated marketplaces to surface installable Claude skills for a task
It also activates on plain-language prompts like these:
-
Is there a skill that turns YouTube transcripts into blogs? -
Find me a Claude skill for automating expense reports -
What existing skill handles PDF form filling for me?
Frequently asked questions
- Is the Find Skill skill free?
- Yes. The skill itself is free from analystacademy/claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Find Skill work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Real A/B for 'a skill for turning YouTube transcripts into blog posts': an unfiltered single web search returned generic SEO/marketing blog spam with no named installable packages; following the skill's source list and Claude-only filter surfaced a directly on-point candidate (skillmake.xyz's video-transcript-to-blog) and correctly rejected an explicitly OpenClaw-branded competitor.
- What is the Find Skill SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Find Skill?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Find Skill with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.