model-capability-proof

model-capability-proof is a skill for Claude Code, Codex from joelbrilliant/agentic-delivery-skills. It costs 49 tokens per session (623 once invoked), scanned A, original, MIT.

A verification guide for checking whether a model and provider actually support claimed features in a specific account and software setup.

In plain words
What is it for?
Use it before changing model defaults or providers, and when checking context length, reasoning controls, tool calls, streaming, structured output, media support, or fallback behavior.
Why use it?
A model being listed or documented does not guarantee that your account, tools, runtime, or provider path can use it as expected.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before changing model defaults or providers, and when checking context length, reasoning controls, tool calls, streaming, structured output, media support, or fallback behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joelbrilliant/agentic-delivery-skills/model-capability-proof
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 joelbrilliant/agentic-delivery-skills --skill model-capability-proof
Clone the repo
git clone --depth 1 https://github.com/joelbrilliant/agentic-delivery-skills

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 model-capability-proof

README.md
[![agentmods](https://agentmods.dev/badge/skills/joelbrilliant/agentic-delivery-skills/model-capability-proof/github.svg)](https://agentmods.dev/skills/joelbrilliant/agentic-delivery-skills/model-capability-proof)
Your own site
<a href="https://agentmods.dev/skills/joelbrilliant/agentic-delivery-skills/model-capability-proof"><img src="https://agentmods.dev/badge/skills/joelbrilliant/agentic-delivery-skills/model-capability-proof/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 model-capability-proof

Your own site · 80×15
<a href="https://agentmods.dev/skills/joelbrilliant/agentic-delivery-skills/model-capability-proof"><img src="https://agentmods.dev/badge/skills/joelbrilliant/agentic-delivery-skills/model-capability-proof.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 623 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.00049 $0.00623
Opus 5 $0.00024 $0.00311
Sonnet 5 $0.00010 $0.00125
Haiku 4.5 $0.00005 $0.00062

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

Security

Grade A, and why

model-capability-proof 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/model-capability-proof/SKILL.md · 83 lines

How it starts

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

Model Capability Proof

Overview

Use this skill before trusting a model listing, launch post, provider doc, benchmark, or config file.

A model being listed is not the same as your agent being able to use it with your account, tools, context window, and runtime path.

When to Use

  • Changing an agent's default model or provider.
  • Verifying a new model announcement.
  • Checking context length or reasoning modes.
  • Debugging fallback to the wrong provider.
  • Testing whether tool calls, streaming, images, audio, or structured output work.
  • Comparing builder and reviewer model stacks.

Capability Dimensions

Check each separately:

  1. Model availability: provider accepts the model ID.
  2. Account entitlement: your account or subscription can run it.
  3. Context length: runtime uses the claimed window, not registry folklore.
  4. Reasoning controls: effort flags are accepted and included in request body.
  5. Tool use: real client-side or server-side tools work.
  6. Streaming: deltas arrive and UI/backend preserves them.
  7. Structured output: schemas or JSON mode work if needed.
  8. Media: image, audio, or video inputs/outputs work if claimed.
  9. Fallback behaviour: no silent fallback to an old provider or smaller model.
  10. Gateway/API path: the production agent path works, not just a direct SDK call.

Proof Ladder

Run proofs in this order:

  1. Read config and provider registry.
  2. Dry-run request construction if the harness supports it.
  3. Direct no-tools smoke.
  4. Normal agent chat smoke.
  5. Tool-capable smoke.
  6. Gateway/API smoke.
  7. Real task smoke in the intended lane.

Stop at the first failure and label exactly which capability failed.

Report Format

Model:
Provider:
Account/auth path:
Context configured:
Context runtime:
Reasoning configured:
Reasoning request proof:
No-tools smoke:
Tool smoke:
Streaming proof:
Fallback providers:
Gateway/API proof:
Verdict: usable / partially usable / not usable for this lane

Read the full file on GitHub · 83 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 · 83 lines · 49 tokens per session scan A 9d070c88ed77

Subscribe to this mod's changes

model-capability-proof is a skill published in the GitHub repository joelbrilliant/agentic-delivery-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 623 once invoked, about $0.0002 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

cuopt-numerical-optimization-formulation

LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.

NVIDIA/skills · 42 tokens

cupynumeric-migration-readiness

Pre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment…

NVIDIA/skills · 173 tokens

deepstream-sop

Use this skill when building, deploying, evaluating, debugging, or measuring latency for the DeepStream SOP Inference Microservice — a GPU-accelerated FastAPI service that detects whether operators perform assembly-line steps in order via event boundary detection (GEBD) plus VLM classification. Trigger even if the…

NVIDIA/skills · 219 tokens

deepstream-run-mv3dt

Run and operate the DeepStream Multi-View 3D Tracking reference app, also known as MV3DT. Use when the user asks to set up prerequisites, run shipped MV3DT samples, run Multi-View 3D Tracking on custom synchronized MP4 datasets, import camera calibration, delegate missing calibration to AutoMagicCalib, inspect OSD or…

NVIDIA/skills · 109 tokens

hsb-ip-packetizer

Choose or explain HSB Sensor RX packetizer fields for HOLOLINKdef.svh. Do not use for full defs, validation, or runtime APB programming.

NVIDIA/skills · 40 tokens

earth2studio-create-datasource

Create and validate Earth2Studio data source wrappers (DataSource, ForecastSource, DataFrameSource, ForecastFrameSource) from remote stores. Do NOT use for fetching data with existing sources, model inference, or installation tasks.

NVIDIA/skills · 53 tokens