← Back to Skills Marketplace
brucegutman

Pipeworx cocktails

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-cocktails
Description
Cocktail recipes from TheCocktailDB — search by name, browse by ingredient, or discover a random drink
Usage Guidance
This skill appears to do exactly what it claims: query a cocktail database via pipeworx.io and return recipes. No credentials are needed. Two things to consider before installing: (1) the skill calls a third-party gateway (gateway.pipeworx.io) — if you have privacy or network restrictions, be aware requests go to that domain; (2) the included MCP client example uses 'npx' which will download and execute a remote npm package if you run it — you can avoid that by using the provided curl examples or by inspecting the package before running. If those two points are acceptable, the skill is coherent and proportionate to its purpose.
Capability Analysis
Type: OpenClaw Skill Name: pipeworx-cocktails Version: 1.0.0 The skill bundle provides a standard interface for accessing cocktail recipes via a remote MCP server hosted at gateway.pipeworx.io. It uses the mcp-remote utility to connect to the API and contains no evidence of malicious code, data exfiltration, or prompt injection attempts in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the behavior: it calls a cocktail API and exposes search/get/random operations. Declared required binary (curl) is appropriate and no unrelated secrets or paths are requested.
Instruction Scope
SKILL.md stays on-topic: it shows how to call the gateway endpoints and how to use the tool methods. It does not instruct reading local files, unrelated env vars, or exfiltrating data. The MCP client example does instruct using npx to run a remote helper, which is an optional client convenience rather than required runtime behavior.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However the MCP client config example uses 'npx mcp-remote@latest', which will fetch and execute code from the npm registry at runtime if used — this is an ancillary risk to be aware of though not required to use the skill (you can call the gateway with curl as shown).
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets is proportional to a read-only recipe lookup service.
Persistence & Privilege
The skill is not marked always:true and does not request persistent or cross-skill configuration. Model invocation is not disabled (normal default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-cocktails
  3. After installation, invoke the skill by name or use /pipeworx-cocktails
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-cocktails
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx cocktails?

Cocktail recipes from TheCocktailDB — search by name, browse by ingredient, or discover a random drink. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Pipeworx cocktails?

Run "/install pipeworx-cocktails" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pipeworx cocktails free?

Yes, Pipeworx cocktails is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pipeworx cocktails support?

Pipeworx cocktails is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipeworx cocktails?

It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.

💬 Comments