โ† All skills
Tencent SkillHub ยท Developer Tools

Breweries

CLI for AI agents to find breweries for their humans. Uses Open Brewery DB. No auth required.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

CLI for AI agents to find breweries for their humans. Uses Open Brewery DB. No auth required.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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

ActionCommandSearch 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: 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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs