jewelry-compliance

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

A regulatory guide for selling jewelry, watches, precious metals, and gemstones. It covers metal purity marks, material restrictions, diamond sourcing, protected materials, and origin information.

In plain words
What is it for?
Use it to review nickel, lead, and cadmium limits; conflict-mineral reporting; Kimberley Process certificates for rough diamonds; CITES rules for materials such as ivory or coral; and country-specific hallmarking.
Why use it?
Jewelry may contain restricted metals or protected materials, and some countries require official purity marks. This helps check those obligations before products reach customers.

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 review nickel, lead, and cadmium limits; conflict-mineral reporting; Kimberley Process certificates for rough diamonds; CITES rules for materials such as ivory or coral; and country-specific hallmarking.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/jewelry-compliance"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/jewelry-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,599 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.00058 $0.03599
Opus 5 $0.00029 $0.01800
Sonnet 5 $0.00012 $0.00720
Haiku 4.5 $0.00006 $0.00360

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

Security

Grade A, and why

jewelry-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/jewelry-compliance/SKILL.md · 215 lines

How it starts

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

Jewelry Compliance

Full regulatory workflow for fine jewelry, fashion jewelry, watches, gemstones. Hallmarking, heavy metal restrictions, conflict minerals, CITES.

Decision Flow

digraph {
  rankdir=TB; node [shape=box style=rounded fontsize=10];
  classify [label="1. Classify:\nprecious metal / fashion /\nchildren's / watch"];
  hallmark [label="2. Hallmarking required?\n(UK, FR, IT, IE, NL, PL)"];
  metals [label="3. Heavy metal limits:\nNi, Pb, Cd (EN 1811, REACH)"];
  conflict [label="4. Conflict minerals\n(3TG: tin/tungsten/tantalum/gold)"];
  cites [label="5. CITES check\n(ivory, coral, tortoiseshell)"];
  diamonds [label="6. Kimberley Process\nfor rough diamonds"];
  label [label="7. Country of origin +\nmetal purity disclosure"];
  sell [label="8. Place on market"];
  classify -> hallmark -> metals -> conflict -> cites -> diamonds -> label -> sell;
}

Hallmarking by Country (Precious Metals)

Country Mandatory? Office Marks
UK YES (>1g gold, >7.78g silver, >0.5g platinum, >1g palladium) London, Birmingham, Sheffield, Edinburgh Assay Offices Sponsor's mark + Standard mark + Assay office + Date letter
France YES (>3g gold, >30g silver) Bureau de garantie / Maison de la Bijouterie Poincon de garantie (head of eagle/Minerva/horse for gold/silver/platinum) + Maker's mark
Italy YES (>1g) Camera di Commercio Fineness mark (e.g., 750) + Stella d'Italia + Province code + Maker number
Ireland YES Dublin Assay Office Same UK system (CCC -- Convention on Hallmarks)
Netherlands YES (>1g) Waarborg Holland Lion (silver), helmet (gold), Minerva
Poland YES Główny Urząd Miar Knight's head + fineness
Germany Voluntary -- If marked, must be accurate (fineness only)
Spain Voluntary -- If marked, must comply with RD 197/1988
US NO national hallmark -- FTC Jewelry Guides 16 CFR 23: stamped quality marks must be accurate (e.g., "14K" = 58.5% gold min). Trademark required if quality stamp used
Switzerland YES Bureau central du controle des metaux precieux Helvetia, St. Bernard dog, mark of authentication
CCC Convention Multi-country -- Common Control Mark (CCM) accepted in 21 member states

Read the full file on GitHub · 215 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 · 215 lines · 58 tokens per session scan A 31c1fcbb50c2

Subscribe to this mod's changes

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