SkillsMP API
Installation
SKILL.md
SkillsMP API Skill
This skill provides search functionality for the SkillsMP skill marketplace, supporting both keyword search and AI semantic search.
Prerequisites
- Python 3.8 or higher
- requests library (
pip install requests) - SkillsMP API Key from skillsmp.com/settings/api
Installation
First-time setup requires installing the requests library:
pip install requests