Lobster Buddy
v1.0.0麻薯的电子宠物系统。基于用户ID确定性生成的RPG风格宠物,有物种、稀有度、属性和闪光机制。当用户问"我的宠物"、"看看我的buddy"、"抽宠物"时触发。
⭐ 0· 33·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, and provided instructions all describe a deterministic, RPG-style buddy generator. There are no unrelated requirements (no credentials, no external services) and the algorithm/data described are appropriate for the stated purpose.
Instruction Scope
Runtime instructions stay within scope: they explain PRNG seeding from a user ID, attribute generation, display formatting, and saving state to memory/buddy-state.json. Small note: the skill instructs storing userId in a local memory file — expected for persistent per-user pets, but worth reviewing platform memory access policies.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by an installer step beyond the described memory file usage.
Credentials
The skill requests no environment variables, credentials, or external config paths. Requested access (a local memory file) is proportionate to the goal of persisting names/state.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill privileges. It writes its own buddy-state.json in memory — this is normal for a persistent toy skill.
Assessment
This skill appears coherent and low-risk: it deterministically generates a per-user pet and stores its state in memory/buddy-state.json. Before installing, confirm how your platform implements the 'memory' directory (where files are stored, who can read backups or logs), since the saved file contains the userId and pet data. If you have privacy concerns about storing user identifiers or persistent state, ask whether the skill can store only a hashed ID or let you disable persistence; otherwise the skill needs no external keys or network access and is suitable for casual use.Like a lobster shell, security has layers — review code before you run it.
latestvk978qqs07xevcysn5xtva4ec1x846k0d
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
