Beer
v2.0.1Use when exploring beer styles, pairing beer with food, calculating ABV for homebrew, finding craft beer recommendations, or learning tasting techniques.
⭐ 0· 128·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97expkk4xb0bypzhmah32txad83qxs7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
