nodetool: Skill for Claude Code

.claude/skills/nodetool-model-provider-config/SKILL.md

nodetool-model-provider-config is a skill for Claude Code from nodetool-ai/nodetool. It costs 76 tokens per session (2,297 once invoked), scanned C, original, AGPL-3.0.

A setup tool for connecting AI applications to model providers such as OpenAI, Anthropic, Gemini, Ollama, or Replicate. It also handles provider credentials, model choices, and some local inference setups.

In plain words
What is it for?
Use it to set API keys, select models for different tasks, or configure local model inference with supported providers.
Why use it?
It brings provider and model settings into one place instead of requiring each project to configure them separately.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is nodetool-ai/nodetool's own configuration. It tells Claude Code how to work on nodetool itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything nodetool configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nodetool-ai/nodetool. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/nodetool-ai/nodetool/main/.claude/skills/nodetool-model-provider-config/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/nodetool-ai/nodetool

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 nodetool-model-provider-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/nodetool-ai/nodetool/nodetool-model-provider-config/github.svg)](https://agentmods.dev/skills/nodetool-ai/nodetool/nodetool-model-provider-config)
Your own site
<a href="https://agentmods.dev/skills/nodetool-ai/nodetool/nodetool-model-provider-config"><img src="https://agentmods.dev/badge/skills/nodetool-ai/nodetool/nodetool-model-provider-config/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 nodetool-model-provider-config

Your own site · 80×15
<a href="https://agentmods.dev/skills/nodetool-ai/nodetool/nodetool-model-provider-config"><img src="https://agentmods.dev/badge/skills/nodetool-ai/nodetool/nodetool-model-provider-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,297 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00076 $0.02297
Opus 5 $0.00038 $0.01149
Sonnet 5 $0.00015 $0.00459
Haiku 4.5 $0.00008 $0.00230

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

Security

Grade C, and why

nodetool-model-provider-config scanned grade C with 2 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 5d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://ollama.ai/install.sh | sh

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://ollama.ai/install.sh | sh
.claude/skills/nodetool-model-provider-config/SKILL.md · 238 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 5d ago Changed · +3 lines 8c2109243e18
  2. 12d ago First seen · 235 lines · 76 tokens per session scan C 4f08e731ec06

Subscribe to this mod's changes

nodetool-model-provider-config is a skill published in the GitHub repository nodetool-ai/nodetool (520 stars, last pushed today), licensed AGPL-3.0. It adds 76 tokens to every session and 2,297 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). 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

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

typecast

Use TypeCast to turn LLM output into validated, typed JVM values. Reach for it whenever code calls an LLM and then parses/validates the response by hand: extraction of case classes or Java records from text, classification/routing via sealed traits, constraint enforcement with retry, streaming partial JSON into a UI…

Alee02/typecast · 86 tokens

quantizing-models-bitsandbytes

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.

davila7/claude-code-templates · 83 tokens

mlflow

Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform.

davila7/claude-code-templates · 33 tokens

clawrouter

Hosted-gateway LLM router — save 84% on inference costs. A local proxy that forwards each request to the blockrun.ai gateway, which routes to the cheapest capable model across 78 models from OpenAI, Anthropic, Google, DeepSeek, xAI, Z.AI, and more. 7 free open-weight models included. Also exposes realtime market data…

BlockRunAI/ClawRouter · 222 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