Laundry

Lightweight Laundry tracker. Add entries, view stats, search history, and export in multiple formats.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 35 · 0 current installs · 0 all-time installs
byBytesAgain2@ckchzh
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Laundry tracker) matches the included shell script and SKILL.md: commands to add entries, view stats, search, and export. There are no unrelated environment variables, binaries, or services requested.
Instruction Scope
Runtime instructions and the script operate only on local files under a per-user data directory. The SKILL.md does not ask the agent to read unrelated system files or exfiltrate data. The script logs user-provided input locally.
Install Mechanism
No install spec is provided (instruction-only), but a shell script is included. The README shows invoking a 'laundry' command — an install step (putting the script on PATH or creating a wrapper) is needed but is a usability omission rather than a security concern.
Credentials
The skill requests no environment variables or credentials. It uses standard environment values like HOME to store data in the user's home directory, which is proportional to its function.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only creates a per-user data directory (~/.local/share/laundry). This is normal for a local CLI tool.
Assessment
This skill appears to be a simple, offline CLI tool that stores everything under ~/.local/share/laundry and does not contact external services or request credentials. Before installing or running: (1) review the included scripts if you want to confirm no network calls are added, (2) be aware that anything you type into the tool is stored in plaintext logs and exports in that data directory, so avoid entering secrets, and (3) if you want the 'laundry' command to be available system-wide you will need to place the script on your PATH or create a small wrapper; remove ~/.local/share/laundry to fully delete stored data. If you plan to use the feedback URL in SKILL.md, note that visiting or submitting data to an external site will leave the offline-only guarantee.

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

Current versionv1.0.1
Download zip
latestvk978jnqrh49rhbxcnwhw8exhr58300e2

License

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

SKILL.md

Laundry

Lightweight Laundry tracker. Add entries, view stats, search history, and export in multiple formats.

Why Laundry?

  • 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
laundry help

# Check current status
laundry status

# View your statistics
laundry stats

Commands

CommandWhat it does
laundry addAdd
laundry inventoryInventory
laundry scheduleSchedule
laundry remindRemind
laundry checklistChecklist
laundry usageUsage
laundry costCost
laundry maintainMaintain
laundry logLog
laundry reportReport
laundry seasonalSeasonal
laundry tipsTips
laundry statsSummary statistics
laundry export<fmt> Export (json
laundry search<term> Search entries
laundry recentRecent activity
laundry statusHealth check
laundry helpShow this help
laundry versionShow version
laundry $name:$c entries
laundry Total:$total entries
laundry Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
laundry Version:v2.0.0
laundry Datadir: $DATA_DIR
laundry Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
laundry Disk:$(du -sh "$DATA_DIR" 2>/dev/null
laundry Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
laundry Status:OK
laundry [Laundry]add: $input
laundry Saved.Total add entries: $total
laundry [Laundry]inventory: $input
laundry Saved.Total inventory entries: $total
laundry [Laundry]schedule: $input
laundry Saved.Total schedule entries: $total
laundry [Laundry]remind: $input
laundry Saved.Total remind entries: $total
laundry [Laundry]checklist: $input
laundry Saved.Total checklist entries: $total
laundry [Laundry]usage: $input
laundry Saved.Total usage entries: $total
laundry [Laundry]cost: $input
laundry Saved.Total cost entries: $total
laundry [Laundry]maintain: $input
laundry Saved.Total maintain entries: $total
laundry [Laundry]log: $input
laundry Saved.Total log entries: $total
laundry [Laundry]report: $input
laundry Saved.Total report entries: $total
laundry [Laundry]seasonal: $input
laundry Saved.Total seasonal entries: $total
laundry [Laundry]tips: $input
laundry Saved.Total tips entries: $total

Data Storage

All data is stored locally at ~/.local/share/laundry/. 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 total
Select a file
Select a file to preview.

Comments

Loading comments…