VOOZH about

URL: https://apify.com/ai_crew_solutions/skill-curator-v3

⇱ Skill Curator - Search 117K+ Claude Code Skills Β· Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Search 117,000+ Claude Code Skills and get quality-scored recommendations. Each result is enriched with live GitHub metadata and scored across 4 dimensions: popularity, freshness, documentation quality, and license compliance. Pay only for what you use β€” $0.05 per search + $0.01 per result.

Pricing

from $10.00 / 1,000 results

Rating

3.2

(2)

Developer

πŸ‘ AI Crew Solutions

AI Crew Solutions

Maintained by Community

Actor stats

2

Bookmarked

39

Total users

3

Monthly active users

5 months ago

Last modified

Share

Skill Curator - Find the Best Claude Code Skills

Search 117,000+ Claude Code Skills and get quality-scored recommendations with GitHub metadata enrichment. Stop scrolling through thousands of skills manually β€” describe what you need in plain English and get ranked results in seconds.

What does Skill Curator do?

Skill Curator searches the SkillsMP database of 117,000+ Claude Code Skills, then enriches each result with live GitHub data to calculate a quality score. Unlike basic keyword search, Skill Curator evaluates every skill across 4 dimensions:

Quality DimensionWeightWhat it measures
Popularity25%GitHub stars (log-scale normalized)
Freshness25%Days since last push to repository
Documentation35%SKILL.md presence, structure, and completeness
License15%Open-source license availability

Each result includes a 0-100 quality score so you can instantly identify the best skills for your workflow.

Why use Skill Curator?

Claude Code Skills supercharge your AI coding workflow, but finding the right ones from 117,000+ options is overwhelming. Skill Curator solves this by:

  • Saving hours of research β€” One search replaces manual browsing across GitHub and SkillsMP
  • Quality verification β€” Every result is checked against live GitHub data (not stale metadata)
  • Smart ranking β€” Results sorted by a multi-factor quality score, not just star count
  • AI-powered search β€” Optional semantic search understands natural language queries like "help me write unit tests" or "create PDF reports"

Use cases

  • Developers setting up Claude Code β€” Find the best skills for your tech stack
  • Teams standardizing workflows β€” Identify well-maintained, documented skills for team adoption
  • Skill authors β€” Research existing skills before building your own
  • Automation pipelines β€” Integrate skill discovery into your toolchain via Apify API

How to search for Claude Code Skills

  1. Enter your search query describing what you need (e.g., "PDF creation", "React testing", "database management")
  2. Set the maximum number of results (1-20, default 10)
  3. Optionally enable AI Semantic Search for better relevance on complex queries
  4. Click Start and get enriched, quality-scored results in ~6 seconds

Input parameters

ParameterTypeDefaultDescription
Search Querystring(required)Natural language description of skills you need
Max Resultsinteger10Number of enriched results to return (1-20)
Include AI SearchbooleanfalseEnable semantic search for better relevance (+~8s)
Minimum Starsinteger0Filter out skills below this GitHub star count

Input example

{
"query":"PDF creation and document management",
"limit":5,
"includeAiSearch":false,
"minStars":10
}

Output

Each result contains the original skill data plus live GitHub enrichment and a calculated quality score.

Output fields

FieldDescription
nameSkill name
authorSkill author
descriptionShort description of what the skill does
githubUrlLink to the skill's GitHub repository
skillUrlLink to the skill's SkillsMP page
qualityScore.overall0-100 composite quality score
qualityScore.popularityPopularity sub-score (based on GitHub stars)
qualityScore.freshnessFreshness sub-score (based on last push date)
qualityScore.documentationDocumentation sub-score (based on SKILL.md analysis)
qualityScore.licenseLicense sub-score (open-source check)
repoMetadata.starsCurrent GitHub star count
repoMetadata.forksFork count
repoMetadata.pushedAtLast push date
repoMetadata.archivedWhether the repo is archived
repoMetadata.licenseSPDX license identifier
skillMdAnalysisSKILL.md structure analysis (front matter, tools, examples)
enrichedAtISO timestamp of when enrichment was performed

Output example

