anthropic_skills
Get Skill
Get a specific skill by ID from Anthropic.
Requires ?beta=true query parameter.
Model-based routing (for multi-account support):
- Pass model via header: x-litellm-model: claude-account-1
- Pass model via query: ?model=claude-account-1
- Pass model via body: {"model": "claude-account-1"}
Example usage:
# Basic usage
curl "http://localhost:4000/v1/skills/skill_123?beta=true" -H "Authorization: Bearer your-key"
# With model-based routing
curl "http://localhost:4000/v1/skills/skill_123?beta=true" -H "Authorization: Bearer your-key" -H "x-litellm-model: claude-account-1"
Returns: Skill object
get/v1/skills/{skill_id}
Path parameters
skill_idstring required
Query parameters
custom_llm_providerstring nullable
Response
Successful Response
Changes
Changed in 2 of the 16 revisions of this API.4
- ○
api tag
anthropic_skillsaddedapi-tag-added
- ○
api tag
[beta] Anthropic Skills APIremovedapi-tag-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
[beta] Anthropic Skills APIaddedapi-tag-added
- ○
api tag
anthropic_skillsremovedapi-tag-removed
- ○