model-catalog

model-catalog is a skill for Claude Code, Codex from kyh/vibedgames. It costs 115 tokens per session (737 once invoked), scanned A, original, MIT.

A reference guide for choosing model endpoints—the specific services that handle tasks such as creating images or text. It lists endpoint choices by task and explains how to check their details.

In plain words
What is it for?
Choosing an endpoint for image, text, and other media work; checking whether an endpoint exists; inspecting its inputs and pricing.
Why use it?
It reduces guesswork when selecting a model and helps avoid using made-up, outdated, or unsuitable endpoint IDs.

Skill for Claude CodeCodex

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

Part of the generate plugin — 9 skills shipped together

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/kyh/vibedgames/model-catalog
Any agent
npx skills add kyh/vibedgames --skill model-catalog
Clone the repo
git clone --depth 1 https://github.com/kyh/vibedgames

Made for: Claude Code, Codex.

Or install generate, the plugin that ships this one along with the rest of its 9 skills.

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-catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/kyh/vibedgames/model-catalog.svg)](https://agentmods.dev/skills/kyh/vibedgames/model-catalog)
Your own site
<a href="https://agentmods.dev/skills/kyh/vibedgames/model-catalog"><img src="https://agentmods.dev/badge/skills/kyh/vibedgames/model-catalog.svg" alt="Measured on agentmods" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 737 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.00115 $0.00737
Opus 5 $0.00057 $0.00368
Sonnet 5 $0.00023 $0.00147
Haiku 4.5 $0.00012 $0.00074

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

Security

Grade A, and why

model-catalog 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.

plugins/generate/skills/model-catalog/SKILL.md · 48 lines

How it starts

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

Models Catalog

Endpoint-first navigation for production work. Each modality reference lists curated picks organized by use case (premium realism / fast & cheap / 4K / specialized). Before reaching for free-text search, consult the modality reference that matches the task.

Runtime: All endpoint calls use the vg generate CLI (npm install -g vibedgames, or pnpm dogfood in this repo). The API key lives on the vibedgames server, so there is no per-machine setup. See the generate skill for the command reference.

Endpoint-first rule

  1. Pick the endpoint ID from the right modality reference.
  2. Verify it: vg generate models --endpoint_id <endpoint_id> --json.
  3. Inspect it: vg generate schema <endpoint_id> --json.
  4. Check cost when relevant: vg generate pricing <endpoint_id> --json.
  5. Use text search only if the routed endpoint is missing, deprecated, rejected, or the role is not covered here:
vg generate models "<task description>" --json
vg generate docs "<topic>" --json

Do not invent endpoint IDs.

Modality references

Load the reference matching the user's task:

Read the full file on GitHub · 48 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. 6d ago First seen · 48 lines · 115 tokens per session scan A 67ad04e62ea1

Subscribe to this mod's changes

model-catalog is a skill published in the GitHub repository kyh/vibedgames (55 stars, last pushed today), licensed MIT. It adds 115 tokens to every session and 737 once invoked, about $0.0006 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

studio-shortcuts

Keyboard shortcut conventions for Supabase Studio. Use when adding a repeated user action, toolbar action, list/table operation, or sub-page navigation that should have shortcut coverage, when registering or changing a shortcut, or when adding a search/filter Input (which needs the staged-Escape handler). Covers the…

supabase/supabase · 82 tokens

copilotkit-channels

Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…

CopilotKit/CopilotKit · 112 tokens

setup-slack-channel

Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…

CopilotKit/CopilotKit · 206 tokens

channels-setup

Use when a developer wants to build their first CopilotKit Channels agent and get it answering in Slack or Microsoft Teams — "set up a channel", "connect my agent to Slack", "get my agent into Teams", or starting from nothing and wanting a working channel end to end. Covers the whole path: inspecting or scaffolding…

CopilotKit/CopilotKit · 147 tokens

local-ci

Run this repository's local CI parity commands and pnpm run ci:local jobs. Use when validating a change against the same job shapes used in GitHub Actions, choosing the smallest local CI job for a package, workflow, E2E, Metro, devtools, bundle-size, or build-and-test change.

module-federation/core · 68 tokens

llm

Guidelines for implementing LLM (Language Model) functionality in the application.

elie222/inbox-zero · 17 tokens