Provider Management

Provider Management is a skill for Claude Code, Codex from AttendantLion8/provider-fallback-plugin. It costs 28 tokens per session (1,480 once invoked), scanned A, original, MIT.

A system for choosing among AI model providers using subscriptions, OAuth tokens, or API keys. It can arrange providers by priority and use another provider when one reaches its limit.

In plain words
What is it for?
Use it to configure authentication and fallback across listed providers and models from Anthropic, OpenAI, Google, xAI, and other supported services.
Why use it?
It reduces interruptions when a preferred provider is unavailable or its usage allowance is exhausted. It also gives you one place to manage provider access and priorities.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it to configure authentication and fallback across listed providers and models from Anthropic, OpenAI, Google, xAI, and other supported services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/attendantlion8/provider-fallback-plugin/provider-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AttendantLion8/provider-fallback-plugin --skill provider-management
Clone the repo
git clone --depth 1 https://github.com/AttendantLion8/provider-fallback-plugin

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Provider Management

README.md
[![agentmods](https://agentmods.dev/badge/skills/attendantlion8/provider-fallback-plugin/provider-management/github.svg)](https://agentmods.dev/skills/attendantlion8/provider-fallback-plugin/provider-management)
Your own site
<a href="https://agentmods.dev/skills/attendantlion8/provider-fallback-plugin/provider-management"><img src="https://agentmods.dev/badge/skills/attendantlion8/provider-fallback-plugin/provider-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Provider Management

Your own site · 80×15
<a href="https://agentmods.dev/skills/attendantlion8/provider-fallback-plugin/provider-management"><img src="https://agentmods.dev/badge/skills/attendantlion8/provider-fallback-plugin/provider-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,480 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.01480
Opus 5 $0.00014 $0.00740
Sonnet 5 $0.00006 $0.00296
Haiku 4.5 $0.00003 $0.00148

Measured 9d ago against content hash ccc71997892a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Provider Management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/provider-management/SKILL.md · 218 lines

How it starts

The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Provider Management Skill

Comprehensive management of AI models across all major providers with multi-auth support and automatic fallback.

Overview

Supports ALL major AI providers and models with three authentication methods:

Priority Auth Type Description
100 Subscription Pro/Plus/Max subscriptions (highest priority)
50 OAuth OAuth 2.0 tokens (Antigravity-style)
10 API Direct API keys (lowest priority)

Supported Models

Claude (Anthropic)

  • claude-4-opus, claude-sonnet-4, claude-3.5-sonnet, claude-3.5-haiku, claude-3-opus
  • Providers: anthropic-subscription, anthropic-oauth, anthropic-api, bedrock, vertex, openrouter

GPT (OpenAI)

  • gpt-4.1, gpt-4.1-mini, gpt-4o, gpt-4o-mini, o1, o3-mini
  • Providers: openai-subscription, openai-oauth, openai-api, azure, openrouter

Gemini (Google)

  • gemini-2.5-pro, gemini-2.5-flash, gemini-2.0-flash, gemini-1.5-pro
  • Providers: google-subscription, google-oauth, google-api, vertex-google, openrouter

Grok (xAI)

  • grok-3, grok-3-mini
  • Providers: xai-subscription, xai-api, openrouter

Other Models

  • Llama: llama-4-maverick, llama-3.3-70b (bedrock, together, groq, openrouter)
  • DeepSeek: deepseek-r1, deepseek-v3 (deepseek-api, together, openrouter)
  • Mistral: mistral-large, codestral (mistral-api, bedrock, azure, openrouter)
  • Cohere: command-r-plus (cohere-api, bedrock, openrouter)
  • Qwen: qwen-2.5-72b (together, openrouter)

Provider-Specific Model IDs

Canonical anthropic-api bedrock vertex openrouter
claude-sonnet-4 claude-sonnet-4-20250514 anthropic.claude-sonnet-4-20250514-v1:0 claude-sonnet-4@20250514 anthropic/claude-sonnet-4
gpt-4o gpt-4o-2024-11-20 - - openai/gpt-4o
gemini-2.5-pro - - gemini-2.5-pro-preview-05-06 google/gemini-2.5-pro-preview

Read the full file on GitHub · 218 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 218 lines · 28 tokens per session scan A ccc71997892a

Subscribe to this mod's changes

Provider Management is a skill published in the GitHub repository AttendantLion8/provider-fallback-plugin (2 stars, last pushed 8mo ago), licensed MIT. It adds 28 tokens to every session and 1,480 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

pydantic-ai

Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.

davila7/claude-code-templates · 32 tokens

free-llm-apis

Guide users through obtaining and configuring free API keys for LLM providers. Use when the user wants to set up a free LLM API, get a free API key, connect to a free model provider, configure an OpenAI-compatible endpoint at no cost, or asks about free tiers for AI models. Triggers on "free API key", "free LLM", "set…

mnfst/awesome-free-llm-apis · 116 tokens

ai-engineer-expert

Expert-level AI implementation, deployment, LLM integration, and production AI systems. Use when the user mentions AI engineering, LLM, deployment, production AI, or integration, or when the task involves LLM Patterns, LLM Integration, or Production Systems.

personamanagmentlayer/pcl · 58 tokens

api-design-expert

Expert-level API design principles, REST, GraphQL, versioning, and API best practices. Use when the user mentions REST, GraphQL, API versioning, or API security, or when the task involves API Design Principles, API Styles, or Documentation.

personamanagmentlayer/pcl · 57 tokens

microservices-expert

Expert-level microservices architecture, patterns, service mesh, and distributed systems. Use when the user mentions distributed systems, service mesh, or architecture, or when the task involves Microservices Principles, Architecture Patterns, Communication, or Data Management.

personamanagmentlayer/pcl · 52 tokens

devops-expert

Expert-level DevOps practices, culture, automation, and continuous delivery. Use when the user mentions CI/CD, automation, infrastructure, or culture, or when the task involves DevOps Culture or Culture & Process.

personamanagmentlayer/pcl · 47 tokens