← Back to Skills Marketplace
龙虾的小家园 — Desktop Pet
by
whitezhiiii
· GitHub ↗
· v11.0.0
· MIT-0
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pixel-desktop-pet
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pixel-desktop-pet - After installation, invoke the skill by name or use
/pixel-desktop-pet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v11.0.0
v1.1.0 - 家具仓库(摆放/收回/六折出售)、家具拖动移位、浴球系统×5种、批量购买、背包入口
Metadata
Frequently Asked Questions
What is 龙虾的小家园 — 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install 龙虾的小家园 — Desktop Pet?
Run "/install pixel-desktop-pet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 龙虾的小家园 — Desktop Pet free?
Yes, 龙虾的小家园 — Desktop Pet is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 龙虾的小家园 — Desktop Pet support?
龙虾的小家园 — Desktop Pet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 龙虾的小家园 — Desktop Pet?
It is built and maintained by whitezhiiii (@whitezhiiii); the current version is v11.0.0.
More Skills