amped

skill
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 13 GitHub stars
Code Pass
  • Code scan — Scanned 3 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This is a CLI tool that allows users to easily save, switch between, and manage multiple accounts for the Amp and Claude Code platforms.

Security Assessment
The application inherently handles highly sensitive data. It reads local authentication tokens and API keys, then stores them inside your operating system's native secure keyring. A light code audit identified no hardcoded secrets, no dangerous hidden permissions, and no risky execution patterns. It appears to function entirely as a local utility without making external network requests. Overall risk is rated as Low.

Quality Assessment
The project is maintained under the permissive MIT license and shows recent development activity, with its latest code push occurring just today. It has a small but respectable community footprint with 13 stars on GitHub. While the codebase is quite small (only 3 files were scanned), this minimal footprint directly reduces the potential attack surface and makes the tool easier to manually verify.

Verdict
Safe to use.
SUMMARY

The missing account switcher for Amp and Claude

README.md

Amped

The missing account switcher for Amp and Claude Code

Demo

Amp and Claude Code are coding agents with no built-in way to switch between accounts. Amped saves and restores credentials for both, storing secrets securely in the system keyring.

Installation

Either go to the releases page and download a binary for your platform, or use the following command to install it via Go:

go install github.com/slashtechno/amped@latest

Usage

Amped has four commands: add, switch, status, and delete. All commands accept --service amp or --service claude (shorthand -S). If --service is omitted, the last-used service is reused automatically.

  • amped add name --service <amp|claude>: Saves the currently logged-in account to the keyring under the given name.
    • For Amp, reads the API key from ~/.local/share/amp/secrets.json.
    • For Claude Code, reads credentials from the system keychain (macOS) or ~/.claude/.credentials.json (Linux). Windows is not supported for Claude Code accounts.
  • amped switch name: Restores credentials for a previously saved account, making it active. For Claude Code, also reads account info from ~/.claude.json (or ~/.claude/.claude.json on older versions) and merges it back on switch.
  • amped status: Shows all saved accounts and which are currently active. Use --service to filter.
  • amped delete name: Removes the given account from the keyring and accounts list.
    • amped delete --delete-all removes all saved accounts entirely.
    • This does not sign you out of Amp or Claude Code, it only removes the saved credentials from amped.

Reviews (0)

No results found