Wine
v2.0.1Record, search, and analyze your wine collection and tasting notes. Use when logging tastings, searching vintages, comparing ratings, or tracking inventory.
⭐ 0· 124·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97ees57h3k9bzpz525h7zg5px835f6a
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
