Search Skills
skillsmp_searchSearch the SkillsMP marketplace for AI coding skills using keywords. Filter results by stars or recency, and retrieve skill details including description, author, stars, and GitHub URL.
Instructions
Search SkillsMP marketplace for AI coding skills by keywords.
Parameters:
query: Search terms (e.g., "fastapi", "react testing")
page: Page number (default: 1)
limit: Results per page (default: 20, max: 100)
sort_by: "stars" (default) or "recent"
Returns skills with name, description, author, stars, and GitHub URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for skills (e.g., 'SEO', 'web scraper', 'data analysis') | |
| page | No | Page number for pagination | |
| limit | No | Items per page (default: 20, max: 100) | |
| sort_by | No | Sort results by: 'stars' (default) or 'recent' | stars |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |