Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

litellm-skills

litellm-skills contient 21 skills collectées depuis BerriAI, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
21
Stars
56
mis à jour
2026-05-07
Forks
8
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

view-usage
Développeurs de logiciels

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.

2026-05-07
add-key
Développeurs de logiciels

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.

2026-04-15
add-model
Développeurs de logiciels

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.

2026-04-15
add-team
Développeurs de logiciels

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.

2026-04-15
delete-model
Développeurs de logiciels

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

2026-04-15
delete-agent
Administrateurs de réseaux et de systèmes informatiques

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

2026-03-14
delete-key
Administrateurs de réseaux et de systèmes informatiques

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

2026-03-14
delete-mcp
Administrateurs de réseaux et de systèmes informatiques

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

2026-03-14
delete-org
Administrateurs de réseaux et de systèmes informatiques

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

2026-03-14
delete-team
Administrateurs de réseaux et de systèmes informatiques

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

2026-03-14
delete-user
Administrateurs de réseaux et de systèmes informatiques

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

2026-03-14
update-agent
Développeurs de logiciels

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

2026-03-14
update-key
Développeurs de logiciels

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.

2026-03-14
update-mcp
Développeurs de logiciels

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

2026-03-14
update-model
Développeurs de logiciels

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

2026-03-14
update-team
Développeurs de logiciels

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

2026-03-14
update-user
Développeurs de logiciels

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

2026-03-14
add-agent
Développeurs de logiciels

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.

2026-03-14
add-mcp
Développeurs de logiciels

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.

2026-03-14
add-org
Développeurs de logiciels

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

2026-03-14
add-user
Développeurs de logiciels

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.

2026-03-14