Loading...
Loading...
SkillsMP Skill Marketplace Search and Management Tool. Provides complete functions for searching, viewing details, installing and updating skills on the https://skillsmp.com/ website. Supports two search modes: keyword search and AI semantic search. Use this tool when you need to: (1) Search for skills on specific topics (such as "SEO", "video production"), (2) Find relevant skills through natural language descriptions (such as "how to create a web scraper"), (3) View detailed skill information (version, author, rating, examples), (4) Install discovered skills with one click, (5) Check for updates of installed skills, (6) Manage local skill library.
npx skill4agent add gccszs/skillsmp-searcher skillsmp-searcherSKILLSMP_API_KEYreferences/api_key_real.txtreferences/api_key.txtsk_live_skillsmp_eb_6A4Y9LJAhtzPFsmX0v67zhingVC0CrQZ4Qqlin4api_key_real.txt#scripts/search_skills.pyqpagelimitsortBystarsrecentpython scripts/search_skills.py "SEO" --page 1 --limit 10 --sortBy starsscripts/ai_search.pyqpython scripts/ai_search.py "How to create a web scraper"scripts/install_skill.pyinstallinstalllist# Search and install the first result
python scripts/install_skill.py install "视频编辑"
# Search and install the skill at specified index
python scripts/install_skill.py install "PDF" --index 2
# Install directly from URL
python scripts/install_skill.py install "https://example.com/skill.skill"
# Install from local file
python scripts/install_skill.py install "/path/to/skill.skill"
# List installed skills
python scripts/install_skill.py listscripts/skill_info.pyskill_id--json--api-key# View detailed skill information
python scripts/skill_info.py "pdf-processor"
# Output in JSON format
python scripts/skill_info.py "video-editor" --jsonscripts/check_updates.py--force--json--api-key# Check updates for all installed skills
python scripts/check_updates.py
# Force check (bypass 1-hour cache)
python scripts/check_updates.py --force
# Output in JSON format
python scripts/check_updates.py --jsonreferences/api_documentation.mdhttps://skillsmp.com/api/v1| Endpoint | Method | Function |
|---|---|---|
| GET | Keyword search |
| GET | AI semantic search |
| Error Code | HTTP Status | Description |
|---|---|---|
| 401 | API Key not provided |
| 401 | Invalid API Key |
| 400 | Required query parameter missing |
| 500 | Internal server error |
{
"success": false,
"error": {
"code": "INVALID_API_KEY",
"message": "The provided API key is invalid"
}
}SKILLSMP_API_KEYsearch_skills.pyai_search.pyinstall_skill.py install "keyword" --index Ninstall_skill.py install "URL"install_skill.py listskill_info.py "skill name"check_updates.py~/.claude/skills/--force