What At Home(家里有什么)
v1.0.3智能家庭物品管理。解决"东西在哪"、"家里有什么"的困惑。支持四级结构:套房→房间→家具→物品。关键词:收纳、整理、居家、存储、物品管理、找东西、家里有什么、东西放在哪、清点物品。
⭐ 0· 93·0 current·0 all-time
by@yixj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (home inventory) match the provided files: SKILL.md, README, and a Python implementation that manages suites/rooms/furniture/items and backups. No unrelated binaries or cloud credentials are requested.
Instruction Scope
SKILL.md and INSTALL.md describe only local operations: parse user text, create/load/save JSON, backup/restore, export. The implementation reads/writes only the workspace data file and backup directory and uses no network endpoints or system-wide config files beyond an optional workspace env var.
Install Mechanism
No install spec; the package is instruction-only with a Python script. requirements.txt declares only standard-library usage. No external downloads, URLs, or package installs are required.
Credentials
The code optionally respects CLAW_WORKDIR or OPENCLAW_WORKDIR to locate the workspace; no API keys, secrets, or unrelated environment variables are requested. Data is stored locally in the workspace (default ~/.openclaw/workspace/data).
Persistence & Privilege
Skill is not always:true and does not request elevated privileges. It persists application data under its workspace data path and backup directory only, and does not modify other skills or system-wide configurations.
Assessment
This skill appears to be a straightforward local home-inventory tool. It reads/writes JSON under {workspace}/data (default ~/.openclaw/workspace/data/home_storage.json) and will create backups there. Before installing: (1) confirm you’re comfortable storing your inventory in that workspace path and set appropriate file permissions if needed; (2) review scripts/home_storage.py yourself (it runs locally with Python and does not appear to contact external servers); (3) if you want isolation, run the skill in a sandbox or with a dedicated workspace (set CLAW_WORKDIR or OPENCLAW_WORKDIR) rather than the default home path. If you need the full remaining portion of the Python file reviewed for peace of mind, provide it and I will inspect it line-by-line.Like a lobster shell, security has layers — review code before you run it.
latestvk97cb72mcjynhtktfhzmry2kdx83v213
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
