← ClaudeAtlas

hopper-vendorslisted

Use when the user asks Hopper to list registered vendor adapters, confirm supported vendors, or check vendor naming.
litianyi-007/hopper-plugin · ★ 0 · AI & Automation · score 68
Install: claude install-skill litianyi-007/hopper-plugin
# Hopper Vendors List Hopper's registered vendor adapters. ## Steps 1. Locate `hopper-dispatch` from `PATH` or the plugin root near this `SKILL.md`. No `.hopper/` project directory is required — `--vendors` lists the static adapter registry and runs from anywhere. 2. Run `hopper-dispatch --vendors`. 3. Surface the registered adapter list. Registered adapters: `codex`, `kimi`, `opencode`, `copilot`, `agy`, `grok`, `mimo`, `claude`, and `pi`. `agy` is supported on CLI 1.1.x or newer; `agy models` provides the account-scoped model catalog and `--effort` accepts `low|medium|high`. Note: the `claude` vendor spawns `claude -p`, and the host≠vendor rule blocks a Claude Code host from dispatching to it (use it from another host). It is billing-agnostic — the `claude -p` plan-billing policy changed repeatedly across 2026, so verify current policy at anthropic.com if cost matters. 4. If `.hopper/AGENTS.md` references a missing vendor, flag the spelling mismatch; Hopper normalizes trailing `-cli` and `_cli`. ## Safety - Do not probe vendors here; use `hopper-probe` for live capability refresh. - Do not edit `.hopper/AGENTS.md` unless the user explicitly asks.