Get skill details
skillmd_getFetch one skill by owner/name slug: description, SKILL.md body, provenance (source repo and pinned commit), license, safety verdict and capability flags, plus companion file listing for packs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Skill identifier as owner/name, e.g. anthropic/pdf |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | owner/name identifier, e.g. anthropic/pdf | |
| tags | No | ||
| type | No | single SKILL.md or a multi-file pack | |
| files | No | Companion files for packs | |
| title | Yes | Human-readable skill title | |
| raw_md | No | Verbatim SKILL.md including frontmatter when stored | |
| body_md | No | Markdown body of SKILL.md | |
| license | No | SPDX license id when declared | |
| category | No | Category name | |
| verified | No | Published by a verified publisher | |
| categories | No | ||
| commit_sha | No | Pinned upstream commit | |
| owner_name | No | Publisher display name | |
| repo_stars | No | GitHub stars of the source repository | |
| description | Yes | What the skill does and when an agent should use it | |
| source_repo | No | Upstream repository | |
| owner_handle | No | Publisher handle | |
| security_flags | No | Capability flags: docs_only, network_calls, executes_scripts, reads_secrets, untrusted_install | |
| install_snippet | No | One-line install command | |
| ai_audit_verdict | No | Safety review verdict: pass, caution, warning, fail or inconclusive |