toy-compliance

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

A regulatory guide for selling toys, games, puzzles, children's products, and ride-on toys. It covers age grading, physical, chemical, electrical, and flammability safety, warnings, traceability, and the required Declaration of Conformity, a manufacturer's formal compliance statement.

In plain words
What is it for?
Use it to decide whether a product is legally a toy, determine its age category, plan safety testing, prepare warnings and traceability information, and assemble technical documents.
Why use it?
It helps identify the safety tests and documents needed before children's products can be sold in different markets.

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 decide whether a product is legally a toy, determine its age category, plan safety testing, prepare warnings and traceability information, and assemble technical documents.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/toy-compliance"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/toy-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,114 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.00056 $0.03114
Opus 5 $0.00028 $0.01557
Sonnet 5 $0.00011 $0.00623
Haiku 4.5 $0.00006 $0.00311

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

Security

Grade A, and why

toy-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/toy-compliance/SKILL.md · 183 lines

How it starts

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

Toy Compliance

Full regulatory workflow for toys and children's products. High-stakes category: non-compliance = immediate recall, heavy fines, criminal liability.

Decision Flow

digraph {
  rankdir=TB; node [shape=box style=rounded fontsize=10];
  istoy [label="1. Is it a toy?\n(Directive definition:\ndesigned for play by\nchildren under 14)"];
  age [label="2. Age grading\n(determines tests + warnings)"];
  mech [label="3. Mechanical/physical\nsafety testing"];
  flam [label="4. Flammability testing"];
  chem [label="5. Chemical safety\n(migration of elements,\nphthalates, organic chemicals)"];
  elec [label="6. Electrical safety\n(if battery/electric toy)"];
  label [label="7. Warnings + age markings\n+ traceability"];
  doc [label="8. Technical documentation +\nDeclaration of Conformity"];
  sell [label="9. Place on market"];
  istoy -> age -> mech -> flam -> chem -> elec -> label -> doc -> sell;
}

Is It a Toy?

The EU Toy Safety Directive 2009/48/EC defines a toy as "a product designed or intended, whether or not exclusively, for use in play by children under 14 years of age."

NOT toys (explicitly excluded): decorative items, sporting equipment, bikes with seat height >435mm, puzzles >500 pieces, air guns, fireworks, slingshots, darts with metal tips, chemistry sets designed for education (not play), fashion jewelry for children, Christmas decorations.

Gray area products: If the product COULD be perceived as a toy by a reasonable consumer, treat it as a toy. Market surveillance authorities apply this test aggressively.

EU -- Toy Safety Directive 2009/48/EC

EN 71 Test Suite

Standard Scope Key Tests Cost
EN 71-1 Mechanical and physical Small parts (choke hazard), sharp edges, sharp points, pull strength, drop test, torque test, bite test, projectiles, mouth-actuated toys EUR 300-800
EN 71-2 Flammability Burning rate of materials (cellulose, textile, hair/pile, liquid-filled toys). Materials must not: flash, burn explosively, burn >30mm/s EUR 200-400
EN 71-3 Migration of certain elements 19 elements tested in 3 categories (dry/liquid/scraped-off material). Limits per element per category. E.g., lead: 2.0/0.5/23 mg/kg EUR 300-800
EN 71-4 to EN 71-8 Chemistry sets, chemical toys other than chemistry sets, activity toys Specific requirements for chemical experiments, cosmetic kits, etc. EUR 200-500 each
EN 71-9 Organic chemical compounds Flame retardants, primary aromatic amines, colorants, preservatives, plasticizers, solvents, wood preservatives EUR 500-1,500
EN 71-10/11 Organic chemical compounds Sample preparation (71-10) and analytical methods (71-11) for EN 71-9 Included in EN 71-9 testing
EN 71-12 N-Nitrosamines N-nitrosamines and N-nitrosatable substances in toy materials intended to be placed in the mouth EUR 200-400
EN 71-13 Olfactory board games, cosmetic kits, gustative games Fragrance allergens EUR 200-400
EN 71-14 Trampolines Domestic trampolines for play EUR 500-1,000
EN 62115 Electric toys Electrical safety for battery-operated and transformer-powered toys EUR 500-1,500

Read the full file on GitHub · 183 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 · 183 lines · 56 tokens per session scan A 70db85d749bb

Subscribe to this mod's changes

toy-compliance is a skill published in the GitHub repository Cleo-Labs-IA/skills_library (1 stars, last pushed 3mo ago), licensed MIT. It adds 56 tokens to every session and 3,114 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