/install breweries
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 breweriesnano— Very small breweriesregional— Regional craft breweriesbrewpub— Brewery with restaurant/barlarge— Large national breweriesplanning— Breweries in planningbar— Bars that brew on premisescontract— Contract brewingproprietor— Alternating proprietorclosed— 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:
- Run
./breweries search "name"to find by name - Run
./breweries city "city"for location-based search - Run
./breweries state "state"for state-wide search - Run
./breweries type brewpubfor specific types - Run
./breweries randomfor 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]"orbreweries type micro
Don't use for: Bars without brewing, liquor stores, wine/spirits.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install breweries - After installation, invoke the skill by name or use
/breweries - Provide required inputs per the skill's parameter spec and get structured output
What is Breweries?
CLI for AI agents to find breweries for their humans. Uses Open Brewery DB. No auth required. It is an AI Agent Skill for Claude Code / OpenClaw, with 1483 downloads so far.
How do I install Breweries?
Run "/install breweries" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Breweries free?
Yes, Breweries is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Breweries support?
Breweries is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Breweries?
It is built and maintained by jeffaf (@jeffaf); the current version is v1.0.0.