{
  "schemaVersion": "1.0",
  "item": {
    "slug": "breweries",
    "name": "Breweries",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jeffaf/breweries",
    "canonicalUrl": "https://clawhub.ai/jeffaf/breweries",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/breweries",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=breweries",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/breweries"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/breweries",
    "agentPageUrl": "https://openagent3.xyz/skills/breweries/agent",
    "manifestUrl": "https://openagent3.xyz/skills/breweries/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/breweries/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Brewery Lookup",
        "body": "CLI for AI agents to find breweries for their humans. \"What breweries are in Portland?\" — now your agent can answer.\n\nUses Open Brewery DB. No account or API key needed."
      },
      {
        "title": "Usage",
        "body": "\"Find breweries named Sierra Nevada\"\n\"What breweries are in San Diego?\"\n\"Show me breweries in Oregon\"\n\"Find me a random brewery\"\n\"What brewpubs are there?\""
      },
      {
        "title": "Commands",
        "body": "ActionCommandSearch by namebreweries search \"name\"Find by citybreweries city \"city name\"Find by statebreweries state \"state\"Find by typebreweries type <type>Randombreweries random [count]"
      },
      {
        "title": "Brewery Types",
        "body": "micro — Most craft breweries\nnano — Very small breweries\nregional — Regional craft breweries\nbrewpub — Brewery with restaurant/bar\nlarge — Large national breweries\nplanning — Breweries in planning\nbar — Bars that brew on premises\ncontract — Contract brewing\nproprietor — Alternating proprietor\nclosed — Closed breweries"
      },
      {
        "title": "Examples",
        "body": "breweries search \"stone brewing\"    # Find breweries by name\nbreweries city \"portland\"           # Find breweries in Portland\nbreweries state oregon              # Find breweries in Oregon\nbreweries type brewpub              # Find all brewpubs\nbreweries random 3                  # Get 3 random breweries"
      },
      {
        "title": "Output",
        "body": "🍺 Sierra Nevada Brewing Co. — Chico, California, Regional Brewery\n   https://sierranevada.com"
      },
      {
        "title": "Notes",
        "body": "Uses Open Brewery DB API v1 (api.openbrewerydb.org)\nNo authentication required\nNo rate limiting documented\nReturns up to 10 results per query\nState names can be full name or abbreviation"
      },
      {
        "title": "Agent Implementation Notes",
        "body": "Script location: {skill_folder}/breweries (wrapper) → scripts/breweries\n\nWhen user asks about breweries:\n\nRun ./breweries search \"name\" to find by name\nRun ./breweries city \"city\" for location-based search\nRun ./breweries state \"state\" for state-wide search\nRun ./breweries type brewpub for specific types\nRun ./breweries random for discovery/recommendations\n\nCommon patterns:\n\n\"Find me a brewery in [city]\" → breweries city \"[city]\"\n\"What breweries are in [state]?\" → breweries state \"[state]\"\n\"Search for [name] brewery\" → breweries search \"[name]\"\n\"Surprise me with a brewery\" → breweries random\n\"Where can I get craft beer in [city]?\" → breweries city \"[city]\" or breweries type micro\n\nDon't use for: Bars without brewing, liquor stores, wine/spirits."
      }
    ],
    "body": "Brewery Lookup\n\nCLI for AI agents to find breweries for their humans. \"What breweries are in Portland?\" — now your agent can answer.\n\nUses Open Brewery DB. No account or API key needed.\n\nUsage\n\"Find breweries named Sierra Nevada\"\n\"What breweries are in San Diego?\"\n\"Show me breweries in Oregon\"\n\"Find me a random brewery\"\n\"What brewpubs are there?\"\n\nCommands\nAction\tCommand\nSearch by name\tbreweries search \"name\"\nFind by city\tbreweries city \"city name\"\nFind by state\tbreweries state \"state\"\nFind by type\tbreweries type <type>\nRandom\tbreweries random [count]\nBrewery Types\nmicro — Most craft breweries\nnano — Very small breweries\nregional — Regional craft breweries\nbrewpub — Brewery with restaurant/bar\nlarge — Large national breweries\nplanning — Breweries in planning\nbar — Bars that brew on premises\ncontract — Contract brewing\nproprietor — Alternating proprietor\nclosed — Closed breweries\nExamples\nbreweries search \"stone brewing\"    # Find breweries by name\nbreweries city \"portland\"           # Find breweries in Portland\nbreweries state oregon              # Find breweries in Oregon\nbreweries type brewpub              # Find all brewpubs\nbreweries random 3                  # Get 3 random breweries\n\nOutput\n🍺 Sierra Nevada Brewing Co. — Chico, California, Regional Brewery\n   https://sierranevada.com\n\nNotes\nUses Open Brewery DB API v1 (api.openbrewerydb.org)\nNo authentication required\nNo rate limiting documented\nReturns up to 10 results per query\nState names can be full name or abbreviation\nAgent Implementation Notes\n\nScript location: {skill_folder}/breweries (wrapper) → scripts/breweries\n\nWhen user asks about breweries:\n\nRun ./breweries search \"name\" to find by name\nRun ./breweries city \"city\" for location-based search\nRun ./breweries state \"state\" for state-wide search\nRun ./breweries type brewpub for specific types\nRun ./breweries random for discovery/recommendations\n\nCommon patterns:\n\n\"Find me a brewery in [city]\" → breweries city \"[city]\"\n\"What breweries are in [state]?\" → breweries state \"[state]\"\n\"Search for [name] brewery\" → breweries search \"[name]\"\n\"Surprise me with a brewery\" → breweries random\n\"Where can I get craft beer in [city]?\" → breweries city \"[city]\" or breweries type micro\n\nDon't use for: Bars without brewing, liquor stores, wine/spirits."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jeffaf/breweries",
    "publisherUrl": "https://clawhub.ai/jeffaf/breweries",
    "owner": "jeffaf",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/breweries",
    "downloadUrl": "https://openagent3.xyz/downloads/breweries",
    "agentUrl": "https://openagent3.xyz/skills/breweries/agent",
    "manifestUrl": "https://openagent3.xyz/skills/breweries/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/breweries/agent.md"
  }
}