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

Create Skill changed

api/skills/create

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 edits5to this page, all time

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