← 返回 Skills 市场
jeffaf

Breweries

作者 jeffaf · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1483
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install breweries
功能描述
CLI for AI agents to find breweries for their humans. Uses Open Brewery DB. No auth required.
使用说明 (SKILL.md)

Brewery Lookup

CLI for AI agents to find breweries for their humans. "What breweries are in Portland?" — now your agent can answer.

Uses Open Brewery DB. No account or API key needed.

Usage

"Find breweries named Sierra Nevada"
"What breweries are in San Diego?"
"Show me breweries in Oregon"
"Find me a random brewery"
"What brewpubs are there?"

Commands

Action Command
Search by name breweries search "name"
Find by city breweries city "city name"
Find by state breweries state "state"
Find by type breweries type \x3Ctype>
Random breweries random [count]

Brewery Types

  • micro — Most craft breweries
  • nano — Very small breweries
  • regional — Regional craft breweries
  • brewpub — Brewery with restaurant/bar
  • large — Large national breweries
  • planning — Breweries in planning
  • bar — Bars that brew on premises
  • contract — Contract brewing
  • proprietor — Alternating proprietor
  • closed — Closed breweries

Examples

breweries search "stone brewing"    # Find breweries by name
breweries city "portland"           # Find breweries in Portland
breweries state oregon              # Find breweries in Oregon
breweries type brewpub              # Find all brewpubs
breweries random 3                  # Get 3 random breweries

Output

🍺 Sierra Nevada Brewing Co. — Chico, California, Regional Brewery
   https://sierranevada.com

Notes

  • Uses Open Brewery DB API v1 (api.openbrewerydb.org)
  • No authentication required
  • No rate limiting documented
  • Returns up to 10 results per query
  • State names can be full name or abbreviation

Agent Implementation Notes

Script location: {skill_folder}/breweries (wrapper) → scripts/breweries

When user asks about breweries:

  1. Run ./breweries search "name" to find by name
  2. Run ./breweries city "city" for location-based search
  3. Run ./breweries state "state" for state-wide search
  4. Run ./breweries type brewpub for specific types
  5. Run ./breweries random for discovery/recommendations

Common patterns:

  • "Find me a brewery in [city]" → breweries city "[city]"
  • "What breweries are in [state]?" → breweries state "[state]"
  • "Search for [name] brewery" → breweries search "[name]"
  • "Surprise me with a brewery" → breweries random
  • "Where can I get craft beer in [city]?" → breweries city "[city]" or breweries type micro

Don't use for: Bars without brewing, liquor stores, wine/spirits.

安全使用建议
This skill appears to be honest about what it does (queries Open Brewery DB) and does not request credentials, but the package is incomplete: SKILL.md/README expect local executables that are not included. Before installing or running it, ask the publisher for the missing scripts or an explicit install spec, and review the code in the referenced GitHub repo yourself. If you must fetch from GitHub, inspect the scripts for unexpected network calls, credential access, or shell commands before making them executable. If you prefer lower risk, install a skill that bundles its code or provides a verified install mechanism in the registry.
功能分析
Type: OpenClaw Skill Name: breweries Version: 1.0.0 The OpenClaw skill 'breweries' is designed to query the Open Brewery DB API. All files (SKILL.md, README.md, _meta.json) consistently describe this purpose. The skill requires `bash`, `curl`, and `jq`, which are appropriate for making HTTP requests and parsing JSON. The SKILL.md instructions for the AI agent are focused solely on using the `breweries` script for its stated purpose, with no evidence of prompt injection attempts to deviate from this, exfiltrate data, or perform other malicious actions. The installation instructions involve a standard `git clone` from a GitHub repository, which is not inherently suspicious.
能力评估
Purpose & Capability
Name/description, required binaries (bash, curl, jq), and use of Open Brewery DB align with a simple CLI that queries a public API. However, the SKILL.md describes a wrapper script at {skill_folder}/breweries and scripts/breweries that are not present in the package, so the skill as delivered cannot perform the actions it documents without fetching external code.
Instruction Scope
Instructions direct the agent to run local executable(s) (./breweries and scripts/breweries) and give concrete command examples. The package contains only README.md and SKILL.md — no executables or scripts. That mismatch means following the SKILL.md would either fail or require the agent/user to fetch and run external code, which broadens scope and risk.
Install Mechanism
There is no install specification in the registry entry. The README suggests cloning a GitHub repo (https://github.com/jeffaf/breweries-skill.git) and running chmod on scripts — an ad-hoc external install. While GitHub is a common host, the registry should include an explicit, reviewable install spec; relying on a separate repo increases risk (implicit network fetch and execution of code not packaged with the skill).
Credentials
The skill requests no environment variables or credentials, and its functionality (querying a public API) does not require secrets. The declared required binaries are appropriate and proportional to the described CLI.
Persistence & Privilege
The skill does not request persistent/always-on installation and uses default model invocation settings. It does not declare access to other skills' configs or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install breweries
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /breweries 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the breweries CLI skill. - Search for breweries by name, city, state, or type using Open Brewery DB. - Supports random brewery suggestions. - No authentication or API key required. - Outputs concise brewery info with name, location, type, and URL. - Requires bash, curl, and jq.
元数据
Slug breweries
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Breweries 是什么?

CLI for AI agents to find breweries for their humans. Uses Open Brewery DB. No auth required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1483 次。

如何安装 Breweries?

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

Breweries 是免费的吗?

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

Breweries 支持哪些平台?

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

谁开发了 Breweries?

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

💬 留言讨论