agent-modelslisted
Install: claude install-skill xrhstosmour/macsify
# Agent Models
## When to use
- `/agent-models`
- User says "update models", "new models", "switch models", or "change provider".
- Models are outdated or a provider has released new options.
- User wants to evaluate a different provider for one or more agent roles.
## Provider selection
Ask user to pick a provider:
1. opencode (free Zen models)
2. opencode-go (paid subscription)
3. github-copilot
4. claude-code
5. custom, user pastes their own model table
## Research models
For known providers, attempt to fetch model info from these sources:
| Provider | URL(s) to try |
|----------|---------------|
| opencode | `https://opencode.ai/zen/v1/models` (available models), `https://opencode.ai/docs/zen/` (pricing/docs) |
| opencode-go | `https://opencode.ai/go` (rate limits), `https://opencode.ai/docs/go/` (pricing/docs) |
| github-copilot | `https://docs.github.com/en/copilot/reference/ai-models/supported-models` |
| claude-code | `https://docs.anthropic.com/en/docs/about-claude/models` |
For each model found, extract Model name, Provider, Rate limits, and Quality tier if available.
If web fetch fails or data is incomplete, ask the user to paste the model table directly (name, provider, rate limits columns).
For `custom`, ask user to paste a table with columns: Model, Provider, requests per 5h, requests per week, requests per month.
## Research capabilities
After fetching models, collect objective capability data before ranking. Do not guess or use assumptions. The da