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/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+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: List Skills
3url: https://platform.claude.com/docs/en/api/skills/list
4---
5 
16# List Skills
27 
38**GET** `/v1/skills`
from line 34
2934 * `"custom"`: only return user-created skills
3035 * `"anthropic"`: only return Anthropic-created skills
3136 
37## Headers
38 
39- `"anthropic-workspace-id": optional string`
40 
3241## Returns
3342 
3443- `data: array of Skill`
from line 44
3544 
3645 List of skills.
3746 
47 - `type: "skill"`
48 
49 Object type.
50 
51 For Skills, this is always `"skill"`.
52 
53 default: skill
54 
3855 - `id: string`
3956 
4057 Unique identifier for the skill.
from line 103
86103 - `"anthropic_example"`
87104 
88105 - `"plugin"`
89 
90 - `type: "skill"`
91 
92 Object type.
93 
94 For Skills, this is always `"skill"`.
95 
96 default: skill
97106 
98107 - `updated_at: string`
99108