← 返回 Skills 市场
harrylabsj

Declutter Coach

作者 haidong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install declutter-coach
功能描述
Provides step-by-step decluttering plans with sorting rules and resale options for specific spaces like wardrobes, bookshelves, or drawers.
使用说明 (SKILL.md)

Declutter Coach(整理教练)

Overview

帮助用户对特定空间(衣柜、书架、抽屉等)进行整理,提供分步计划、断舍离原则和变现渠道。

Trigger

  • 整理衣柜/房间
  • 断舍离
  • 东西太多
  • 收纳建议

Workflow

  1. 识别整理目标区域
  2. 给出断舍离分类原则
  3. 提供分步执行计划(含时间估算)
  4. 给出闲置变现渠道

Output

JSON: {targetArea, declutterPlan{steps[], category_rules[], time_estimate}, tips[], donationChannels[]}

安全使用建议
This skill appears coherent and low-risk: it only generates text-based decluttering plans and asks for no credentials or network access. Two practical notes before installing: (1) The input parsing has a bug — the keyword-detection branch sets the area to '衣物' unconditionally in many cases, so test it with your expected prompts and consider fixing parse_declutter_input if results are incorrect. (2) The SKILL.md suggests taking photos as a human workflow tip, but the skill does not capture or upload images — do not expect image handling. Also note the skill's source/homepage is unknown; while the code is simple and safe, prefer skills with clear provenance if that matters to you.
功能分析
Type: OpenClaw Skill Name: declutter-coach Version: 0.1.0 The skill bundle is a straightforward implementation of a decluttering assistant. The Python code (handler.py) uses basic string matching to categorize user input and returns a static plan, while the instructions (SKILL.md) are well-aligned with the stated purpose without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description (declutter advice) align with what the code and SKILL.md do: produce step-by-step plans, category rules, time estimates and donation/resale suggestions. The skill does not request unrelated capabilities, binaries, or credentials.
Instruction Scope
SKILL.md stays on-topic (identify area, give rules, plan, channels). The handler implementation is local-only and does not read files, env vars, or perform network calls. SKILL.md suggests taking photos for before/after comparison — the code only advises this but does not capture or upload images, which is consistent (no hidden image exfiltration), but you should be aware photos are recommended by the advice even though the skill will not process them.
Install Mechanism
No install specification and only a small Python handler file — no remote downloads, package installs, or archive extraction. Low risk from installation mechanism.
Credentials
The skill requires no environment variables, no credentials, and no config paths. There is nothing disproportionate requested for its stated functionality.
Persistence & Privilege
always is false and the skill does not ask for persistent system presence or modify other skills or system settings. It can be invoked normally by the agent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install declutter-coach
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /declutter-coach 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Declutter Coach 0.1.0 - Initial Release - Guides users to declutter specific areas (closet, bookshelf, drawer, etc.) - Offers step-by-step decluttering plans with time estimates - Recommends sorting principles and decluttering categories - Provides resale and donation channel suggestions - Outputs advice and plans in structured JSON format
元数据
Slug declutter-coach
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Declutter Coach 是什么?

Provides step-by-step decluttering plans with sorting rules and resale options for specific spaces like wardrobes, bookshelves, or drawers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Declutter Coach?

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

Declutter Coach 是免费的吗?

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

Declutter Coach 支持哪些平台?

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

谁开发了 Declutter Coach?

由 haidong(@harrylabsj)开发并维护,当前版本 v0.1.0。

💬 留言讨论