buddy

v1.0.0

Buddy 抽卡体验。基于 Claude Code 原版 Buddy 系统的抽卡,让用户体验抽到什么稀有度的电子宠物。触发词:抽卡、buddy、电子宠物抽卡。

1· 72·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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.
Instruction Scope
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).
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
The skill is not always-enabled and does not modify agent or system configuration. It does not request persistent presence or elevated privileges.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a4pp4pvaxws8xt32s2rp6xx840r6k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎰 Clawdis
Binspython3

Comments