Agent Skills for managing live LiteLLM proxy deployments. Requires curl.
curl -fsSL https://raw.githubusercontent.com/BerriAI/litellm-skills/main/install.sh | sh
| 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. |
| 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. |
| 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. |
| Skill |
Description |
add-org |
Create an organization with budget and model access. |
delete-org |
Delete one or more organizations. |
| 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. |
| 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. |
| 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. |
| Skill |
Description |
view-usage |
Query daily spend and token activity by user, team, org, or model. |
curl installed
- A running LiteLLM proxy
- A proxy admin key (not a virtual key scoped to
llm_api_routes)
MIT