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.
npx skills add Cleo-Labs-IA/skills_library --skill import-export-docsgit clone --depth 1 https://github.com/Cleo-Labs-IA/skills_libraryWrote 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.
[](https://agentmods.dev/skills/cleo-labs-ia/skills_library/import-export-docs)<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/import-export-docs"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/import-export-docs/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.
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/import-export-docs"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/import-export-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.03908 |
| Opus 5 | $0.00028 | $0.01954 |
| Sonnet 5 | $0.00011 | $0.00782 |
| Haiku 4.5 | $0.00006 | $0.00391 |
Grade A, and why
import-export-docs 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 307 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Import/Export Documentation
Generate the complete documentation package for international shipments. Missing one document = shipment held at customs.
MCP Tools
# Classify product for customs documentation
mcp__claude_ai_CLEO_LEGAL_API__customs/reverse-classify
product_description: "<detailed product description>"
# Get HS code details and applicable measures
mcp__claude_ai_CLEO_LEGAL_API__customs/lookup
hs_code: "<hs-code>"
# Calculate duty rates (needed for commercial invoice)
mcp__claude_ai_CLEO_LEGAL_API__customs/duties
hs_code: "<hs-code>"
origin: "<origin-country>"
destination: "<destination-country>"
# Calculate full landed cost
mcp__claude_ai_CLEO_LEGAL_API__customs/landed-cost
hs_code: "<hs-code>"
origin: "<origin>"
destination: "<destination>"
product_value: <value>
shipping: <shipping-cost>
insurance: <insurance-cost>
# Dual-use screening (determines if export license needed)
mcp__claude_ai_CLEO_LEGAL_API__customs/dual-use-check
product_description: "<product>"
hs_code: "<hs-code>"
# Sanctions screening (screen buyer/consignee)
mcp__claude_ai_CLEO_LEGAL_API__sanctions/search
entity_name: "<buyer-name>"
country: "<buyer-country>"
# Search for trade-related signals
mcp__claude_ai_Cleo_Insight__search_signals(q="import restriction", limit=25)
mcp__claude_ai_Cleo_Insight__search_signals(q="export control", limit=25)
Document Selection Flow
digraph {
rankdir=TB; node [shape=box style=rounded fontsize=10];
shipment [label="Shipment details:\nproduct, origin,\ndestination, value" shape=hexagon];
core [label="CORE DOCS (always):\nCommercial invoice\nPacking list\nBill of Lading / AWB"];
origin [label="Claiming FTA\npreferential rate?" shape=diamond];
cert_origin [label="Certificate of Origin\n(type depends on FTA)"];
no_cert [label="Non-preferential CoO\n(if required by destination)"];
product_type [label="Product-specific\ncertificates needed?" shape=diamond];
specific [label="Health cert / Free sale\n/ Phytosanitary / CoA"];
dg [label="Dangerous goods?" shape=diamond];
dg_docs [label="DG declaration\n(ADR/IMDG/IATA)"];
customs [label="Customs declaration\n(CN23 postal / SAD commercial)"];
final [label="Complete documentation\npackage" shape=hexagon];
shipment -> core -> origin;
origin -> cert_origin [label="YES"];
origin -> no_cert [label="NO"];
cert_origin -> product_type; no_cert -> product_type;
product_type -> specific [label="YES"];
product_type -> dg [label="NO"];
specific -> dg;
dg -> dg_docs [label="YES"];
dg -> customs [label="NO"];
dg_docs -> customs;
customs -> final;
}
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.
- 9d ago First seen · 307 lines · 56 tokens per session scan A 5c7a456b85be
import-export-docs 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,908 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.
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…
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…
einbeziehung-online-clickwrap-browsewrap
Für Einbeziehung Online Clickwrap Browsewrap: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.
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.
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.
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.