get_skill
Read one runx skill in full before running it: its manifest, the authority it asks for, its publisher and trust signals, and the exact command to install and run it through the runx CLI. Everything needed to decide whether to trust a skill arrives in this one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Exact version to read. Defaults to the latest published version. | |
| skill_id | Yes | Skill id in owner/name form, for example `ausca/browser-session`. |