← Back to Skills Marketplace
buddy
by
Yuhao Zhang
· GitHub ↗
· v1.0.0
· MIT-0
116
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-buddy
Description
Buddy 抽卡体验。基于 Claude Code 原版 Buddy 系统的抽卡,让用户体验抽到什么稀有度的电子宠物。触发词:抽卡、buddy、电子宠物抽卡。
Usage 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.
Capability Analysis
Type: OpenClaw Skill
Name: test-buddy
Version: 1.0.0
The skill bundle implements a simple, deterministic 'gacha' game for generating virtual pets based on a username. The code in buddy.py uses standard Python libraries to generate random traits using a Mulberry32 PRNG and only accesses basic environment variables (USER, USERNAME) to identify the player, with no evidence of data exfiltration or malicious execution.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-buddy - After installation, invoke the skill by name or use
/test-buddy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
buddy-gacha 1.0.0
- 初始发布,实现 Buddy 抽卡体验。
- 支持18种物种和5档稀有度(带概率分布)。
- 增加闪光系统(1%概率)和帽子系统。
- 支持通过用户名或自定义名字抽卡,结果确定性随机。
- 包含命令行使用说明和示例。
Metadata
Frequently Asked Questions
What is buddy?
Buddy 抽卡体验。基于 Claude Code 原版 Buddy 系统的抽卡,让用户体验抽到什么稀有度的电子宠物。触发词:抽卡、buddy、电子宠物抽卡。 It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install buddy?
Run "/install test-buddy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is buddy free?
Yes, buddy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does buddy support?
buddy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created buddy?
It is built and maintained by Yuhao Zhang (@subcoldzhang); the current version is v1.0.0.
More Skills