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/beta/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+18added
Lines−9removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits10to this page, all time

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/beta/skills/create
4---
5 
16# Create Skill
27 
38**POST** `/v1/skills`
from line 17
1217 
1318 - `string`
1419 
15 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
20 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
1621 
1722 - `"message-batches-2024-09-24"`
1823 
from line 65
6065 
6166 - `"user-profiles-2026-08-18"`
6267 
68 - `"user-profiles-2026-09-04"`
69 
6370 - `"advisor-tool-2026-03-01"`
6471 
6572 - `"managed-agents-2026-04-01"`
from line 109
102109 
103110 - `"mid-conversation-system-clear-at-2026-08-21"`
104111 
112- `"anthropic-workspace-id": optional string`
113 
105114## Body parameters (form-data)
106115 
107116- `files: array of string`
from line 129
120129 
121130- `BetaSkill object`
122131 
132 - `type: "skill"`
133 
134 Object type.
135 
136 For Skills, this is always `"skill"`.
137 
138 default: skill
139 
123140 - `id: string`
124141 
125142 Unique identifier for the skill.
from line 188
171188 - `"anthropic_example"`
172189 
173190 - `"plugin"`
174 
175 - `type: "skill"`
176 
177 Object type.
178 
179 For Skills, this is always `"skill"`.
180 
181 default: skill
182191 
183192 - `updated_at: string`
184193