← Back to Skills Marketplace
132
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install what-at-home
Description
智能家庭物品管理。解决"东西在哪"、"家里有什么"的困惑。支持四级结构:套房→房间→家具→物品。关键词:收纳、整理、居家、存储、物品管理、找东西、家里有什么、东西放在哪、清点物品。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: what-at-home
Version: 1.0.3
The 'what-at-home' skill bundle is a legitimate home inventory management system. The Python script (scripts/home_storage.py) implements basic CRUD operations for tracking items within a hierarchical structure (suites, rooms, furniture) using a local JSON file for storage. It includes safety measures such as using os.path.basename in the restore function to prevent path traversal and restricts file operations to the OpenClaw workspace. No network activity, shell execution, or data exfiltration logic was found.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install what-at-home - After installation, invoke the skill by name or use
/what-at-home - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Added version field (1.0.3) and updated frontmatter metadata in SKILL.md.
- Minor formatting improvements for better readability.
- No changes to core features or functionality.
v1.0.2
- Storage location notation updated in documentation: now uses `{workspace}/data/home_storage.json` instead of a fixed path.
- No functional or behavioral changes; documentation only.
v1.0.1
- Improved the skill description for clearer usage scenarios and benefits, both in English and Chinese.
- Highlighted use cases such as home inventory, item tracking, decluttering, and moving preparation.
- No changes to commands or features; all functionality remains the same.
v1.0.0
The original version of this Skill.
Metadata
Frequently Asked Questions
What is What At Home(家里有什么)?
智能家庭物品管理。解决"东西在哪"、"家里有什么"的困惑。支持四级结构:套房→房间→家具→物品。关键词:收纳、整理、居家、存储、物品管理、找东西、家里有什么、东西放在哪、清点物品。 It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install What At Home(家里有什么)?
Run "/install what-at-home" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is What At Home(家里有什么) free?
Yes, What At Home(家里有什么) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does What At Home(家里有什么) support?
What At Home(家里有什么) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created What At Home(家里有什么)?
It is built and maintained by Yixj (@yixj); the current version is v1.0.3.
More Skills