| name | query-skills |
| description | Queries and discovers available skills in the finance-skills marketplace. Searches by keyword, domain, or trigger phrase. Use when the user asks what skills are available, wants to find a skill for a task, or needs to discover capabilities. |
| metadata | {"hermes":{"tags":["skill-discovery","marketplace","meta"],"category":"system"}} |
Query Skills
Discovers available skills in this marketplace. Reads skills/_index/skills.json to search and return matching results.
Behavior
- Read
skills/_index/skills.json to get the full skills index
- If the user provides a keyword, filter the
skills array where the keyword appears in name, description, domain, or any trigger_phrases
- Return matching skills formatted with
id, name, description, and domain
- 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