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

created_atstring required
display_titlestring nullable
idstring required
latest_versionstring nullable
sourcestring required
typestring
updated_atstring required

Changes

Changed in 2 of the 16 revisions of this API.4

    • api tag anthropic_skills added

      api-tag-added

    • api tag [beta] Anthropic Skills API removed

      api-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 API added

      api-tag-added

    • api tag anthropic_skills removed

      api-tag-removed