OpenClaw · Skill

CLI

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

Security & Passwords
v1.0.0
VirusTotal: Benign

Install

Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.

Primary command

clawhub install jeffaf/breweries

ClawHub installer

npx clawhub@latest install jeffaf/breweries

OpenClaw CLI

openclaw skills install jeffaf/breweries

Direct OpenClaw install

openclaw install jeffaf/breweries

What this skill does

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

Why it matters

Open Brewery DB requires no account or API key, so agents can answer brewery questions without any setup.

Typical use cases

  • Finding breweries near a city before traveling
  • Discovering local craft breweries in a state
  • Locating a specific brewery by name
  • Browsing brewpubs in an area for a night out
  • Getting a random brewery recommendation

Source instructions

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

ActionCommand
Search by namebreweries search "name"
Find by citybreweries city "city name"
Find by statebreweries state "state"
Find by typebreweries type <type>
Randombreweries 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.

Related OpenClaw skills

Browse all →
Featured slot

Your product here

Reserve this slot to reach operators and coding-agent buyers.

Shown where builders are actively comparing tools and deployment options.

Advertise