← 返回 Skills 市场
bytesagain-lab

Fridge

作者 bytesagain-lab · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
292
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install fridge
功能描述
Track fridge and pantry inventory with expiry reminders and grocery lists. Use when logging groceries, checking expiry dates, or building shopping lists.
使用说明 (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

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

安全使用建议
This skill appears to do what it claims: an offline CLI for fridge/pantry tracking that stores data under ~/.local/share/fridge. Before installing or running, (1) inspect scripts/script.sh yourself and, if you install it, place it in a trusted location (e.g., ~/bin) rather than running as root; (2) be aware data is stored in your HOME directory — back up or secure that directory if needed; (3) there is no automatic installer, so you must install or symlink the script if you want a 'fridge' command; (4) if you plan to share a machine, check file permissions to avoid other users reading your data; and (5) note a minor bug in the JSON export formatting may produce an extra literal "\n]" rather than a proper newline—review output files if you rely on valid JSON. Overall there are no obvious requests for credentials or network access, so risks are limited to the usual file-permissions and installation considerations.
功能分析
Type: OpenClaw Skill Name: fridge Version: 2.0.1 The 'fridge' skill is a local inventory management tool that tracks household items via a bash script. Analysis of 'scripts/script.sh' shows it performs basic file operations (logging, searching, and exporting) within a dedicated local directory (~/.local/share/fridge) without any network activity, data exfiltration, or suspicious command execution. The 'SKILL.md' file provides standard instructions and output mappings for the AI agent that align perfectly with the tool's stated functionality.
能力评估
Purpose & Capability
The name/description match the provided behavior: the script implements local inventory, reminders, export, and search. Minor mismatch: SKILL.md and help text refer to a 'fridge' CLI command but there is no install specification that places the included scripts/script.sh on PATH — the user must install or symlink the script manually.
Instruction Scope
SKILL.md instructs the user/agent to run local CLI commands. The included script reads and writes only to a per-user directory ($HOME/.local/share/fridge) and uses standard local utilities (grep, tail, du, wc). There are no network endpoints, external uploads, or references to unrelated system files or credentials.
Install Mechanism
No install spec is provided (instruction-only), which reduces install risk. A code file (scripts/script.sh) is included but not automatically installed; this is low risk but means the user must take manual steps to make the 'fridge' command available.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond its local data directory. The requested access (read/write under the user's HOME) is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request permanent elevated privileges or modify other skill or system configurations. It writes only to its own data directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fridge 触发
  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 fridge
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Fridge 是什么?

Track fridge and pantry inventory with expiry reminders and grocery lists. Use when logging groceries, checking expiry dates, or building shopping lists. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。

如何安装 Fridge?

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

Fridge 是免费的吗?

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

Fridge 支持哪些平台?

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

谁开发了 Fridge?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v2.0.1。

💬 留言讨论