← 返回 Skills 市场
龙虾的小家园 — Desktop Pet
作者
whitezhiiii
· GitHub ↗
· v11.0.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pixel-desktop-pet
功能描述
Deploy a pixel-art desktop pet (桌面宠物) with four explorable scenes, care mechanics, and walk animations. Use when user asks to create a desktop pet, virtual p...
安全使用建议
This skill is likely what it claims (a Tkinter desktop pet) but it downloads many asset files from a GitHub raw URL at first run and writes a save file to ~/.nbw_pet_save.json. Before installing or running: (1) inspect scripts/desktop_pet.py fully for any unexpected network calls or data uploads; (2) consider running it in a sandbox or VM; (3) if you prefer offline use, pre-populate the assets/ directory with trusted files to prevent runtime downloads; (4) verify the GitHub repo and asset URLs manually if you plan to allow downloads. If you are uncomfortable with automatic network downloads or files written to your home directory, do not run it.
功能分析
Type: OpenClaw Skill
Name: pixel-desktop-pet
Version: 11.0.0
The script `desktop_pet.py` performs unauthorized discovery of sensitive environment files (`IDENTITY.md`, `USER.md`) by searching parent directories to extract user identity information. It also reads the `NBW_API_KEY` environment variable and transmits it, along with user chat data, to a non-standard third-party AI proxy (`vibe.deepminer.ai`). Furthermore, the script explicitly disables SSL certificate verification (`ssl.CERT_NONE`) when fetching news data, which is a significant security flaw that facilitates man-in-the-middle attacks.
能力标签
能力评估
Purpose & Capability
Name/description match the included Python Tkinter desktop pet script. However, SKILL.md's asset list is minimal while the script expects many additional character sprites; the SKILL.md instructs manual asset copying but the script will auto-download missing assets at runtime. This is plausibly legitimate but inconsistent.
Instruction Scope
SKILL.md instructs only to install Pillow and run the script and to copy assets locally, and does not mention network activity. The script, however, will attempt to download numerous asset files from raw.githubusercontent.com if assets are missing, and the presence of http.client/urllib/json imports suggests additional web requests (e.g., weather fetching). The skill also writes a save file under ~/.nbw_pet_save.json. The runtime will therefore access the network and the user's home directory despite SKILL.md implying a local-only run.
Install Mechanism
There is no package install spec (instruction-only), but runtime auto-downloads assets from https://raw.githubusercontent.com/... which is a GitHub raw URL (a known host). Downloading assets at runtime is a supply-chain risk (content can change upstream) and is not sign‑verified, though the host itself is a common code host.
Credentials
The skill requests no environment variables or credentials (ok). It does create an assets directory next to the script and writes a JSON save file to the user's home directory (~/.nbw_pet_save.json), which is proportionate for a desktop app but should be explicitly documented in SKILL.md (it is not).
Persistence & Privilege
The skill is not marked always:true and cannot modify other skills. Its persistence is limited to writing an assets folder (next to the script) and a single save file in the user's home directory — normal for a desktop application.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pixel-desktop-pet - 安装完成后,直接呼叫该 Skill 的名称或使用
/pixel-desktop-pet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v11.0.0
v1.1.0 - 家具仓库(摆放/收回/六折出售)、家具拖动移位、浴球系统×5种、批量购买、背包入口
元数据
常见问题
龙虾的小家园 — Desktop Pet 是什么?
Deploy a pixel-art desktop pet (桌面宠物) with four explorable scenes, care mechanics, and walk animations. Use when user asks to create a desktop pet, virtual p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 龙虾的小家园 — Desktop Pet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pixel-desktop-pet」即可一键安装,无需额外配置。
龙虾的小家园 — Desktop Pet 是免费的吗?
是的,龙虾的小家园 — Desktop Pet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
龙虾的小家园 — Desktop Pet 支持哪些平台?
龙虾的小家园 — Desktop Pet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 龙虾的小家园 — Desktop Pet?
由 whitezhiiii(@whitezhiiii)开发并维护,当前版本 v11.0.0。
推荐 Skills