← Back to Skills Marketplace
Cocktail Boy
by
flarecentury
· GitHub ↗
· v1.0.0
282
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install cocktail-boy
Description
你的私人调酒师 - 提供鸡尾酒推荐、配方查询和调制指南。支持搜索特定鸡尾酒、按原料查找、随机推荐和场景化推荐。数据库中包含 1635+ 款鸡尾酒配方!
README (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! 🍹
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cocktail-boy - After installation, invoke the skill by name or use
/cocktail-boy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
cocktail-boy v1.0.0
- 首次发布:你的私人调酒师技能上线
- 支持按鸡尾酒名称、原料、场景查询鸡尾酒及其配方
- 提供 1635+ 种鸡尾酒的详细调制步骤
- 一键获取随机或场景化鸡尾酒推荐
Metadata
Frequently Asked Questions
What is Cocktail Boy?
你的私人调酒师 - 提供鸡尾酒推荐、配方查询和调制指南。支持搜索特定鸡尾酒、按原料查找、随机推荐和场景化推荐。数据库中包含 1635+ 款鸡尾酒配方!. It is an AI Agent Skill for Claude Code / OpenClaw, with 282 downloads so far.
How do I install Cocktail Boy?
Run "/install cocktail-boy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cocktail Boy free?
Yes, Cocktail Boy is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Cocktail Boy support?
Cocktail Boy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cocktail Boy?
It is built and maintained by flarecentury (@flarecentury); the current version is v1.0.0.
More Skills