Follow Discord
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

skills changed

managed-agents/skills

Nearest release: v2.1.277, published 4 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+1added
Lines−1removed
From line 431 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits12to this page, all time

The whole hunk

from line 431, old and new numbered
/
lines
from line 431
431431 
432432To load skills from a repository, create a session that mounts it. This is the same request shown in [Accessing GitHub](https://platform.claude.com/docs/en/managed-agents/github#token-permissions); `mount_path` is optional and defaults to `/workspace/<repo-name>`:
433433 
434<CodeGroup defaultLanguage="CLI">
434<CodeGroup>
435435 ```bash cURL
436436 session_id=$(curl -fsS https://api.anthropic.com/v1/sessions \
437437 -H "x-api-key: $ANTHROPIC_API_KEY" \
Feedback