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

Download Skill Version Content changed

api/beta/skills/versions/download

Nearest release: v2.1.251, published 2 hours before 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+2added
Lines−3removed
From line 14 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 14, old and new numbered
/
lines
from line 14
1414 
1515- `version: string`
1616 
17 Version identifier for the skill.
17 Identifies the skill version by its version ID.
1818 
19 Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129").
19 Requests carrying the `skills-2025-10-02` beta header address versions by their Unix epoch timestamp instead (e.g., "1759178010641129").
2020 
2121## Headers
2222 
from line 115
115115```bash
116116curl https://api.anthropic.com/v1/skills/$SKILL_ID/versions/$VERSION/content \
117117 -H 'anthropic-version: 2023-06-01' \
118 -H 'anthropic-beta: skills-2025-10-02' \
119118 -H "X-Api-Key: $ANTHROPIC_API_KEY"
120119```
121120