Cleaning
Cleaning makes home management simple. Record, search, and analyze your data with clear terminal output.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 36 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (home cleaning inventory and logging) matches the included shell script and SKILL.md: commands, local storage, exports, and stats are all relevant and proportional.
Instruction Scope
SKILL.md and the script limit actions to local file I/O, logging, searching, and exports. One note: SKILL.md contains an external feedback URL (bytesagain.com) but the script does not contact that endpoint — all runtime behavior is local.
Install Mechanism
No install spec — instruction-only with a shell script. No downloads, no package installs, and nothing will be written outside the user's home data directory by the script itself.
Credentials
The skill requires no environment variables, credentials, or config paths beyond writing to ~/.local/share/cleaning. That matches the described functionality.
Persistence & Privilege
Skill is user-invocable and not always-enabled. It writes only to its own data directory and history.log; it does not modify other skills or system-wide agent settings.
Assessment
This skill appears to be a simple, offline command-line tool that stores its data under ~/.local/share/cleaning. Before installing: (1) verify you trust the publisher (SKILL.md lists bytesagain.com) if provenance matters, (2) be aware it will create and append logs in that directory (inspect permissions and contents if sensitive data could be recorded), and (3) if you want extra safety, run the script in a limited user account or container to confirm behavior. There are no embedded network calls or credential requests in the provided script.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.2
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Cleaning
Cleaning makes home management simple. Record, search, and analyze your data with clear terminal output.
Why Cleaning?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
# See what you can do
cleaning help
# Check current status
cleaning status
# View your statistics
cleaning stats
Commands
| Command | What it does |
|---|---|
cleaning add | Add |
cleaning inventory | Inventory |
cleaning schedule | Schedule |
cleaning remind | Remind |
cleaning checklist | Checklist |
cleaning usage | Usage |
cleaning cost | Cost |
cleaning maintain | Maintain |
cleaning log | Log |
cleaning report | Report |
cleaning seasonal | Seasonal |
cleaning tips | Tips |
cleaning stats | Summary statistics |
cleaning export | <fmt> Export (json |
cleaning search | <term> Search entries |
cleaning recent | Recent activity |
cleaning status | Health check |
cleaning help | Show this help |
cleaning version | Show version |
cleaning $name: | $c entries |
cleaning Total: | $total entries |
cleaning Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
cleaning Version: | v2.0.0 |
cleaning Data | dir: $DATA_DIR |
cleaning Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
cleaning Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
cleaning Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
cleaning Status: | OK |
cleaning [Cleaning] | add: $input |
cleaning Saved. | Total add entries: $total |
cleaning [Cleaning] | inventory: $input |
cleaning Saved. | Total inventory entries: $total |
cleaning [Cleaning] | schedule: $input |
cleaning Saved. | Total schedule entries: $total |
cleaning [Cleaning] | remind: $input |
cleaning Saved. | Total remind entries: $total |
cleaning [Cleaning] | checklist: $input |
cleaning Saved. | Total checklist entries: $total |
cleaning [Cleaning] | usage: $input |
cleaning Saved. | Total usage entries: $total |
cleaning [Cleaning] | cost: $input |
cleaning Saved. | Total cost entries: $total |
cleaning [Cleaning] | maintain: $input |
cleaning Saved. | Total maintain entries: $total |
cleaning [Cleaning] | log: $input |
cleaning Saved. | Total log entries: $total |
cleaning [Cleaning] | report: $input |
cleaning Saved. | Total report entries: $total |
cleaning [Cleaning] | seasonal: $input |
cleaning Saved. | Total seasonal entries: $total |
cleaning [Cleaning] | tips: $input |
cleaning Saved. | Total tips entries: $total |
Data Storage
All data is stored locally at ~/.local/share/cleaning/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
