Claudecode Buddy Crack banner
Pickle-Pixel Pickle-Pixel

Claudecode Buddy Crack

Development community

Description

Customize your Claude Code companion pet. Pick your rarity, species, hat, and eyes — then patch the binary to make it stick.

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

Claude Code Buddy Crack

Customize your [Claude Code](https://docs.anthropic.com/en/docs/claude-code) companion pet. Pick your species, rarity, hat, eyes, and shiny status — then patch the binary to make it stick.

Claude Code has a hidden gacha companion system (the Buddy system) that assigns you a deterministic pet based on your account UUID. Your rarity, species, and stats are locked to your identity. This tool lets you override that and choose your own.

[Use the Web Creator](https://pickle-pixel.com/buddy)

Design your companion visually with live ASCII preview:

  • All 18 species with real sprite rendering
  • 5 rarities, 6 eye styles, 8 hats, shiny toggle
  • Generate a name and personality via AI prompt or write your own
  • Exports config JSON with step-by-step install instructions

Quick Start

  1. Design your buddy at pickle-pixel.com/buddy and click Copy Config JSON
  2. Close all Claude Code sessions (the binary can't be patched while running)
  3. Download and run the patcher:
curl -O https://raw.githubusercontent.com/Pickle-Pixel/claudecode-buddy-crack/main/buddy-crack.js
node buddy-crack.js

That's it. The patcher reads the JSON from your clipboard, patches the binary, injects your companion, and creates a backup. One command.

**Other ways to provide the JSON:**

node buddy-crack.js                    # Auto-read from clipboard (recommended)
node buddy-crack.js companion.json     # Read from a file
  1. Restart Claude Code — your custom companion appears

Commands

node buddy-crack.js                    # Patch + inject (clipboard or interactive paste)
node buddy-crack.js companion.json     # Patch + inject from file
node buddy-crack.js status             # Show patch state + companion info
node buddy-crack.js unpatch