anthropic_skills

List Skills

List skills on 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?beta=true&limit=10"       -H "Authorization: Bearer your-key"

# With model-based routing
curl "http://localhost:4000/v1/skills?beta=true&limit=10"       -H "Authorization: Bearer your-key"       -H "x-litellm-model: claude-account-1"

Returns: ListSkillsResponse with list of skills

get/v1/skills

Query parameters

limitinteger nullable
after_idstring nullable
before_idstring nullable
custom_llm_providerstring nullable

Response

Successful Response

has_moreboolean
next_pagestring nullable

Changes

Changed in 3 of the 42 revisions of this API.6

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      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