@openlor/anybuddy
v0.1.2
Published
One-click Claude Code buddy pet configurator
Maintainers
Readme
anybuddy
One-click Claude Code buddy configurator.
anybuddy lets you pick a specific Claude Code buddy by species and rarity, then applies a matching user ID to your local Claude configuration.
Requirements
- Node.js 18 or newer
- Claude Code CLI installed:
npm install -g @anthropic-ai/claude-code
Usage
Run without installing globally:
npx @openlor/anybuddy --listPick a buddy:
npx @openlor/anybuddy --species duck --rarity legendaryPick the exact buddy variant shown on AnyBuddy:
npx @openlor/anybuddy --species turtle --rarity legendary --user-id 14a197f94a5767f008c89e62829f69374037680b6f424715fffc309eee535ca2More examples:
npx @openlor/anybuddy --species dragon --rarity epic
npx @openlor/anybuddy --helpAfter a successful run:
- AnyBuddy looks up a matching user ID, or applies the exact one you provide
- captures your Claude Code OAuth token
- updates
~/.claude.json - persists
CLAUDE_CODE_OAUTH_TOKENin your shell rc file
Then restart your terminal, run claude, and use /buddy.
Maintainers
From the repository root:
npm run pack:cli
npm run release:cli:dry
npm run release:cliBefore publishing a new version, bump packages/cli/package.json or run:
cd packages/cli
npm version patch --no-git-tag-version