Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
CLI for AI agents to find breweries for their humans. Uses Open Brewery DB. No auth required.
CLI for AI agents to find breweries for their humans. Uses Open Brewery DB. No auth required.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
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.
"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?"
ActionCommandSearch by namebreweries search "name"Find by citybreweries city "city name"Find by statebreweries state "state"Find by typebreweries type <type>Randombreweries random [count]
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
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
๐บ Sierra Nevada Brewing Co. โ Chico, California, Regional Brewery https://sierranevada.com
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
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 brewpub for specific types 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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.