Query Skills
Discovers available skills in this marketplace. Reads skills/_index/skills.json to search and return matching results.
Behavior
- Read
skills/_index/skills.jsonto get the full skills index - If the user provides a keyword, filter the
skillsarray where the keyword appears inname,description,domain, or anytrigger_phrases - Return matching skills formatted with
id,name,description, anddomain - If no keyword is given, list all skills grouped by domain
Output Format
Group results by domain. For each skill show:
- ID:
domain/skill-name - Name: the skill name
- Description: one-line summary
- Triggers: sample trigger phrases
Command-Line Query
python skills/_query/scripts/query_skills.py --keyword "backtest"
python skills/_query/scripts/query_skills.py --list-all --json
python skills/_query/scripts/query_skills.py --domain trading