← 返回 Skills 市场
ckchzh

Laundry

作者 BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
250
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install laundry
功能描述
Track laundry loads, view usage stats, and export reports in multiple formats. Use when logging wash cycles, reviewing patterns, exporting schedules.
使用说明 (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

Command What it does
laundry add Add
laundry inventory Inventory
laundry schedule Schedule
laundry remind Remind
laundry checklist Checklist
laundry usage Usage
laundry cost Cost
laundry maintain Maintain
laundry log Log
laundry report Report
laundry seasonal Seasonal
laundry tips Tips
laundry stats Summary statistics
laundry export \x3Cfmt> Export (json
laundry search \x3Cterm> Search entries
laundry recent Recent activity
laundry status Health check
laundry help Show this help
laundry version Show version
laundry $name: $c entries
laundry Total: $total entries
laundry Data size: $(du -sh "$DATA_DIR" 2>/dev/null
laundry Version: v2.0.0
laundry Data dir: $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 | [email protected]

安全使用建议
This appears to be a straightforward offline CLI that stores logs in ~/.local/share/laundry and exports files there. Before installing: (1) Review the complete scripts/script.sh (the provided file in the prompt was truncated) to ensure there are no hidden network calls or unexpected file reads/writes; (2) be aware the tool will create and append to files in your home directory — back up or sandbox if you prefer; (3) avoid running it with untrusted inputs if you pipe arbitrary data into the tool (some grep/printf/echo usage may behave unexpectedly for specially crafted input); (4) if you need higher assurance, run the script in a container or chroot first to confirm behavior.
功能分析
Type: OpenClaw Skill Name: laundry Version: 2.0.1 The Laundry skill is a straightforward bash-based tracking tool that logs user entries to local files in ~/.local/share/laundry/. The script (scripts/script.sh) implements basic CRUD-like operations for various categories (add, inventory, schedule, etc.) and includes simple search and export functions without any network activity, credential access, or suspicious execution patterns. While the SKILL.md documentation contains some oddly formatted table entries that look like command outputs (e.g., disk usage checks), these do not pose a security risk and appear to be documentation artifacts rather than malicious prompt injections.
能力评估
Purpose & Capability
Name/description, SKILL.md, and scripts/script.sh are coherent: the tool logs laundry entries, shows stats, searches history, and exports JSON/CSV/TXT to a local data directory (~/.local/share/laundry). No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to use the local `laundry` CLI and shows outputs based on $DATA_DIR; the included script reads/writes only to that directory and uses common shell tools (grep, tail, du, wc). I did not find instructions to read unrelated system files or to transmit data externally in the visible content.
Install Mechanism
No install spec is provided and the skill is instruction-first with a helper script. Nothing is downloaded or installed by the skill metadata, which reduces risk.
Credentials
The skill declares no required environment variables or external credentials. The script uses HOME to compute DATA_DIR — appropriate and proportionate for a local CLI tool.
Persistence & Privilege
The skill is not force-included (always:false) and uses normal autonomous invocation defaults. It creates/writes files under the user's home directory (~/.local/share/laundry), which is expected for a local CLI but is persistent on disk — consider that user data will be stored locally and may persist across runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install laundry
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /laundry 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
Slug laundry
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Laundry 是什么?

Track laundry loads, view usage stats, and export reports in multiple formats. Use when logging wash cycles, reviewing patterns, exporting schedules. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。

如何安装 Laundry?

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

Laundry 是免费的吗?

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

Laundry 支持哪些平台?

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

谁开发了 Laundry?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。

💬 留言讨论