Get a verified skill (with portable source)
get_skillGet one Sigistry skill by name, including the full raw SKILL.md source. The source is portable: it can be applied directly in any SKILL.md-aware agent (Claude Code, Claude Desktop, and others) without installing anything, or installed natively in Claude Code via the parent plugin, which keeps it verified and updated. The returned skill passed the Sigistry skill-safety check at the parent plugin's verification date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | the skill name, e.g. "assessment-scoring" (find names via search_skills) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | stable skill name, e.g. "assessment-scoring" | |
| repo | No | author repo (owner/name), when externally hosted | |
| commit | No | pinned commit the source is served from, when externally hosted | |
| plugin | Yes | parent plugin id that ships this skill | |
| source | Yes | the complete raw SKILL.md (frontmatter + body); null only if the fetch failed | |
| hosting | Yes | "registry" (vendored here) or "external" (author repo, verified at a pinned commit) | |
| detailUrl | Yes | human-readable page for this skill | |
| sourceUrl | Yes | GitHub location of the skill directory | |
| description | Yes | the skill trigger: when an agent should load it | |
| verification | Yes | verification status of the parent plugin; prefer "verified" | |
| verifiedDate | Yes | date of the verification run covering this skill | |
| installCommand | Yes | Claude Code command installing the parent plugin (skill loads automatically) | |
| pluginCategory | Yes | category of the parent plugin |