← Back to Skills Marketplace
harrylabsj

Declutter Coach

by haidong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install declutter-coach
Description
Provides step-by-step decluttering plans with sorting rules and resale options for specific spaces like wardrobes, bookshelves, or drawers.
README (SKILL.md)

Declutter Coach(整理教练)

Overview

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

Trigger

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

Workflow

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

Output

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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install declutter-coach
  3. After installation, invoke the skill by name or use /declutter-coach
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug declutter-coach
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Declutter Coach?

Provides step-by-step decluttering plans with sorting rules and resale options for specific spaces like wardrobes, bookshelves, or drawers. It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Declutter Coach?

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

Is Declutter Coach free?

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

Which platforms does Declutter Coach support?

Declutter Coach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Declutter Coach?

It is built and maintained by haidong (@harrylabsj); the current version is v0.1.0.

💬 Comments