Open330

Aas — AI skill for Claude Code

AI community

Agent Account Switcher — single-binary multi-account switcher for LLM coding agents (Rust rewrite of asx).

How to install Aas

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Open330/aas and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Aas does

Agent Account Switcher — single-binary multi-account switcher for LLM coding agents (Rust rewrite of asx).

Alternatives in AI

  • Llmwiki — Open Source Implementation of Karpathy's LLM Wiki 1.5k ★
  • Agenvoy — Self-hosted AI agent harness in a single Go binary — writes, sandbox-tests and repairs its own tools, and lets 474 ★
  • Octocode — Structural code intelligence for AI agents — semantic search, knowledge graphs, and a built-in MCP server in o 464 ★

README

aas — Agent Account Switcher

aas — Agent Account Switcher

A single-binary, dependency-free **multi-account switcher for LLM coding agents** (Claude Code, Codex, Grok/xAI, Z.AI, Kimi/Moonshot, Cursor, Pi). Rust rewrite of [`asx`](https://github.com/enif-lee/asx).

  • Store each account's credential in its own 0600 file / OS keychain entry and switch instantly.
  • Run one-off, profile-scoped agent sessions without touching your default login.
  • Cross-provider execution: run one agent's UI against another provider's backend (ASX Proxy).
  • Usage at a glance (aas usage) — accounts resolve in parallel through a shared success cache; use --fresh for an explicit live request.
  • Reads existing asx state — drop-in adoption, usually zero re-login.
aas CLI demo showing usage and isolated account sessions
Rendered from the reproducible VHS tape.

Quickstart for Agents

Paste this into your coding agent (Claude Code, Codex, …) to install and set up `aas`:

Install the aas CLI (Agent Account Switcher) from https://github.com/Open330/aas

1. macOS/Linux — run:  curl -fsSL https://raw.githubusercontent.com/open330/aas/main/install.sh | sh
   (Windows PowerShell:  irm https://raw.githubusercontent.com/open330/aas/main/install.ps1 | iex)
2. Verify it works:     aas --version
3. Show my accounts and live usage:  aas list  &&  aas usage

aas reads my existing asx state, so my current logins should already appear.

Install

Homebrew (macOS Apple Silicon/In