← Back to Skills Marketplace
fuzzysb

Wine Cellar

by fuzzysb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
273
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wine-cellar
Description
Comprehensive wine cellar management skill for tracking inventory, providing meal-based recommendations, acting as a virtual sommelier, tracking consumption/...
Usage Guidance
This skill is not obviously malicious, but there are inconsistencies and missing pieces you should consider before installing: - The documentation claims several helper scripts and data files (e.g., add_wine.py, log_consumption.py, generate_report.py, consumption_log.json, purchase_history.json) that are not present. That may mean the skill is incomplete or the docs are out of date. Verify the exact behavior you need (e.g., logging consumption) by testing the included scripts first. - The included scripts operate only on JSON files inside the skill directory (data/). They will create or overwrite files there via save_json. Back up any important data and run the skill in an isolated environment if possible. - There are no network calls in the shipped code, but lookup_barcode.py contains TODO comments to call external wine APIs in future. If the skill is updated to call external services it may require API keys; treat such updates as security-relevant and review any new network code and required environment variables before enabling. - Recommended immediate steps: review and run the included scripts in a sandbox, confirm they only touch the skill's data/ folder, and verify that recommended features you expect are implemented. If you need the missing advertised scripts, ask the publisher for a complete release or inspect updates closely. If you will allow autonomous invocation in an agent, be aware the skill can read/write the local skill data files—ensure that is acceptable for your environment.
Capability Analysis
Type: OpenClaw Skill Name: wine-cellar Version: 1.0.0 The wine-cellar skill is a well-documented and functional tool for managing a personal wine inventory. The Python scripts (lookup_barcode.py, recommend_pairing.py, and utils.py) perform standard data processing and local JSON file I/O within the skill's directory. There is no evidence of network exfiltration, command injection, or malicious prompt instructions in SKILL.md.
Capability Assessment
Purpose & Capability
The code present (barcode lookup, recommendation engine, utils) supports core features described (inventory, barcode lookup, meal pairing). However SKILL.md advertises additional scripts and artifacts (add_wine.py, log_consumption.py, generate_report.py, data/consumption_log.json, data/purchase_history.json, many reference docs) that are not present in the file manifest. Some functionality is implemented under different names (e.g., add_wine_from_barcode in lookup_barcode.py) but the mismatch between advertised and included files is notable.
Instruction Scope
Runtime instructions and scripts operate only on JSON files in the skill's data directory and local reference data. The SKILL.md does not instruct reading unrelated system files or contacting remote endpoints. The scripts likewise do local file I/O and in-code lookups; lookup_barcode references external APIs only as TODOs and does not perform network calls.
Install Mechanism
No install specification is present (instruction-only skill with included scripts). Nothing is downloaded or installed at runtime according to the manifest—this reduces install-time risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does not attempt to access external credentials. This is proportional for a local inventory/recommendation tool.
Persistence & Privilege
The skill is not forced-always, and it does not modify other skills or system-wide settings. It persists data only under its own data/ directory which is consistent with its stated storage behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wine-cellar
  3. After installation, invoke the skill by name or use /wine-cellar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with barcode lookup, inventory tracking, and meal-based recommendations
Metadata
Slug wine-cellar
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Wine Cellar?

Comprehensive wine cellar management skill for tracking inventory, providing meal-based recommendations, acting as a virtual sommelier, tracking consumption/... It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.

How do I install Wine Cellar?

Run "/install wine-cellar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wine Cellar free?

Yes, Wine Cellar is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wine Cellar support?

Wine Cellar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wine Cellar?

It is built and maintained by fuzzysb (@fuzzysb); the current version is v1.0.0.

💬 Comments