Skip to content

BerriAI/litellm-skills

Repository files navigation

litellm skills

Agent Skills for managing live LiteLLM proxy deployments. Requires curl.

Install

curl -fsSL https://raw.githubusercontent.com/BerriAI/litellm-skills/main/install.sh | sh

Skills

Users

Skill Description
add-user Create a user with email, role, budget, and model access.
update-user Update budget, role, or model access for an existing user.
delete-user Delete one or more users.

Teams

Skill Description
add-team Create a team with budget and model limits.
update-team Update budget, models, or rate limits for an existing team.
delete-team Delete one or more teams.

API Keys

Skill Description
add-key Generate an API key scoped to a user, team, budget, and expiry.
update-key Update budget, models, or expiry for an existing key.
delete-key Delete one or more API keys by value or alias.

Organizations

Skill Description
add-org Create an organization with budget and model access.
delete-org Delete one or more organizations.

Models

Skill Description
add-model Add any LLM provider (OpenAI, Azure, Anthropic, Bedrock, Ollama…) and test it.
update-model Rotate credentials or change the underlying deployment for a model.
delete-model Remove a model from the proxy.

MCP Servers

Skill Description
add-mcp Register an MCP server (SSE, HTTP, or stdio).
update-mcp Update URL, credentials, or allowed tools for an MCP server.
delete-mcp Remove an MCP server registration.

Agents

Skill Description
add-agent Create an AI agent backed by a model and optional MCP servers.
update-agent Swap the model or update description and limits for an agent.
delete-agent Remove an agent.

Usage

Skill Description
view-usage Query daily spend and token activity by user, team, org, or model.

Requirements

  • curl installed
  • A running LiteLLM proxy
  • A proxy admin key (not a virtual key scoped to llm_api_routes)

License

MIT

About

Agent Skills for managing live LiteLLM proxy deployments — users, teams, keys, orgs, models, MCP servers, agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages