← 返回 Skills 市场
Wine
作者
BytesAgain2
· GitHub ↗
· v2.0.1
· MIT-0
209
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install wine
功能描述
Record, search, and analyze your wine collection and tasting notes. Use when logging tastings, searching vintages, comparing ratings, or tracking inventory.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wine - 安装完成后,直接呼叫该 Skill 的名称或使用
/wine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
update
v2.0.0
Domain-specific upgrade
元数据
常见问题
Wine 是什么?
Record, search, and analyze your wine collection and tasting notes. Use when logging tastings, searching vintages, comparing ratings, or tracking inventory. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。
如何安装 Wine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wine」即可一键安装,无需额外配置。
Wine 是免费的吗?
是的,Wine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wine 支持哪些平台?
Wine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wine?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。
推荐 Skills