← 返回 Skills 市场
flarecentury

Cocktail Boy

作者 flarecentury · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
282
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cocktail-boy
功能描述
你的私人调酒师 - 提供鸡尾酒推荐、配方查询和调制指南。支持搜索特定鸡尾酒、按原料查找、随机推荐和场景化推荐。数据库中包含 1635+ 款鸡尾酒配方!
使用说明 (SKILL.md)

cocktail-boy - 你的私人调酒师 🍸

功能描述

根据用户需求提供鸡尾酒推荐、配方查询和调制指南。用户可以:

  • 搜索特定鸡尾酒名称
  • 按原料查找鸡尾酒
  • 获取详细的调制步骤
  • 推荐适合场景的鸡尾酒

使用方法

1. 查询特定鸡尾酒

/cocktail [酒名]
例如:/cocktail mojito, /cocktail margarita

2. 搜索含某原料的鸡尾酒

/search-ingredients [原料名]
例如:/search-ingredients vodka, /search-ingredients gin

3. 推荐鸡尾酒(随机)

/recommend

4. 按场景推荐

/scene [场景描述]
例如:/scene 约会晚上,/scene 聚会喝酒

技能脚本位置

~/.openclaw/workspace/skills/cocktail-boy/

配置文件路径

  • 数据库:cocktail-db/rohan_cocktails.csv (1635 个配方)
  • 主脚本:scripts/query.sh
  • 快捷命令:~/.bashrc (可选)

Ready to mix! 🍹

安全使用建议
This skill appears to do what it says: local CSV-based cocktail search and recommendations via simple bash scripts. Before installing or enabling it: 1) note the minor documentation mismatch (skill.json claims scripts/cocktail-boy which is not in the package) — fix or verify the intended entrypoint; 2) inspect scripts/query.sh yourself (it's short, uses awk/grep/cut/shuf) to confirm you’re comfortable running them; 3) do not blindly paste any suggested ~/.bashrc lines — if you want a shortcut, add it manually after review; 4) run demo.sh in a sandbox or with stdout/stderr visible to confirm behavior; and 5) because the skill can be invoked autonomously by agents (platform default), only enable it for agents you trust. Overall there are no secrets, network calls, or obscure installers in this package.
功能分析
Type: OpenClaw Skill Name: cocktail-boy Version: 1.0.0 The 'cocktail-boy' skill is a legitimate tool for searching and recommending cocktail recipes from a local CSV database. The core logic in `scripts/query.sh` uses standard Unix utilities like `awk` and `grep` to parse data, and while it lacks rigorous input sanitization (allowing for potential regex injection), this is a minor vulnerability rather than a sign of malice. There is no evidence of data exfiltration, unauthorized network access, or persistence; a mention of `~/.bashrc` in the documentation appears to be a suggestion for user aliases rather than an automated modification. Some minor inconsistencies exist, such as unimplemented commands and missing files mentioned in the README, but these are characteristic of unintentional bugs.
能力评估
Purpose & Capability
The name/description (cocktail lookups/recommendations) matches the included CSV database and the shell scripts that search it. Minor inconsistencies: skill.json lists a main executable at scripts/cocktail-boy which is not present in the file manifest, and SKILL.md/README reference varying database paths (cocktail-db/rohan_cocktails.csv vs data/rohan_cocktails.csv). These look like bookkeeping/documentation mistakes rather than malicious mismatches.
Instruction Scope
SKILL.md instructs the agent to run the local scripts/query.sh against the included CSV. The scripts only read the local CSV and print results; they do not access network resources or other system credentials. SKILL.md mentions optionally adding a shortcut to ~/.bashrc — this is an out-of-band suggestion (persistence-ish) but not implemented in install files. No instructions request unrelated system files or secrets.
Install Mechanism
No install spec and no external downloads are present. This is an instruction-only skill with local shell scripts and an included CSV — lowest-risk install profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts use $HOME to compute their local skill path, which is normal. There are no requests for tokens, keys, or unrelated service credentials.
Persistence & Privilege
always is false and the skill is user-invocable; it can be invoked autonomously by the agent (platform default). SKILL.md mentions optionally adding a shortcut to ~/.bashrc, which could create a convenience alias if a user chooses to do so — but no installer automatically modifies shell RC files in the provided package.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cocktail-boy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cocktail-boy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
cocktail-boy v1.0.0 - 首次发布:你的私人调酒师技能上线 - 支持按鸡尾酒名称、原料、场景查询鸡尾酒及其配方 - 提供 1635+ 种鸡尾酒的详细调制步骤 - 一键获取随机或场景化鸡尾酒推荐
元数据
Slug cocktail-boy
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Cocktail Boy 是什么?

你的私人调酒师 - 提供鸡尾酒推荐、配方查询和调制指南。支持搜索特定鸡尾酒、按原料查找、随机推荐和场景化推荐。数据库中包含 1635+ 款鸡尾酒配方!. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。

如何安装 Cocktail Boy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cocktail-boy」即可一键安装,无需额外配置。

Cocktail Boy 是免费的吗?

是的,Cocktail Boy 完全免费(开源免费),可自由下载、安装和使用。

Cocktail Boy 支持哪些平台?

Cocktail Boy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cocktail Boy?

由 flarecentury(@flarecentury)开发并维护,当前版本 v1.0.0。

💬 留言讨论