new-provider

new-provider is a skill for Claude Code from katanemo/plano. It costs 23 tokens per session (223 once invoked), scanned A, original, Apache-2.0.

A development workflow for adding a new AI service to hermesllm, a Rust library that connects software to language-model providers. It covers provider identification, API formats, supported models, and tests.

In plain words
What is it for?
It helps register the provider, parse its name, describe non-OpenAI request and response formats, list its models, update API mappings, and run Rust library tests.
Why use it?
It gives the required places to update when a provider does not yet exist, reducing missed code paths and compile errors.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

About the project

Plano is a proxy server and data plane that handles shared infrastructure for applications built with AI agents, including agent routing, orchestration, model selection, traces, metrics, and guardrails. Developers use it to connect agents and language models to production applications without embedding this middleware in each application. The catalogue entries provide skills and instructions for operating or developing with Plano.

katanemo/plano · 7,036 stars · on GitHub · planoai.dev

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.

agentmods
npx agentmods add skills/katanemo/plano/new-provider
Any agent
npx skills add katanemo/plano --skill new-provider
Clone the repo
git clone --depth 1 https://github.com/katanemo/plano

Made for: Claude Code.

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 new-provider

README.md
[![agentmods](https://agentmods.dev/badge/skills/katanemo/plano/new-provider.svg)](https://agentmods.dev/skills/katanemo/plano/new-provider)
Your own site
<a href="https://agentmods.dev/skills/katanemo/plano/new-provider"><img src="https://agentmods.dev/badge/skills/katanemo/plano/new-provider.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 223 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00023 $0.00223
Opus 5 $0.00012 $0.00112
Sonnet 5 $0.00005 $0.00045
Haiku 4.5 $0.00002 $0.00022

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

Security

Grade A, and why

new-provider 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 6d 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.

.claude/skills/new-provider/SKILL.md · 18 lines

What it actually says

Add a new LLM provider to hermesllm. The user will provide the provider name as $ARGUMENTS.

  1. Add a new variant to ProviderId enum in crates/hermesllm/src/providers/id.rs
  2. Implement string parsing in the TryFrom<&str> impl for the new provider
  3. If the provider uses a non-OpenAI API format, create request/response types in crates/hermesllm/src/apis/
  4. Add variant to ProviderRequestType and ProviderResponseType enums and update all match arms
  5. Add model list to crates/hermesllm/src/providers/provider_models.yaml
  6. Update SupportedUpstreamAPIs mapping if needed

After making changes, run cd crates && cargo test --lib to verify everything compiles and tests pass.

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. 6d ago First seen · 18 lines · 23 tokens per session scan A 6e2297413c91

Subscribe to this mod's changes

new-provider is a skill published in the GitHub repository katanemo/plano (7,036 stars, last pushed 17d ago), licensed Apache-2.0. It adds 23 tokens to every session and 223 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-30.

Related

Other skills, from other repositories

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

neuron-test-engineer

Write tests for Neuron AI agents, RAG systems, workflows, and tools using the built-in testing utilities. Use this skill when the user mentions testing agents, writing unit tests, mocking AI providers, testing tool execution, verifying RAG retrieval, testing workflow behavior, or creating test cases for Neuron AI…

neuron-core/neuron-ai · 94 tokens

neuron-structured-output

Design and implement structured output classes for Neuron AI agents using SchemaProperty attributes and validation rules. Use this skill when the user mentions structured output, JSON schema extraction, data validation, output classes, DTOs for AI responses, extracting structured data from LLM, or configuring property…

neuron-core/neuron-ai · 104 tokens

neuron-rag-specialist

Implement RAG (Retrieval-Augmented Generation) with Neuron AI including vector stores, embeddings providers, document loaders, and retrieval strategies. Use this skill whenever the user mentions RAG, retrieval, vector search, document retrieval, semantic search, knowledge bases, chat with documents, or wants to build…

neuron-core/neuron-ai · 95 tokens

guardrails-developer-create-guardrails

Helps developers create a NeMo Guardrails configuration for an LLM application. Use when users want to build, scaffold, configure, test, or iterate on input, output, retrieval, dialog, execution, Colang, or catalog-based guardrails. Trigger keywords - create guardrails, build guardrails, scaffold config, write rails…

NVIDIA-NeMo/Guardrails · 101 tokens

mcp-builder

DEPRECATED: This skill has been replaced by mcp-app-builder. Check if mcp-app-builder is available in the skills folder. If not, install it: npx skills install mcp-use/mcp-use --skill mcp-app-builder Use mcp-app-builder instead of this skill. Build Model Context Protocol (MCP) servers with mcp-use framework. Use when…

Shubhamsaboo/awesome-llm-apps · 123 tokens