Search Skills
searchSearch the SkillsMP marketplace for AI coding skills using keywords to find community-made capabilities for coding agents. Filter results by popularity or recency and browse detailed information about each skill.
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 |