← Back to Skills Marketplace
Pantry
by
bytesagain4
· GitHub ↗
· v2.0.1
· MIT-0
235
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install pantry
Description
Organize pantry stock, expiry dates, and shopping lists. Use when adding items, checking inventory, scheduling restocks, setting expiry reminders.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pantry - After installation, invoke the skill by name or use
/pantry - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Pantry?
Organize pantry stock, expiry dates, and shopping lists. Use when adding items, checking inventory, scheduling restocks, setting expiry reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.
How do I install Pantry?
Run "/install pantry" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pantry free?
Yes, Pantry is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pantry support?
Pantry is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pantry?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.
More Skills