Paseo Agent Link banner
itsjustanks itsjustanks

Paseo Agent Link

AI community

Description

Account-aware routing, quota recovery, model visibility, and RAM protection for Paseo.

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

paseo-agent-link

**Account-aware routing, limit recovery, and memory protection for Paseo.**

[![Release](https://img.shields.io/github/v/release/itsjustanks/paseo-agent-link)](https://github.com/itsjustanks/paseo-agent-link/releases/latest) [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) ![Platform](https://img.shields.io/badge/macOS%20%C2%B7%20Linux-informational) ![Paseo](https://img.shields.io/badge/Paseo-plugin-8A63D2)

**Agent Link** keeps several Claude Code and Codex accounts signed in at once, sends new work to a healthy account, and recovers chats after a usage limit. The product and Paseo plugin are called **Agent Link**; the CLI remains `agent-link`.

Start here

Install the CLI:

mkdir -p ~/.local/bin
curl -fsSL https://raw.githubusercontent.com/itsjustanks/paseo-agent-link/main/agent-link -o ~/.local/bin/agent-link
chmod +x ~/.local/bin/agent-link

Add accounts and enable routing:

agent-link add claude you@work.com
agent-link add claude you@home.com
agent-link auto
agent-link status

Add the Paseo plugin:

agent-link app install paseo

Or let Paseo manage it directly from Git:

paseo plugin add itsjustanks/paseo-agent-link --path apps/paseo --id agent-link

What it does

Need Agent Link behaviour
Use several accounts Each login gets its own native config directory; no token copying or credential swapping
Avoid exhausted accounts New agents use a healthy account by priority and least-recent use
Preserve running work A live process keeps the account it started with
Recover a limited chat The account is parked and the transcript resumes on an eligible account
See real capacity Usage, reset times, holds, attempts, and account identity appear together
Protect the host Heavy Paseo type-checks pause under memory pressure and continue after recovery

Routing happens **when an agent starts**. Agent Link nev