cafleet-model-list-refresh

Solid

Refresh the CAFleet model list at skills/cafleet/reference/model-list.md from the approved official pricing and capability sources. Use when a maintainer asks to refresh, update, or re-verify the model list, its token prices, its context windows, or its freshness, or when a Director reports the list was last refreshed more than 30 days ago. Maintainer-invoked only — never run automatically during a member spawn.

AI & Automation 51 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 t...

Details

Author
himkt
Repository
himkt/cafleet
Created
5 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

refresh-models

Review and update the choosing-models tier data. Run /refresh-models to detect lineup drift against the platform's current model list, read the release notes, and produce a reviewable changeset (models.toml lineup edits plus any guidance edits) for approval. Mechanical lineup changes are applied on approval; threshold and doctrine edits are never auto-applied without calibration evidence. Manual-only.

2 Updated 5 days ago
grimaldost
AI & Automation Listed

update-model-prices

Refresh the model price table that powers Fluxion's token-usage cost estimates — the upstream llm-price-table repo plus the bundled snapshot at src/fluxion/usage/model_prices.json — by pulling current prices from the official provider pricing pages (Anthropic, OpenAI, Google Gemini). Use this whenever the user wants to update, check, or verify model prices; suspects a price is stale, wrong, or too high/low; says a provider changed prices or a new model version shipped; or asks "are these prices still right" — even if they don't name the file. It fetches the official pages (rendering OpenAI's JS-heavy page via the browser), reads per-model prices, and proposes reviewed edits that follow the file's conventions. It never auto-writes or commits — the human approves and merges.

2 Updated 4 days ago
superposed-labs
AI & Automation Listed

add-model

Add or update a Claude model's pricing in Token Tab — both engines, the coverage fixture, aliases, and verification. Use when a new Claude model ships, a rate changes, or asked to "add model X", "update pricing", or "new model rate".

2 Updated 1 weeks ago
YiftachCohen