Fridge

Manage Fridge data right from your terminal. Built for people who want organize your household without complex setup.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 39 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise a local CLI for household inventory. The included script implements CLI commands (add, inventory, export, search, stats, etc.) and reads/writes only the DATA_DIR (~/.local/share/fridge). No unrelated binaries, services, or credentials are required.
Instruction Scope
SKILL.md and scripts only reference local actions: creating the data directory, appending/reading .log files, exporting to json/csv/txt, and printing status. The runtime instructions do not ask the agent to read unrelated files, access network endpoints, or exfiltrate data. The SKILL.md contains a feedback URL and email, but those are not used by the script.
Install Mechanism
There is no install spec (instruction-only), but a runnable script (scripts/script.sh) is bundled. That is reasonable, but SKILL.md does not provide explicit install instructions to place the script on PATH or make it executable. Recommend the user review the script before making it executable/installed on their system.
Credentials
The skill declares no required environment variables or credentials. The script uses $HOME to compute DATA_DIR (expected) and no other env vars. No secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configuration. It only creates and writes to its own data directory under the user's home, which is appropriate for its function.
Assessment
This skill appears coherent and local-only: it will create and use ~/.local/share/fridge and read/write .log files there. There are no network calls or credential requests in the bundled script. Before installing or running, review scripts/script.sh (it is included) and decide where you want the DATA_DIR to live and whether you want files created there. Note that there is no automated install provided — you will need to place the script on your PATH and mark it executable if you want the 'fridge' command. If you want an extra safety check, run the script in a sandbox or inspect it line-by-line; otherwise it is reasonable to trust for local inventory use.

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

Current versionv1.0.1
Download zip
latestvk97a9g8t333tfp4p3rsv23gqps831e3v

License

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

SKILL.md

Fridge

Manage Fridge data right from your terminal. Built for people who want organize your household without complex setup.

Why Fridge?

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

# Check current status
fridge status

# View your statistics
fridge stats

Commands

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

Data Storage

All data is stored locally at ~/.local/share/fridge/. 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…