Back to list
dglowacki

skill-find

by dglowacki

Complete agent platform with Voice Assistant integrating Grok Voice API and Claude Agent SDK

0🍴 0📅 Jan 20, 2026

SKILL.md


name: skill-find description: Find and install skills from SkillsMP marketplace (skillsmp.com). Use when users want to discover new skills, search for capabilities, or install skills from the marketplace. Supports keyword search and AI semantic search across 63,000+ agent skills.

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

  1. Find SEO skills: search "SEO"
  2. Find data skills: ai-search "analyze CSV files and create reports"
  3. 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.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon