## 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