OpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

[beta] Anthropic Skills API

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

next_pagestring nullable
has_moreboolean