packaging-compliance

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

A regulatory guide for packaging products in different markets. EPR, or Extended Producer Responsibility, means businesses may have to register and help pay for packaging waste collection and recycling.

In plain words
What is it for?
Use it to check EPR registration, recycling symbols, packaging composition declarations, plastic taxes, and single-use-plastic rules.
Why use it?
Packaging can trigger registrations, recycling-label rules, single-use-plastic restrictions, and taxes. This helps identify the obligations and possible cost impact for each market.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to check EPR registration, recycling symbols, packaging composition declarations, plastic taxes, and single-use-plastic rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cleo-labs-ia/skills_library/packaging-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 packaging-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 packaging-compliance

README.md
[![agentmods](https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/packaging-compliance/github.svg)](https://agentmods.dev/skills/cleo-labs-ia/skills_library/packaging-compliance)
Your own site
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/packaging-compliance"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/packaging-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 packaging-compliance

Your own site · 80×15
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/packaging-compliance"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/packaging-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,940 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.00048 $0.03940
Opus 5 $0.00024 $0.01970
Sonnet 5 $0.00010 $0.00788
Haiku 4.5 $0.00005 $0.00394

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

Security

Grade A, and why

packaging-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 11d 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/packaging-compliance/SKILL.md · 236 lines

How it starts

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

Packaging Compliance

Packaging regulations by market. EPR registration, waste directives, recycling symbols, plastic taxes, and SUP restrictions.

MCP Tools

# Search for packaging regulation signals
mcp__claude_ai_Cleo_Insight__search_signals(q="packaging waste", limit=25)
mcp__claude_ai_Cleo_Insight__search_signals(q="EPR registration", limit=25)
mcp__claude_ai_Cleo_Insight__search_signals(q="single-use plastics", limit=25)
mcp__claude_ai_Cleo_Insight__search_signals(q="PPWR", limit=25)

# Get regulation details for packaging directives
mcp__claude_ai_Cleo_Insight__get_regulation(id="<regulation-id>")
mcp__claude_ai_Cleo_Insight__list_regulations(limit=100)

# Check landed cost impact of packaging taxes
mcp__claude_ai_CLEO_LEGAL_API__customs/landed-cost
  hs_code: "<product-hs-code>"
  origin: "<origin>"
  destination: "<destination>"
  product_value: <value>

EPR Registration Decision Tree

digraph {
  rankdir=TB; node [shape=box style=rounded fontsize=10];
  sell [label="Selling packaged products\nin this market?" shape=diamond];
  no [label="No EPR obligation"];
  threshold [label="Check de minimis\nthreshold" shape=diamond];
  register [label="Register with national\nEPR scheme"];
  declare [label="Declare packaging\nvolumes annually"];
  pay [label="Pay eco-contribution\nper material per kg"];
  report [label="Annual reporting\n+ audit (if above threshold)"];
  symbols [label="Apply required\nrecycling symbols"];

  sell -> no [label="NO"];
  sell -> threshold [label="YES"];
  threshold -> register [label="above threshold\nor no threshold"];
  threshold -> no [label="below (rare)"];
  register -> declare -> pay -> report -> symbols;
}

EPR by EU Member State

Country Scheme Registration Portal Annual Fee (SME) Eco-Contribution Deadline
France CITEO citeo.com EUR 80 (HT) EUR 0.05-0.25/kg by material Annual declaration by Feb 28
Germany ZSVR/Lucid verpackungsregister.org Free registration EUR 0.10-1.40/kg via dual system (Der Gruene Punkt, BellandVision, etc.) Before first sale
Italy CONAI conai.org EUR 25 entry EUR 5-660/tonne by material Annual declaration by May 20
Spain Ecoembes (household) / SIGRE (pharma) ecoembes.com EUR 0 (built into contribution) EUR 0.05-0.50/kg by material Annual declaration
Netherlands Afvalfonds Verpakkingen afvalfonds.nl Based on revenue tier EUR 0.01-1.00/kg by material Annual declaration by March 1
Belgium Fost Plus (household) / VAL-I-PAC (commercial) fostplus.be EUR 100-500 setup EUR 0.03-0.90/kg Annual declaration
Austria ARA ara.at EUR 100 setup EUR 0.10-0.80/kg Before first sale
Poland BDO registry bdo.mos.gov.pl Free registration EUR 0.01-0.50/kg Annual declaration
Sweden FTI ftiab.se SEK 2,000 (EUR ~175) SEK 0.10-3.00/kg Before first sale

Read the full file on GitHub · 236 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. 11d ago First seen · 236 lines · 48 tokens per session scan A 1774cd3fbc79

Subscribe to this mod's changes

packaging-compliance is a skill published in the GitHub repository Cleo-Labs-IA/skills_library (1 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 3,940 once invoked, about $0.0002 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