---
name: skill-researcher
description: "Skill Researcher — cerca skill via mcp universal-skills-manager"
allowed-tools:
- Read
- Bash
- skill
- AskUserQuestion
---
Cerca skill appropriate via mcp universal-skills-manager per eseguire task specifici.
Carica skill universale:
```bash
/skill universal-skills-manager
```
Cerca con i tool disponibili:
- Search SkillsMP (richiede API key)
- Search SkillHub (no key)
- Search ClawHub (no key, semantic)
## Step 1: Select Source
Se SkillsMP key disponibile → AI semantic search
Altrimenti → SkillHub o ClawHub
## Step 2: Execute Search
Cerca per task type:
- "code exploration" → gsd-explore, code search
- "code execution" → gsd-fast, code write
- "code review" → gsd-code-review, bug detection
- "testing" → test execution
## Step 3: Analyze Results
- Mostra top 5 risultati
- Verifica compatibilità OpenCode
- Considera stars/quality
## Step 4: Selection
Proponi skill migliore all'utente
# Cerca skill exploration
curl -X GET "https://clawhub.ai/api/v1/search?q=code+exploration&limit=5" \
-H "User-Agent: supabase-pinger-agents"
# Cerca skill execution
curl -X GET "https://clawhub.ai/api/v1/search?q=code+execution&limit=5" \
-H "User-Agent: supabase-pinger-agents"
- Quando servono skill esterne
- Prima di assegnare task
- Ricerca best practices