cafleet: Skill for Claude Code

.claude/skills/cafleet-model-list-refresh/SKILL.md

cafleet-model-list-refresh is a skill for Claude Code from himkt/cafleet. It costs 93 tokens per session (2,029 once invoked), scanned A, original, MIT.

A maintenance procedure for updating a repository's list of available AI models, prices, context limits, and capabilities from approved official sources.

In plain words
What is it for?
Use it when refreshing or verifying model names, availability, token prices, context windows, or capability details.
Why use it?
It keeps the model information used by deployed agent teams current and tied to authoritative documentation.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code; mentions Codex; mentions OpenCode.

This is himkt/cafleet's own configuration. It tells Claude Code how to work on cafleet 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 cafleet configures →

Reuse

Borrowing it

Nothing to install: this file belongs to himkt/cafleet. 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/himkt/cafleet/main/.claude/skills/cafleet-model-list-refresh/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/himkt/cafleet

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 cafleet-model-list-refresh

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/himkt/cafleet/cafleet-model-list-refresh"><img src="https://agentmods.dev/badge/skills/himkt/cafleet/cafleet-model-list-refresh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,029 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00093 $0.02029
Opus 5 $0.00046 $0.01014
Sonnet 5 $0.00019 $0.00406
Haiku 4.5 $0.00009 $0.00203

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

Security

Grade A, and why

cafleet-model-list-refresh 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 10d 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/cafleet-model-list-refresh/SKILL.md · 152 lines

How it starts

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

CAFleet Model List Refresh

Refresh the repository's model list — the per-backend model tables of skills/cafleet/reference/model-list.md — from the approved official sources, under explicit maintainer review. The repository file is the release source: a running Director reads only its deployed skill replica, so a refresh reaches Directors exclusively through the release/deployment transaction below.

Approved sources (exhaustive allowlist)

Fetch only these five official pages. Search results, third-party price sites, and social posts are never model-list authority. The first four are pricing and availability authority; the fifth is capability authority for the claude backend's context windows and Claude Code model-string syntax, and is never used to price a model.

Source What it feeds URL
Anthropic pricing claude prices https://platform.claude.com/docs/en/about-claude/pricing.md
OpenAI pricing codex prices https://developers.openai.com/api/docs/pricing
Codex model availability codex availability https://learn.chatgpt.com/docs/models.md
OpenCode Zen models and pricing opencode prices and availability https://opencode.ai/docs/zen.md
Claude Code model configuration claude context windows and [1m] applicability https://code.claude.com/docs/en/model-config.md

Refresh procedure

  1. Fetch all five approved sources. If any source cannot be fetched or parsed, stop: leave the model list unchanged, report the error, and let it become stale rather than fabricating values.
  2. Extract pricing facts only: the currently effective standard input and output prices (USD per MTok) and availability/deprecation qualifiers. Do not copy long provider text into the repository, and do not present the pricing pages as benchmark evidence — they are pricing/availability sources only.
  3. Refresh the claude and codex tables from their provider pricing pages, and refresh the opencode table with the dedicated procedure below — the Zen catalog behaves differently from the provider pages, so follow that procedure exactly. For codex, pricing and availability come from different pages: price each model from the OpenAI pricing page, but take Codex availability from the Codex models page (https://learn.chatgpt.com/docs/models.md) — the table carries only the models Codex currently offers in its model picker. A model absent there or demoted to a legacy model (reachable only via codex -m / config.toml) is removed from the table even when the pricing page still prices it; legacy models remain manual pass-through --model values.
  4. Reapply the capability classes explicitly. The Class descriptions and the most-to-least-capable row ordering are reviewed maintainer judgment, not provider benchmark claims; changing a class or the ordering requires reviewed policy approval in the same pull request. Every row carries both prices from its approved source. Re-derive the Monitor and reviewer defaults table from the refreshed backend tables, and mirror its values into each backend section's {monitor_model} and {reviewer_model} rows (skills/cafleet/reference/coding-agent-overlays.md).
  5. Re-verify every claude row's context window on every refresh, even when the prices are unchanged. Take each window from the Claude Code model configuration page's Extended context section and record it in the claude table's Context column. That page is also the authority for whether a row's --model value carries the [1m] suffix, which is a Claude Code model-string suffix stripped before the request reaches the provider — it is meaningless for the codex and opencode tables, whose values never carry it. Apply the suffix only where it changes the window a member actually gets:
    • A model the page lists as always running at 1M on the Anthropic API carries no suffix — the window is already 1M and the suffix is inert.
    • A model the page gives no 1M variant carries no suffix.
    • A model without 1M support carries no suffix; appending it there is a malformed value.
    • Where the page shows the window is opt-in for the reader's plan, the suffix belongs in the page's note rather than the row, so the Director applies it per spawn against the operator's plan instead of every spawn inheriting a credit-billed window.

Read the full file on GitHub · 152 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. 10d ago First seen · 152 lines · 93 tokens per session scan A f37f7dafaeca

Subscribe to this mod's changes

cafleet-model-list-refresh is a skill published in the GitHub repository himkt/cafleet (50 stars, last pushed today), licensed MIT. It adds 93 tokens to every session and 2,029 once invoked, about $0.0005 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

anycap-human-interaction

Collect structured visual feedback from humans using AnyCap's annotation tool, or create and iterate on diagrams using the interactive whiteboard (Excalidraw). Covers image annotation, URL/web page review with screen recording, video review, audio feedback, and collaborative diagramming with Mermaid input. Use when…

anycap-ai/anycap · 190 tokens

anycap-media-production

Produce media assets using AnyCap: generate images, videos, music, speech, dialogue, and complete audio scenes from text or reference inputs, refine images through interactive visual annotation, and deliver finished assets. Covers the full production workflow from concept to delivery across all media types (image…

anycap-ai/anycap · 167 tokens

anycap-blog-production

Turn user-provided data, notes, research, product facts, or structured inputs into AnyCap-style blog posts and then enrich those posts with first-party evidence blocks when needed. Use when a user wants a blog, article, tutorial, learn page, or SEO content draft written in the tone of the AnyCap website. Best fit when…

anycap-ai/anycap · 143 tokens

anycap-worldcup-predict

World Cup match prediction and pre-match intel for football (soccer) fans: predict who will win and a likely scoreline, backed by structured, verifiable evidence -- player profiles, squad dossiers, current form, head-to-head records, and past-tournament history -- using AnyCap web search and crawl. Weighs FIFA…

anycap-ai/anycap · 275 tokens

anycap-ai-tool-seo

Guide for planning and auditing SEO for AI tool, SaaS, and product-led websites. Powered by AnyCap -- the capability runtime that equips AI agents with web search and web crawl through a single CLI. Use when Codex needs to define SEO ICPs, map search intent to page types, inspect live SERPs, write page briefs for…

anycap-ai/anycap · 151 tokens

anycap-deepresearch

Guide for conducting thorough, multi-source research and producing comprehensive, well-sourced reports. Powered by AnyCap -- the capability runtime that equips AI agents with web search (including AI Grounded citations), web crawl, image generation, cloud storage, and one-click web publishing through a single CLI. Use…

anycap-ai/anycap · 178 tokens