Match Skills Endpoint
Rank ACTIVE skills by relevance to a task (trigger-matching).
Declared before /{skill_id} so "match" is not parsed as a skill id. Returns the metadata an agent needs to decide + then read the SKILL.md it picks.
Query Parameters
q*Q
Task/query to rank skills against
limit?Limit
Response Body
application/json
application/json
curl -X GET "https://example.com/skills/match?q=string"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}