Declutter Coach

v0.1.0

Provides step-by-step decluttering plans with sorting rules and resale options for specific spaces like wardrobes, bookshelves, or drawers.

0· 49·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f2yk3a1frpm4ta7qnx1vstn84dryt

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments