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

Get Skill changed

api/skills/retrieve

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+17added
Lines−8removed
From line 1 where the diff opens
First seen 20 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

## Headers

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Skill
3url: https://platform.claude.com/docs/en/api/skills/retrieve
4---
5 
16# Get Skill
27 
38**GET** `/v1/skills/{skill_id}`
from line 17
1217 
1318 The format and length of IDs may change over time.
1419 
20## Headers
21 
22- `"anthropic-workspace-id": optional string`
23 
1524## Returns
1625 
1726- `Skill object`
1827 
28 - `type: "skill"`
29 
30 Object type.
31 
32 For Skills, this is always `"skill"`.
33 
34 default: skill
35 
1936 - `id: string`
2037 
2138 Unique identifier for the skill.
from line 84
6784 - `"anthropic_example"`
6885 
6986 - `"plugin"`
70 
71 - `type: "skill"`
72 
73 Object type.
74 
75 For Skills, this is always `"skill"`.
76 
77 default: skill
7887 
7988 - `updated_at: string`
8089