Agentsw
Description
CLI provider switcher for coding agents: manage OpenAI/Anthropic-protocol providers in one place and sync them, with models.dev metadata, into 9 agents — Claude Code, Codex, omp, pi, prime-agent, opencode, Hermes, WorkBuddy, DeepSeek Harness. Imports from cc-switch. Non-destructive: your hand-tuned settings survive.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agentsw
**One provider, every coding agent — from the terminal.**
A CLI that keeps your OpenAI- and Anthropic-protocol providers — base URL, key, model list, metadata — in one place and writes the active one into nine agents' own config files, without touching the settings you hand-tuned.
[](https://www.npmjs.com/package/agentsw) [](https://github.com/tchivs/agentsw/actions/workflows/ci.yml) [](#install) [](./LICENSE)
[Install](#install) · [Quick start](#quick-start) · [Supported apps](#supported-apps) · [Commands](#commands) · [简体中文](./README.zh-CN.md)
$ asw use vfing -m glm-5.3-flash
switching to vfing (openai) · default model glm-5.3-flash
skip claude Claude Code does not support openai-protocol providers
ok codex ~/.codex/config.toml, ~/.codex/auth.json
backup: ~/.config/agentsw/backups/config.toml.2026-08-31T15-58-24-678Z
ok omp ~/.omp/agent/models.yml
select in omp with: omp --model vfing/glm-5.3-flash
skip pi pi not detected (pass --apps pi to force)
ok opencode ~/.config/opencode/opencode.json
ok dsh ~/.dsh/settings.yaml, ~/.dsh/.credentials.yaml
select in dsh with the model picker, or run: dsh web
`agentsw` and the short `asw` are the same binary.
Why a CLI
- It runs where a desktop app cannot. Headless servers, containers, devcontainers, CI.
npx agentsw use myproxy -a codex,ompis one line in a provisioning script; nine GUI clicks are not. --dry-runprints diffs. Review what a switch will write before it writes it, or pipe it into a code review. Every fil
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11