Skill
TheSkill class provides read-only access to the skill registry — listing, retrieving, and inspecting the operational playbooks that guide agent behavior.
Listing skills
Retrieving a skill
Loading content
Properties
| Property | Type | Description | |
|---|---|---|---|
name | str | Unique skill identifier | |
description | str | When to activate this skill | |
agents | list[str] | Agent names this skill applies to | |
body | `str | None` | Full playbook markdown (populated when fetched via get) |
info | SkillInfo | Full metadata dataclass |

