Query Skills

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.

lisonevf fcc7164 1.2 KB Updated

File contents

Query Skills

Discovers available skills in this marketplace. Reads skills/_index/skills.json to search and return matching results.

Behavior

  1. Read skills/_index/skills.json to get the full skills index
  2. If the user provides a keyword, filter the skills array where the keyword appears in name, description, domain, or any trigger_phrases
  3. Return matching skills formatted with id, name, description, and domain
  4. 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

lisonevf/finance-skills/tree/main/skills/_query/query-skills commit fcc716484c

Frequently asked questions

npx skillmds@latest add lisonevf/query-skills