pick-model

Query LitellmCTL gateway models and generate m-<slug>.md command stubs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/0xxmemo/litellmctl --skill pick-model-0xxmemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pick-model
Source: https://github.com/0xxmemo/litellmctl/tree/main/skills/pick-model
Command: npx skills add https://github.com/0xxmemo/litellmctl --skill pick-model-0xxmemo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically discover and surface live gateway models in Claude Code so you can quickly pick and activate a model without manual ID lookup.

Core Features & Use Cases

  • Dynamically fetches models from the LitellmCTL gateway's /v1/models endpoint and generates corresponding /m-<slug>.md entries for Claude Code autocomplete.
  • Enables fuzzy filtering in Claude Code to select a model by slug.
  • Pastes the exact '/model <id>' command and pins the selection for future sessions.

Quick Start

Install the skill, start Claude Code, and type /m- to view and pick a gateway model.

Frequently Asked Questions about pick-model

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

FAQPage Schema
How do I list gateway models as Claude Code slash commands?

To list gateway models as Claude Code slash commands, this skill queries the LitellmCTL gateway's /v1/models endpoint and generates stub m-<slug>.md files under ~/.claude/commands for autocomplete filtering.

How do I switch models in Claude Code without looking up the model ID?

Switching models in Claude Code without manual ID lookup is possible by typing /m- to fuzzy filter gateway models, which then pastes the exact /model <id> command and pins your selection for the next session.

Can I use LitellmCTL gateway models with Claude Code autocomplete?

Yes, you can use LitellmCTL gateway models with Claude Code autocomplete. The skill dynamically fetches available models and surfaces them as slash-command entries, enabling fast selection by slug.

Does the gateway model list update automatically when I start a Claude Code session?

The gateway model list updates dynamically on Claude Code session start. The workflow fetches the live models from the gateway and regenerates the corresponding command stubs to ensure accurate autocomplete entries.

How does Claude Code store my selected model for future sessions?

Claude Code stores your selected model for future sessions by saving the chosen model ID after you pick a model from the autocomplete list, automatically pasting the exact /model <id> line to pin the selection.

What is the best way to dynamically sync gateway models to Claude Code commands?

The best way to dynamically sync gateway models to Claude Code commands is to query the LitellmCTL /v1/models endpoint and generate m-<slug>.md entries under ~/.claude/commands, enabling fuzzy filtering and fast model selection.