Brute-force a new
companion by finding a userID that hashes to the desired species and rarity.
通过暴力搜索 userID 来获取指定物种和稀有度的
伙伴。
ブルートフォースで userID を探索し、指定した種族とレアリティの
コンパニオンを取得します。
Claude Code generates companions deterministically:
→
PRNG → rarity, species, eyes, hat, shiny. Same userID = same companion, always.
Claude Code 通过确定性算法生成伙伴:
→
PRNG → 稀有度、物种、眼睛、帽子、闪光。相同 userID 始终生成相同伙伴。
Claude Code はコンパニオンを決定論的に生成します:
→
PRNG → レアリティ、種族、目、帽子、シャイニー。同じ userID は常に同じコンパニオンになります。
Critical: Claude Code is Bun-bundled, so
(xxHash64) is the correct hash function. Node.js FNV-1a produces wrong results — the script MUST run under Bun.
Important: All scripts are located in the
subdirectory of this skill.
-
only affects telemetry bucketing and buddy seed — no impact on conversations, API keys, or local config
-
SALT is
(Claude Code 2.1.89). Update the script if a future version changes it
-
1M iterations finds legendary in seconds on modern hardware
-
仅影响遥测分组和伙伴种子 — 不影响对话、API 密钥或本地配置
-
SALT 为
(Claude Code 2.1.89)。若未来版本更改,需更新脚本
-
100 万次迭代在现代硬件上几秒即可找到传说级
-
はテレメトリのバケット分けとバディシードにのみ影響 — 会話、APIキー、ローカル設定には無関係
-
SALT は
(Claude Code 2.1.89)。将来バージョンで変更された場合はスクリプトを更新
-
100万回の反復でもレジェンダリーは数秒で見つかります