> ## Documentation Index
> Fetch the complete documentation index at: https://platform.atlan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a Skill with its files

> Read one Skill and inline the text content of its bundled files.

# Get a Skill with its files

Some Gateway deployments expose the Skill extension tool whose source name is
`get_skill`. Use the exact namespaced name returned by authenticated
`tools/list`.

<Warning>
  This compatibility tool is not declared by the current Agent Gateway `main`
  branch. Call it only when it appears in your connected deployment's
  `tools/list` result.
</Warning>

* Inputs: required Skill `id` in `skill_...` form; plus any common fields added
  by Gateway, such as `rationale` or `session_id`.
* Returns: the Skill view and a `files` object that maps each bundle path to its
  text content.
* Effect: read only.

This tool is useful when the generic artifact read does not inline the Skill's
`SKILL.md` and supporting text files.
