Buddy 抽卡体验。基于 Claude Code 原版 Buddy 系统的抽卡,让用户体验抽到什么稀有度的电子宠物。触发词:抽卡、buddy、电子宠物抽卡。
Security Analysis
high confidenceThe skill's code and instructions match its described purpose (a local deterministic gacha/buddy toy); it requires only python3, reads no secrets, and has no network or install actions.
Name/description, SKILL.md, and the included buddy.py all align: a local deterministic '抽卡' (gacha) experience. Declared required binary (python3) is appropriate and nothing in the files asks for unrelated platform access.
SKILL.md instructs to run `python3 buddy.py [名字]`, which is exactly what buddy.py implements. The runtime behavior stays within the stated purpose (deterministic PRNG, choose species/rarity, format output).
No install spec is present (instruction-only), and the payload is a single local script. Nothing is downloaded or written to disk by an installer step.
The skill declares no required environment variables and requests no credentials. The script does read environment variables (CLAW_USER_NAME, USERNAME, USER) only to pick a default username; this is reasonable for its purpose but worth noting because SKILL.md did not list them. No secrets or external tokens are accessed.
The skill is not always-enabled and does not modify agent or system configuration. It does not request persistent presence or elevated privileges.
Guidance
This skill appears to be a local, benign gacha toy: it only needs python3, uses a deterministic PRNG so the same username yields the same Buddy, and it does not make network calls or request credentials. Notes before installing: (1) the script will read environment variables CLAW_USER_NAME / USERNAME / USER to choose a default name — that's normal but you may want to be aware if you rely on privacy of your account name; (2) there is no installer, so nothing will be downloaded or run outside the provided buddy.py; (3) if you plan to modify or reuse it, review the code yourself (it's short and readable) to confirm any changes. Overall this skill is internally coherent and matches its description.
Latest Release
v1.0.0
buddy-gacha 1.0.0 - 初始发布,实现 Buddy 抽卡体验。 - 支持18种物种和5档稀有度(带概率分布)。 - 增加闪光系统(1%概率)和帽子系统。 - 支持通过用户名或自定义名字抽卡,结果确定性随机。 - 包含命令行使用说明和示例。
More by @subcoldzhang
Published by @subcoldzhang on ClawHub