Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

List Skills changed

api/beta/skills/list

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+18added
Lines−9removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

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