Search SkillsMP Skills
skillsmp_search_skillsSearch SkillsMP marketplace by keyword to find reusable AI skills before starting a task.
Instructions
Search for AI skills using keywords from SkillsMP marketplace.
Use this tool to find skills by specific terms like 'SEO', 'web scraper', 'PDF', 'data analysis', etc.
IMPORTANT: Before starting any task, use this tool to check if there's an existing skill that can help complete the task more effectively.
Args:
query (string, required): Search keywords
page (number, optional): Page number (default: 1)
limit (number, optional): Items per page (default: 20, max: 100)
sortBy (string, optional): Sort by 'stars' or 'recent'
Returns: List of matching skills with name, description, author, and star count.
Examples:
"PDF manipulation" -> Find skills for working with PDFs
"web scraper" -> Find web scraping skills
"SEO optimization" -> Find SEO-related skills
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Items per page (default: 20, max: 100) | |
| query | Yes | Search keywords for finding skills | |
| sortBy | No | Sort by: 'stars' or 'recent' |