{
"name":"working-with-documents",
"author":"anthropics",
"description":"Suite of tools for creating elaborate, multi-component HTML artifacts",
"githubUrl":"https://github.com/anthropics/courses/tree/master/claude-code-skills/07-working-with-documents",
"skillUrl":"https://skillsmp.com/skills/anthropics/working-with-documents",
"repoMetadata":{
"stars":8234,
"forks":1205,
"openIssues":42,
"license":"MIT",
"updatedAt":"2026-01-28T10:30:00Z",
"pushedAt":"2026-01-25T14:22:00Z",
"archived":false,
"description":"Anthropic's educational courses"
},
"skillMdAnalysis":{
"hasYamlFrontMatter":true,
"hasDescription":true,
"hasAllowedTools":true,
"contentLength":4520
},
"qualityScore":{
"overall":65,
"popularity":80,
"freshness":70,
"documentation":55,
"license":100
},
"enrichedAt":"2026-01-31T12:00:00Z"
}

How much does it cost?

Skill Curator uses a Pay Per Event pricing model β€” you only pay for what you use.

EventPriceDescription
Actor Start$0.05Charged once per search
Each Result$0.01Charged per enriched skill returned

Cost examples

ScenarioResultsCost
Quick search (5 results)5$0.10
Standard search (10 results)10$0.15
Deep search (20 results)20$0.25
Monthly usage (10 searches)100$1.50

Apify Free plan includes $5 of monthly usage credits β€” enough for 30+ searches at no cost.

Tips for getting better results

  • Be specific: "React component testing with Jest" works better than "testing"
  • Use English: The underlying database indexes English content most effectively
  • Enable AI Search for natural language queries like "help me build a landing page with a contact form"
  • Set Minimum Stars to filter out experimental or abandoned skills
  • Start with default limit (10) β€” increase only if you need broader coverage

Integrations

Skill Curator outputs standard JSON to the Apify Dataset, which you can:

  • Export as JSON, CSV, or Excel from the Apify Console
  • Access via API at https://api.apify.com/v2/datasets/{datasetId}/items
  • Connect to Make, Zapier, or n8n via Apify integrations
  • Schedule recurring searches to monitor new skills in your domain

FAQ

What are Claude Code Skills?

Claude Code Skills are reusable prompt configurations that extend Claude Code's capabilities. They can add specialized knowledge, workflows, and tool integrations β€” from generating PDFs to managing databases to creating frontend designs.

Where does the data come from?

Skill Curator searches SkillsMP, the largest directory of Claude Code Skills (117,000+), then enriches results with live data from the GitHub API. The quality score is calculated in real-time based on current repository metadata.

How is the quality score calculated?

The score (0-100) is a weighted average of four factors: Popularity (25%, log-scale GitHub stars), Freshness (25%, days since last push), Documentation (35%, SKILL.md analysis), and License (15%, open-source availability). Higher scores indicate better-maintained, well-documented skills.

Can I use this in my automation pipeline?

Yes. Skill Curator exposes a standard Apify API. You can trigger runs programmatically, poll for results, and integrate with any system that speaks HTTP/JSON. See Apify API documentation for details.

What's the difference between keyword and AI search?

Keyword search (~1s) matches exact terms against skill names and descriptions. AI Semantic Search (~8s) uses vector embeddings to understand intent β€” useful for queries like "help me with database migrations" where exact keyword matches may miss relevant results.

You might also like

ZocDoc Scraper - Pay Per Result

silentflow/zocdoc-scraper-ppr

Pay-per-result ZocDoc scraper at $0.05 per result. Scrape doctors, patient reviews, and appointment availability without login. Search by specialty, location, and insurance. No compute costs - only pay for data you receive.

Skill Curator Scraper

datapilot/skill-curator-scraper

MCP Skill Scraper collects AI skills from SkillsMP and GitHub. It extracts name, description, stars, license, and URLs, then calculates a quality score. Outputs structured JSON for discovering MCP tools, AI skills, and developer resources.

Pinterest Scraper Ppr

silentflow/pinterest-scraper-ppr

Pay per result Pinterest scraper. Extract pins, boards, users and search results. Pay only for the data you get - $0.002 per pin. 30+ data fields including images, engagement metrics, SEO metadata and prices.

641

5.0

Tweet(X)/Twitter scraper|$0.2/1K| Pay-Per Result v2

fastcrawler/tweet-x-twitter-scraper-0-2-1k-pay-per-result-v2

Need a no-code, online Twitter (X)/Tweet scraper? Get real-time data for just $0.2 per 1K results with our pay-per-result modelβ€”no hidden fees! Extract tweets, profiles, and engagement metrics instantly. Fast, reliable, and cost-effective. Start scraping now! πŸš€

670

1.9

Related articles

Introducing Apify Agent Skills
Read more