alcohol-spirits-compliance

alcohol-spirits-compliance is a skill for Claude Code from Cleo-Labs-IA/skills_library. It costs 62 tokens per session (3,042 once invoked), scanned A, original, MIT.

A compliance guide for selling alcoholic drinks such as wine, beer, spirits, and ready-to-drink cocktails. It covers licensing, taxes, labels, shipping, advertising, and age checks across several markets.

In plain words
What is it for?
Use it when applying for alcohol permits or label approval, registering excise duties, planning direct-to-consumer shipping, reviewing advertising, or setting up age verification.
Why use it?
Alcohol sales are governed by different rules for products, countries, and US states, so this guide organizes the checks needed before selling. It helps identify regulatory steps that could otherwise be missed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the compliance-product-guidance plugin — 53 skills shipped together

Good fit Use it when applying for alcohol permits or label approval, registering excise duties, planning direct-to-consumer shipping, reviewing advertising, or setting up age verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cleo-labs-ia/skills_library/alcohol-spirits-compliance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Cleo-Labs-IA/skills_library --skill alcohol-spirits-compliance
Clone the repo
git clone --depth 1 https://github.com/Cleo-Labs-IA/skills_library

Made for: Claude Code.

Or install compliance-product-guidance, the plugin that ships this one along with the rest of its 53 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for alcohol-spirits-compliance

README.md
[![agentmods](https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/alcohol-spirits-compliance/github.svg)](https://agentmods.dev/skills/cleo-labs-ia/skills_library/alcohol-spirits-compliance)
Your own site
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/alcohol-spirits-compliance"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/alcohol-spirits-compliance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for alcohol-spirits-compliance

Your own site · 80×15
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/alcohol-spirits-compliance"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/alcohol-spirits-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,042 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.03042
Opus 5 $0.00031 $0.01521
Sonnet 5 $0.00012 $0.00608
Haiku 4.5 $0.00006 $0.00304

Measured 12d ago against content hash 97801fd038c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

alcohol-spirits-compliance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/alcohol-spirits-compliance/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Alcohol & Spirits Compliance

Full regulatory workflow for wine, beer, spirits, and RTD beverages. Excise, labeling, direct-to-consumer shipping, advertising restrictions across major markets.

Decision Flow

digraph {
  rankdir=TB; node [shape=box style=rounded fontsize=10];
  classify [label="1. Classify beverage:\nwine / beer / spirits / RTD\n+ ABV %"];
  license [label="2. Producer/importer license\n(TTB, HMRC, EU MS)"];
  excise [label="3. Excise duty registration\n+ bonded warehouse"];
  label [label="4. Label approval\n(TTB COLA / EU 1308/2013)"];
  ship [label="5. Map US state DTC\nlicensing per state"];
  ads [label="6. Advertising compliance\n(no minors, no health claims)"];
  age [label="7. Age verification at\npoint of sale (18/21)"];
  sell [label="8. Place on market"];
  classify -> license -> excise -> label -> ship -> ads -> age -> sell;
}

US -- TTB (Alcohol and Tobacco Tax and Trade Bureau)

Requirement Detail
Legal basis Federal Alcohol Administration Act (FAA), 27 CFR Parts 1-31
Federal Basic Permit Required for producers, importers, wholesalers. Apply via Permits Online. Timeline: 60-180 days
COLA (Certificate of Label Approval) Mandatory before bottling/importing. Submit via COLAs Online. Timeline: 14-30 days. Fee: $0
Formula approval Required for distilled spirits with flavorings, wines >7% with additives, beers with non-standard ingredients. Timeline: 30-90 days
Federal excise duty Beer: $3.50-$18/barrel. Wine 14-21% ABV: $1.57/gallon. Distilled spirits: $13.50/proof gallon (first 100K gallons reduced rate $2.70 under CBMA)
Mandatory label info Brand name, class/type, ABV, net contents, name/address of bottler, government warning statement ("GOVERNMENT WARNING: According to the Surgeon General..."), country of origin (imports)
State licensing Separate from federal. Required in EVERY state where you ship or sell
DTC shipping 47 states allow wine DTC, 11 allow spirits DTC, 14 allow beer DTC. Each requires separate permit, sales tax registration, monthly reporting
Cost Federal permit: $0 fee but $10,000-30,000 legal/setup. Per-state DTC: $100-2,000/year each

Read the full file on GitHub · 166 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 166 lines · 62 tokens per session scan A 97801fd038c1

Subscribe to this mod's changes

alcohol-spirits-compliance is a skill published in the GitHub repository Cleo-Labs-IA/skills_library (1 stars, last pushed 3mo ago), licensed MIT. It adds 62 tokens to every session and 3,042 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

bfsg-dienstleistung-ecommerce

Barrierefreiheit von Dienstleistungen im elektronischen Geschäftsverkehr – Pflichten des Dienstleistungserbringers § 14 BFSG, Barrierefreiheitsinformationen nach Anlage 3 Nr. 1 mit Beschreibung, Erläuterung, Konformitätsdarlegung und Angabe der Marktüberwachungsbehörde, materielle Anforderungen der §§ 12, 13 und 19…

borghei/AI-Skills-German-Law · 237 tokens

e-commerce-pflichten

Prüfung der Pflichten eines Online-Shops im elektronischen Geschäftsverkehr: allgemeine Pflichten (§ 312i BGB), besondere Verbraucherpflichten und Button-Lösung (§ 312j BGB) sowie Widerrufsrecht (§ 312g, § 355 BGB), inklusive der Folgen von Verstößen. Use when ein Online-Shop oder Bestellprozess auf gesetzliche…

borghei/AI-Skills-German-Law · 96 tokens

einbeziehung-online-clickwrap-browsewrap

Für Einbeziehung Online Clickwrap Browsewrap: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 42 tokens

kurzfristige-preiserhoehung-lieferfrist

Für Kurzfristige Preiserhöhung 309: prüft Frist, Form, Zuständigkeit und Eilbedarf; Ergebnis: Fristen- und Risikoampel. Fachgebiet: AGB-Recht-Prüfer. Route: kurzfristige-preiserhoehung-lieferfrist.

Klotzkette/claude-fuer-deutsches-recht · 72 tokens

plattform-online-gate-rollout-rangfolge

Für Plattform und Online Checkout: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: plattform-online-gate-rollout-rangfolge.

Klotzkette/claude-fuer-deutsches-recht · 62 tokens

commerce-ad-claim-compliance-kr

A pre-publication check for Korean advertising and product-page wording. It reviews claims against South Korea's advertising, food-safety, and e-commerce laws.

modu-ai/moai-cowork · 381 tokens