← Back to Skills Marketplace
bytesagain3

Home Organizer

by bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
364
Downloads
0
Stars
1
Active Installs
10
Versions
Install in OpenClaw
/install home-organizer
Description
家居收纳整理。断舍离、收纳方案、空间规划、季节整理、搬家清单、极简生活。Home organization with decluttering, storage. 收纳、整理、断舍离。
README (SKILL.md)

Home Organizer

家居收纳整理。断舍离、收纳方案、空间规划、季节整理、搬家清单、极简生活。Home organization with decluttering, storage. 收纳、整理、断舍离。

推荐工作流

需求分析 → 选择命令 → 输入描述 → 获取结果 → 调整优化

命令速查

  declutter       declutter
  storage         storage
  space           space
  seasonal        seasonal
  moving          moving
  minimal         minimal

Home Organizer by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

  • Run home-organizer help for commands

  • No API keys needed

  • Run home-organizer help for all commands

Commands

Run home-organizer help to see all available commands.

When to Use

  • Quick home tasks from terminal
  • Automation pipelines

Output

Results go to stdout. Save with home-organizer run > output.txt.

Usage Guidance
This skill appears to do what it says: provide tips and a simple local CLI that stores entries and logs activity in a data directory. Before installing, consider: (1) it will create files under your home directory (default ~/.local/share/home-organizer) — set HOME_ORGANIZER_DIR if you want a different location; (2) any items you add are stored in plain text (data.log/history.log) so avoid putting passwords or other secrets into records; (3) there are no network calls or required API keys in the code, but if you modify the scripts or run them in automation, review them first; (4) to remove traces later, delete the data directory and logs and check file permissions. Overall the skill is coherent and low-risk from the provided artifacts.
Capability Analysis
Type: OpenClaw Skill Name: home-organizer Version: 2.0.0 The Home Organizer skill bundle consists of simple scripts for providing organization tips and managing a local task log. The Python logic in `scripts/organize.sh` contains hardcoded advice for room cleaning, and `scripts/script.sh` implements basic CRUD operations on a local log file in the user's data directory. No network activity, data exfiltration, or suspicious execution patterns were found.
Capability Assessment
Purpose & Capability
Name/description (home organization, decluttering, checklists) align with included files: a small CLI script that prints tips and a companion script that stores/list/manages simple entries. No unrelated capabilities (cloud, payment, or system admin) are requested.
Instruction Scope
SKILL.md instructs running the CLI and printing results to stdout. The bundled scripts create a data directory and write history.log and data.log in the user's data path; they also use an embedded Python snippet to produce tips. There are no instructions to read or exfiltrate unrelated files or to contact remote endpoints. Note: the scripts will persist user-provided entries locally (unencrypted) which could contain sensitive text if you add such items.
Install Mechanism
No install spec or remote downloads. The skill is instruction-only with two small shell scripts included in the bundle, so nothing is fetched or executed from remote URLs at install time.
Credentials
The skill does not require any environment variables. The scripts respect HOME_ORGANIZER_DIR (optional) and XDG_DATA_HOME/HOME for the data directory — this is reasonable for a local CLI. Be aware that the skill will read HOME (standard) to construct the data path if no override is provided.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills. It creates and writes files under the user's data directory (~/.local/share/home-organizer by default), which is proportional for a local organizer tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install home-organizer
  3. After installation, invoke the skill by name or use /home-organizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
yaml-fix+quality
v2.3.5
yaml-fix+quality
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
Initial release of Home Organizer. - Provides home organization advice: decluttering, storage solutions, space planning, seasonal organization, moving checklists, and minimalist living. - Includes command list for quick access to each area. - Supports workflow: analyze needs, select command, input description, get results, optimize as needed.
Metadata
Slug home-organizer
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 10
Frequently Asked Questions

What is Home Organizer?

家居收纳整理。断舍离、收纳方案、空间规划、季节整理、搬家清单、极简生活。Home organization with decluttering, storage. 收纳、整理、断舍离。 It is an AI Agent Skill for Claude Code / OpenClaw, with 364 downloads so far.

How do I install Home Organizer?

Run "/install home-organizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Home Organizer free?

Yes, Home Organizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Home Organizer support?

Home Organizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Home Organizer?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.

💬 Comments