The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Skills
3url: https://platform.claude.com/docs/en/api/beta/skills/list
4---
5
16# List Skills
27
38**GET** `/v1/skills`
from line 42
3742
3843 - `string`
3944
40 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
45 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
4146
4247 - `"message-batches-2024-09-24"`
4348
from line 90
8590
8691 - `"user-profiles-2026-08-18"`
8792
93 - `"user-profiles-2026-09-04"`
94
8895 - `"advisor-tool-2026-03-01"`
8996
9097 - `"managed-agents-2026-04-01"`
from line 134
127134
128135 - `"mid-conversation-system-clear-at-2026-08-21"`
129136
137- `"anthropic-workspace-id": optional string`
138
130139## Returns
131140
132141- `data: array of BetaSkill`
from line 142
133142
134143 List of skills.
135144
145 - `type: "skill"`
146
147 Object type.
148
149 For Skills, this is always `"skill"`.
150
151 default: skill
152
136153 - `id: string`
137154
138155 Unique identifier for the skill.
from line 201
184201 - `"anthropic_example"`
185202
186203 - `"plugin"`
187
188 - `type: "skill"`
189
190 Object type.
191
192 For Skills, this is always `"skill"`.
193
194 default: skill
195204
196205 - `updated_at: string`
197206