← 返回 Skills 市场
bytesagain3

Home Organizer

作者 bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
364
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install home-organizer
功能描述
家居收纳整理。断舍离、收纳方案、空间规划、季节整理、搬家清单、极简生活。Home organization with decluttering, storage. 收纳、整理、断舍离。
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install home-organizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /home-organizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug home-organizer
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 10
常见问题

Home Organizer 是什么?

家居收纳整理。断舍离、收纳方案、空间规划、季节整理、搬家清单、极简生活。Home organization with decluttering, storage. 收纳、整理、断舍离。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 364 次。

如何安装 Home Organizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install home-organizer」即可一键安装,无需额外配置。

Home Organizer 是免费的吗?

是的,Home Organizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Home Organizer 支持哪些平台?

Home Organizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Home Organizer?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。

💬 留言讨论