gsd-oc-select-model

Guide users through paginated provider and model selection flows.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/family3253/skill --skill gsd-oc-select-model-family3253
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-oc-select-model
Source: https://github.com/family3253/skill/tree/main/skills/gsd-oc-select-model
Command: npx skills add https://github.com/family3253/skill --skill gsd-oc-select-model-family3253

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Helps teams and developers quickly pick the most appropriate AI model by guiding users through a provider and model selection flow with pagination.

Core Features & Use Cases

  • Paginated provider navigation (supports both 2-level flat providers and 3-level hierarchies with sub-providers)
  • Sub-provider selection and per-sub-provider model listing
  • Deterministic, traceable outputs suitable for orchestration in automated pipelines
  • Interactive workflow ideal for OpenCode agent experiments and model selection scenarios

Quick Start

Execute the select-models script to begin the interactive provider/model selection flow.

Frequently Asked Questions about gsd-oc-select-model

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

FAQPage Schema
How do I interactively select an AI model from a large list of providers in a CLI?▼

This interactive CLI script guides you through paginated provider and model selection to pick an AI model. It supports per-page navigation and backtracking to handle large lists efficiently.

Can I navigate hierarchical sub-providers when picking an AI model?▼

Yes, the model selection workflow supports both 2-level flat provider hierarchies and 3-level hierarchical flows with sub-providers. You can navigate sub-provider listings to find your target model.

Does this interactive model picker work with OpenCode agent experiments?▼

The interactive workflow is ideal for OpenCode agent experiments and model selection scenarios. It executes as a self-contained CLI-based unit to help determine the optimal AI model.

How do I integrate AI model selection into automated pipelines?▼

You can integrate this model selection process into automated pipelines because it provides deterministic and traceable outputs suitable for orchestration. Run the select-models script to generate the required output.

What's the best way to handle large provider lists when choosing an AI model?▼

The best way to handle large provider lists is using a paginated selection interface with per-page navigation and backtracking. This CLI tool structures provider and model selection to avoid overwhelming displays.