## Headers
The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Create Skill
3url: https://platform.claude.com/docs/en/api/skills/create
4---
5
16# Create Skill
27
38**POST** `/v1/skills`
from line 9
49
510Create Skill
611
12## Headers
13
14- `"anthropic-workspace-id": optional string`
15
716## Body parameters (form-data)
817
918- `files: array of string`
from line 31
2231
2332- `Skill object`
2433
34 - `type: "skill"`
35
36 Object type.
37
38 For Skills, this is always `"skill"`.
39
40 default: skill
41
2542 - `id: string`
2643
2744 Unique identifier for the skill.
from line 90
7390 - `"anthropic_example"`
7491
7592 - `"plugin"`
76
77 - `type: "skill"`
78
79 Object type.
80
81 For Skills, this is always `"skill"`.
82
83 default: skill
8493
8594 - `updated_at: string`
8695