BerriAI/litellm-skills

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

84Stars on the repository
21Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-agent

01

BerriAI/litellm-skills

Skill Claude Code

Create a new AI agent on a live LiteLLM proxy. Asks for agent name, the underlying model, and optional MCP server access, then calls POST /v1/agents.

not rated 84 +2 4mo ago A 41 tokens original MIT

add-key

02

BerriAI/litellm-skills

Skill Claude Code

Generate a new API key on a live LiteLLM proxy. Asks for alias, scope (user/team), budget, models, and expiry, then calls POST /key/generate. Use when the user wants to create, generate, or provision an API key on a LiteLLM proxy instance.

not rated 84 +2 4mo ago A 64 tokens original MIT

add-mcp

03

BerriAI/litellm-skills

Skill Claude Code

Register a new MCP server on a live LiteLLM proxy. Asks for the server name, transport type, URL, and optional auth, then calls POST /v1/mcp/server.

not rated 84 +2 4mo ago A 43 tokens original MIT

add-model

04

BerriAI/litellm-skills

Skill Claude Code

Add a new model to a live LiteLLM proxy. Walks the user through picking a provider, entering the deployment name and credentials, calls POST /model/new, then test-calls the model to confirm it routes correctly. Use when the user wants to add, register, deploy, or configure a new model on a LiteLLM proxy instance.

not rated 84 +2 4mo ago A 74 tokens original MIT

add-org

05

BerriAI/litellm-skills

Skill Claude Code

Create a new organization on a live LiteLLM proxy. Asks for org name, budget, and allowed models, then calls POST /organization/new.

not rated 84 +2 4mo ago A 34 tokens original MIT

add-team

06

BerriAI/litellm-skills

Skill Claude Code

Create a new team on a live LiteLLM proxy. Asks for team name, budget, and allowed models, then calls POST /team/new and shows the result. Use when the user wants to create a new team, set up team budgets, or configure model access for a team on the proxy.

not rated 84 +2 4mo ago A 65 tokens original MIT

add-user

07

BerriAI/litellm-skills

Skill Claude Code

Create a new user on a live LiteLLM proxy. Asks for email, role, and optional budget/model limits, then calls POST /user/new and shows the result.

not rated 84 +2 4mo ago A 39 tokens original MIT

delete-agent

08

BerriAI/litellm-skills

Skill Claude Code

Delete an AI agent from a live LiteLLM proxy. Ask for the agentid and confirm before calling DELETE /v1/agents/{agentid}.

not rated 84 +2 4mo ago A 34 tokens original MIT

delete-key

09

BerriAI/litellm-skills

Skill Claude Code

Delete one or more API keys from a live LiteLLM proxy. Ask for the key(s) and confirm before calling POST /key/delete.

not rated 84 +2 4mo ago A 32 tokens original MIT

delete-mcp

10

BerriAI/litellm-skills

Skill Claude Code

Delete an MCP server from a live LiteLLM proxy. Ask for the serverid and confirm before calling DELETE /v1/mcp/server/{serverid}.

not rated 84 +2 4mo ago A 36 tokens original MIT

delete-model

11

BerriAI/litellm-skills

Skill Claude Code

Delete a model from a live LiteLLM proxy. Asks for the model name or modelid and confirms before calling POST /model/delete. Use when the user wants to remove, delete, or unregister a model from a LiteLLM proxy instance.

not rated 84 +2 4mo ago C 54 tokens original MIT

delete-org

12

BerriAI/litellm-skills

Skill Claude Code

Delete one or more organizations from a live LiteLLM proxy. Ask for the organizationid(s) and confirm before calling DELETE /organization/delete.

not rated 84 +2 4mo ago A 32 tokens original MIT

delete-team

13

BerriAI/litellm-skills

Skill Claude Code

Delete one or more teams from a live LiteLLM proxy. Ask for the teamid(s) and confirm before calling POST /team/delete.

not rated 84 +2 4mo ago A 32 tokens original MIT

delete-user

14

BerriAI/litellm-skills

Skill Claude Code

Delete one or more users from a live LiteLLM proxy. Ask for the userid(s) and confirm before calling POST /user/delete.

not rated 84 +2 4mo ago A 32 tokens original MIT

update-agent

15

BerriAI/litellm-skills

Skill Claude Code

Update an existing AI agent on a live LiteLLM proxy. Ask for the agentid and what to change (model, description, MCP servers), then call PATCH /v1/agents/{agentid}.

not rated 84 +2 4mo ago A 45 tokens original MIT

update-key

16

BerriAI/litellm-skills

Skill Claude Code

Update an existing API key on a live LiteLLM proxy. Ask for the key and what to change (budget, models, expiry), then call POST /key/update.

not rated 84 +2 4mo ago A 38 tokens original MIT

update-mcp

17

BerriAI/litellm-skills

Skill Claude Code

Update an existing MCP server on a live LiteLLM proxy. Ask for the serverid and what to change (URL, auth, description), then call PUT /v1/mcp/server.

not rated 84 +2 4mo ago A 43 tokens original MIT

update-model

18

BerriAI/litellm-skills

Skill Claude Code

Update an existing model on a live LiteLLM proxy. Ask for the modelid and what to change (API key, base URL, etc.), then call POST /model/update.

not rated 84 +2 4mo ago C 40 tokens original MIT

update-team

19

BerriAI/litellm-skills

Skill Claude Code

Update an existing team on a live LiteLLM proxy. Ask for the teamid and what to change (budget, models, limits), then call POST /team/update.

not rated 84 +2 4mo ago A 38 tokens original MIT

update-user

20

BerriAI/litellm-skills

Skill Claude Code

Update an existing user on a live LiteLLM proxy. Ask for the userid and what to change (budget, role, models, etc.), then call POST /user/update.

not rated 84 +2 4mo ago A 40 tokens original MIT

view-usage

21

BerriAI/litellm-skills

Skill Claude Code

Query spend and token activity on a live LiteLLM proxy. Shows daily usage broken down by user, team, org, tag, job, or model. Use when the user wants to see costs, token counts, request volume, or job-level attribution for a given date range.

not rated 84 +2 4mo ago A 61 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: