Use Rota Gateway banner
jasonkneen jasonkneen

Use Rota Gateway

AI community

Description

--- name: use-rota-gateway description: Configure any OpenAI- or Anthropic-compatible client to route through the farm gateway's virtual `rota` model --- # Point a client at the rota gateway The local gateway exposes a virtual model, **`rota`** (alias: `auto`). Requesting it routes each call to whichever Claude silo has the most headroom under the three-bucket doctrine — you never pick a silo by hand. Use `crew` through `farmd` when the route may be a different provider, a remote Agensis machi

Installation

Installs to ~/.claude/skills/jasonkneen-agent-farm-cli-use-rota-gateway/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jasonkneen-agent-farm-cli-use-rota-gateway && curl -fsSL https://raw.githubusercontent.com/jasonkneen/Agent-Farm-CLI/HEAD/skills/use-rota-gateway.md -o ~/.claude/skills/jasonkneen-agent-farm-cli-use-rota-gateway/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository