ccr-models

List language models accessible through a Claude Code Router instance.

4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/npow/claude-skills --skill ccr-models
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccr-models
Source: https://github.com/npow/claude-skills/tree/main/ccr-models
Command: npx skills add https://github.com/npow/claude-skills --skill ccr-models

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from discovering which language models are currently accessible through a running Claude Code Router instance.

Core Features & Use Cases

  • Model Discovery: Queries the router's models endpoint and lists available models.
  • Provider Grouping: Separates Claude proxy models from Model Gateway models for easier selection.
  • Use Case: When configuring a Claude Code workflow, use this Skill to inspect the router and identify the exact model identifiers available for use.

Quick Start

Ask the ccr-models skill to list all models currently available through the running Claude Code Router.

Frequently Asked Questions about ccr-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list available models through a Claude Code Router instance?

To list available models through a Claude Code Router, you query the router's local models API endpoint. This discovers all accessible language models and groups returned identifiers by Claude proxy and Model Gateway provider.

What is model discovery in Claude Code configuration workflows?

Model discovery in Claude Code configuration workflows is the process of querying a running router to identify exact language model identifiers. It separates Claude proxy models from Model Gateway models to streamline endpoint selection and configuration.

Do I need a running Claude Code Router to discover accessible LLM endpoints?

Yes, you need a running Claude Code Router with an accessible local models API to discover accessible LLM endpoints. The router acts as the gateway, querying its models endpoint to return and group available language model identifiers.

How does provider comparison work for models accessible via a model gateway?

Provider comparison for models accessible via a model gateway works by grouping returned identifiers based on their source. It separates Claude proxy models from Model Gateway models, allowing you to easily compare and select the exact endpoints available for your workflow.

Why are discovered models grouped by Claude proxy and gateway provider?

Discovered models are grouped by Claude proxy and gateway provider to remove guesswork during model selection. This grouping clarifies which language models are currently accessible through the running Claude Code Router instance for easier endpoint comparison.