← Back to Skills Marketplace
Wine
by
BytesAgain2
· GitHub ↗
· v2.0.1
· MIT-0
209
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install wine
Description
Record, search, and analyze your wine collection and tasting notes. Use when logging tastings, searching vintages, comparing ratings, or tracking inventory.
Usage Guidance
This skill runs a local shell script and stores all entries under ~/.local/share/wine; it does not send data over the network or request credentials. Before installing, note: (1) the CLI is named 'wine', which may conflict with the common 'wine' (Windows compatibility) system binary on some systems—avoid name collisions or adjust invocation; (2) because it is a script that writes logs to your home directory, review it if you want to confirm behavior or adapt paths; and (3) although no network calls or secrets are requested, always back up any valuable data you store and keep the script updated from the author if you rely on it long-term.
Capability Analysis
Type: OpenClaw Skill
Name: wine
Version: 2.0.1
The 'Wine' skill is a basic command-line utility for logging and searching text-based tasting notes. The script 'scripts/script.sh' manages local log files in a dedicated directory (~/.local/share/wine) and provides simple search and export functionality. While the script contains minor logic errors (such as unreachable code for the 'export' and 'status' functions due to duplicate case labels), it lacks any indicators of malicious intent, network activity, or unauthorized data access.
Capability Assessment
Purpose & Capability
Name/description (record, search, analyze wine data) match the provided files. The script implements commands for logging entries, searching, exporting, and stats, which are proportional to the stated purpose.
Instruction Scope
SKILL.md and the script direct operations entirely against a local data directory (~/.local/share/wine). The runtime instructions only reference the local DATA_DIR and standard CLI tools (grep, tail, du, wc, sed), and do not attempt to read unrelated system config, environment secrets, or contact external endpoints.
Install Mechanism
No install spec is provided (instruction-only skill) and the included script is a plain shell script. Nothing is downloaded or extracted from untrusted hosts.
Credentials
The skill requires no environment variables, no credentials, and no config paths beyond its own per-user data directory. The script uses HOME to compute DATA_DIR; that is expected and proportional.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide configuration. It persists only its own data under the user's home directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wine - After installation, invoke the skill by name or use
/wine - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
update
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Wine?
Record, search, and analyze your wine collection and tasting notes. Use when logging tastings, searching vintages, comparing ratings, or tracking inventory. It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.
How do I install Wine?
Run "/install wine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wine free?
Yes, Wine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wine support?
Wine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wine?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.1.
More Skills