← Back to Skills Marketplace
xueyetianya

Beer

by bytesagain4 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
211
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install beer
Description
Use when exploring beer styles, pairing beer with food, calculating ABV for homebrew, finding craft beer recommendations, or learning tasting techniques.
README (SKILL.md)

Beer — Styles Encyclopedia, Food Pairing & Homebrew Guide

Your AI beer sommelier. Styles encyclopedia, food pairing guide, ABV calculator, tasting notes framework, and craft beer recommendations.

Requirements

  • bash 4+

Commands

styles

Beer style encyclopedia with flavor profiles and examples.

bash scripts/script.sh styles ipa
bash scripts/script.sh styles stout
bash scripts/script.sh styles lager
bash scripts/script.sh styles wheat
bash scripts/script.sh styles sour
bash scripts/script.sh styles porter
bash scripts/script.sh styles pilsner
bash scripts/script.sh styles list

pair

Beer and food pairing recommendations.

bash scripts/script.sh pair bbq
bash scripts/script.sh pair pizza
bash scripts/script.sh pair seafood
bash scripts/script.sh pair cheese
bash scripts/script.sh pair dessert
bash scripts/script.sh pair spicy
bash scripts/script.sh pair list

abv

Calculate alcohol by volume for homebrewing.

bash scripts/script.sh abv 1.050 1.010

taste

Beer tasting notes framework and scoring guide.

bash scripts/script.sh taste

homebrew

Homebrew recipes and getting started guide.

bash scripts/script.sh homebrew starter
bash scripts/script.sh homebrew wheat
bash scripts/script.sh homebrew ipa
bash scripts/script.sh homebrew list

shop

Craft beer and gear recommendations.

bash scripts/script.sh shop craft
bash scripts/script.sh shop gear
bash scripts/script.sh shop glasses

help

Show all commands.

bash scripts/script.sh help

Output

Structured guides, calculations, and recommendations to stdout.

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

Usage Guidance
This looks coherent and low-risk: the skill runs a bundled bash script that prints beer information and calculators and does not request credentials or perform network installs. Before installing or executing, quickly inspect the full scripts/script.sh file yourself (search for commands like curl, wget, nc, ssh, sudo, tee, redirections to / etc.) to verify there are no unexpected network calls, downloads, or filesystem writes. Note it requires bash 4+ and will execute code locally — avoid running the skill in high-privilege or production environments unless you have reviewed the script. If you want extra assurance, paste the full script somewhere you control and scan it for network/credential access patterns before use.
Capability Analysis
Type: OpenClaw Skill Name: beer Version: 2.0.1 The skill is a legitimate beer encyclopedia and homebrewing utility. The provided bash script (scripts/script.sh) serves static informational content and performs basic mathematical calculations for ABV using 'bc'. There are no signs of data exfiltration, network activity, or malicious command execution.
Capability Assessment
Purpose & Capability
Name/description (beer styles, pairing, ABV calc, recommendations) match the provided assets: SKILL.md instructs running the bundled bash script and the script contains style entries, pairings, and other brewing/tasting content. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md directs the agent to run the included scripts/script.sh with specific subcommands and to emit results to stdout. The instructions do not ask the agent to read other files, environment variables, system state, or to transmit data elsewhere.
Install Mechanism
There is no install spec — this is an instruction-only skill plus a bundled script. The script runs locally and nothing in the package pulls code from external URLs or creates system-wide installers.
Credentials
The skill declares no required env vars, no primary credential, and requires only bash 4+. There are no requests for unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill does not request persistent system presence or elevated privileges. It runs a local script when invoked and does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install beer
  3. After installation, invoke the skill by name or use /beer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Full rewrite: 7 styles encyclopedia, food pairing, ABV calculator, tasting guide, homebrew recipes, gear guide
v2.0.0
Domain-specific upgrade
Metadata
Slug beer
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Beer?

Use when exploring beer styles, pairing beer with food, calculating ABV for homebrew, finding craft beer recommendations, or learning tasting techniques. It is an AI Agent Skill for Claude Code / OpenClaw, with 211 downloads so far.

How do I install Beer?

Run "/install beer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Beer free?

Yes, Beer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Beer support?

Beer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Beer?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.

💬 Comments