get_skill
Retrieve a skill's complete record using its slug or ID, including safety scan status, benchmark evidence, SkillScore, ratings, and the SKILL.md content.
Instructions
Get one skill's full record: trust/safety-scan status, verified benchmark evidence (lift vs no-skill baseline), SkillScore, ratings, and the SKILL.md body.
Args:
slug: The skill's url_slug from search results — NOT its name. A
registry name may be namespaced (owner/skill), and a slash cannot
survive a single URL path segment, so a namespaced name 404s here.
url_slug is the slash-free identifier minted for exactly this
(owner/skill -> owner-skill); for a plain un-namespaced name the
two are identical. The skill's UUID id also works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |