✓ Verified
📡 Monitoring
✓ Enhanced Data
Breweries
CLI for AI agents to find breweries for their humans.
- Rating
- 4.2 (248 reviews)
- Downloads
- 5,407 downloads
- Version
- 1.0.0
Overview
CLI for AI agents to find breweries for their humans.
Complete Documentation
View Source →
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
text
"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 |
| 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
bash
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
text
🍺 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
- "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
Installation
Terminal bash
openclaw install breweries
Copied!
💻Code Examples
"What brewpubs are there?"
what-brewpubs-are-there.txt
## 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 <type>` |
| 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
### Examplesexample.txt
"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?"example.sh
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 breweriesTags
#security_and-passwords
#cli
Quick Info
Category Monitoring
Model Claude 3.5
Complexity Multi-Agent
Author jeffaf
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install breweries
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0