← 返回 Skills 市场
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-buddy
功能描述
Generate a unique deterministic virtual pet buddy based on your user ID, featuring species, rarity, stats, cosmetics, and personality in ASCII art format.
安全使用建议
This skill appears coherent and low-risk: it deterministically generates a virtual pet from a user ID using the included JS file and does not request credentials or network access. Before installing, verify two simple points: (1) ensure the agent environment has Node.js available (the SKILL.md instructs running node but metadata didn't declare Node as a required binary), and (2) inspect the remainder of scripts/buddy.js (the provided snippet was truncated) to confirm there are no unexpected network calls, child_process.exec/spawn usage, or filesystem operations. Also consider the privacy implication of letting users supply arbitrary IDs (the skill allows checking other people's IDs) — decide whether you want to restrict that behavior in your deployment. If Node is not present or you cannot inspect the full file, treat the Node requirement / truncated file as an installation blocker.
功能分析
Type: OpenClaw Skill
Name: openclaw-buddy
Version: 1.0.0
The skill implements a virtual pet generator using deterministic hashing and a PRNG. While the logic in `scripts/buddy.js` is benign, the `SKILL.md` instructions introduce a shell injection vulnerability by directing the AI agent to execute a command-line script using a potentially user-controlled `<user_id>` string without any input sanitization. This allows for arbitrary command execution if a user provides a crafted ID containing shell metacharacters.
能力评估
Purpose & Capability
Name/description match the provided files: SKILL.md describes deterministic buddy generation and the repo contains a JS generator implementing that logic. One minor mismatch: SKILL.md and scripts/buddy.js expect Node to be available and instruct running node <path>/buddy.js, but the registry metadata lists no required binaries. This is a bookkeeping inconsistency (Node should be declared) but does not indicate malicious behavior.
Instruction Scope
Runtime instructions are narrow: obtain a user ID from message context or user input, run the bundled buddy.js with that ID, then send the generated stdout card to the user. The instructions only reference message-sender IDs (open_id or platform user ID) which is appropriate for the stated purpose. There are no instructions to read arbitrary files, access credentials, or transmit data to external endpoints.
Install Mechanism
No install spec; this is instruction-only with an included JavaScript file. No downloads, external packages, or archive extraction are present. The skill will require a Node runtime to execute the included script (not declared in metadata), but it does not attempt to install software itself.
Credentials
The skill declares no required environment variables, no credentials, and the visible code does not access environment secrets or config paths. The only input needed is the user ID (from message context or manual input), which is proportionate to the functionality.
Persistence & Privilege
The skill is not always-enabled and does not request special persistent privileges. It does not modify other skills or system configurations (based on provided files). Autonomous invocation is allowed by platform defaults but is normal for a user-invocable skill of this type.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-buddy - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-buddy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: deterministic virtual pet buddy generator with 18 species, 5 rarity tiers, ASCII art sprites, bilingual CN/EN support
元数据
常见问题
OpenClaw Buddy 是什么?
Generate a unique deterministic virtual pet buddy based on your user ID, featuring species, rarity, stats, cosmetics, and personality in ASCII art format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 OpenClaw Buddy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-buddy」即可一键安装,无需额外配置。
OpenClaw Buddy 是免费的吗?
是的,OpenClaw Buddy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Buddy 支持哪些平台?
OpenClaw Buddy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Buddy?
由 Rong(@kylinr)开发并维护,当前版本 v1.0.0。
推荐 Skills