skill-find
3
总安装量
3
周安装量
#58980
全站排名
安装命令
npx skills add https://github.com/dglowacki/mega-agent-v2 --skill skill-find
Agent 安装分布
amp
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
Skill 文档
Skill Find
Overview
[TODO: 1-2 sentences explaining what this skill enables]
Overview
Search and install skills from SkillsMP (skillsmp.com), a marketplace with 63,000+ agent skills for Claude, Codex, and ChatGPT.
Search Skills
Keyword Search:
python scripts/skillsmp_api.py search "SEO optimization"
AI Semantic Search (understands natural language):
python scripts/skillsmp_api.py ai-search "skills for analyzing financial data"
Install a Skill
python scripts/skillsmp_api.py install <skill-url>
Example:
python scripts/skillsmp_api.py install https://skillsmp.com/skills/author-repo-skill-name
API Endpoints
- Search:
GET /api/v1/skills/search?q={query} - AI Search:
GET /api/v1/skills/ai-search?q={query}
Both require Bearer token authentication.
Usage Examples
- Find SEO skills:
search "SEO" - Find data skills:
ai-search "analyze CSV files and create reports" - Find trading skills:
ai-search "stock market trading automation"
Resources
This skill includes example resource directories:
scripts/
Executable code (Python/Bash/etc.) that can be run directly.
references/
Documentation and reference material to be loaded into context as needed.
assets/
Files used within the output Claude produces (templates, images, fonts, etc.).
Any unneeded directories can be deleted.