← 返回 Skills 市场
Pantry
作者
bytesagain4
· GitHub ↗
· v2.0.1
· MIT-0
235
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install pantry
功能描述
Organize pantry stock, expiry dates, and shopping lists. Use when adding items, checking inventory, scheduling restocks, setting expiry reminders.
安全使用建议
This skill appears to do exactly what it says: a local CLI that stores pantry data under ~/.local/share/pantry and has no network calls or credential requests in the provided files. Before installing, (1) inspect the full scripts/script.sh file locally (the listing provided here was truncated) to confirm there are no unexpected network calls or subprocess invocations later in the file; (2) run the script in a trusted environment or sandbox the first time to verify behavior; (3) check and restrict file permissions on ~/.local/share/pantry if you store sensitive notes; and (4) if you need absolute assurance, search the repository for any other files or build/install steps that might fetch remote code. Overall this looks coherent and proportionate, but verify the unshown portion of the script to raise confidence to high.
功能分析
Type: OpenClaw Skill
Name: pantry
Version: 2.0.1
The Pantry skill is a straightforward bash-based utility for local inventory management. The script (scripts/script.sh) performs basic file operations (logging, searching, and exporting) within a dedicated local directory (~/.local/share/pantry) and lacks any network activity, credential access, or obfuscation. While the SKILL.md documentation is poorly formatted and includes internal variable logic in its command table, it does not contain malicious instructions or attempts to exfiltrate data.
能力评估
Purpose & Capability
Name/description (pantry inventory, expiry, shopping lists) match the provided CLI behavior. The script implements add/inventory/schedule/search/export/status/stats and stores data in ~/.local/share/pantry as the SKILL.md states.
Instruction Scope
SKILL.md instructs use of the local 'pantry' CLI and documents local data storage. The shipped script implements those commands and only reads/writes local files under the DATA_DIR and uses standard local utilities (grep, tail, du, etc.). There are no instructions to read unrelated system config or to transmit data externally.
Install Mechanism
No install spec is provided (instruction-only). A script file is included but nothing is downloaded from external URLs or installed automatically. Risk is low from an install-mechanism perspective.
Credentials
The skill requires no environment variables or credentials. It uses HOME to construct a local data directory (expected). No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills/config. It creates and writes files only under the user's data directory (~/.local/share/pantry).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pantry - 安装完成后,直接呼叫该 Skill 的名称或使用
/pantry触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
常见问题
Pantry 是什么?
Organize pantry stock, expiry dates, and shopping lists. Use when adding items, checking inventory, scheduling restocks, setting expiry reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。
如何安装 Pantry?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pantry」即可一键安装,无需额外配置。
Pantry 是免费的吗?
是的,Pantry 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pantry 支持哪些平台?
Pantry 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pantry?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.1。
推荐 Skills