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 iterationlayer/skills --skill extract-cargo-manifest-datagit clone --depth 1 https://github.com/iterationlayer/skillsWrote 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/iterationlayer/skills/extract-cargo-manifest-data)<a href="https://agentmods.dev/skills/iterationlayer/skills/extract-cargo-manifest-data"><img src="https://agentmods.dev/badge/skills/iterationlayer/skills/extract-cargo-manifest-data/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/iterationlayer/skills/extract-cargo-manifest-data"><img src="https://agentmods.dev/badge/skills/iterationlayer/skills/extract-cargo-manifest-data.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.00015 | $0.04289 |
| Opus 5 | $0.00008 | $0.02145 |
| Sonnet 5 | $0.00003 | $0.00858 |
| Haiku 4.5 | $0.00002 | $0.00429 |
Grade A, and why
extract-cargo-manifest-data scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST https://api.iterationlayer.com/document-extraction/v1/extract \ This is a copy
80% identical to compress-image-to-target-size — 554 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 617 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Extract Cargo Manifest Data
Logistics teams use this recipe to turn Cargo Manifest PDFs into structured shipment records. Extract parties, route details, goods, weights, and values for customs, tracking, or transportation workflows.
APIs Used
Document Extraction (1 credit per page)
Prerequisites
You need an Iteration Layer API key. Get one at platform.iterationlayer.com during the 7-day trial.
For full integration guidance (SDKs, auth, MCP, error handling), see the Iteration Layer Integration Guide.
Implementation
curl -X POST https://api.iterationlayer.com/document-extraction/v1/extract \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"files": [
{
"type": "url",
"name": "cargo-manifest.pdf",
"url": "https://example.com/documents/cargo-manifest-sample.pdf"
}
],
"schema": {
"fields": [
{
"name": "document_number",
"type": "TEXT",
"description": "Primary shipment or transport document number"
},
{
"name": "shipper_name",
"type": "TEXT",
"description": "Shipper, exporter, or consignor name"
},
{
"name": "consignee_name",
"type": "TEXT",
"description": "Consignee, importer, or recipient name"
},
{
"name": "carrier_name",
"type": "TEXT",
"description": "Carrier or logistics provider"
},
{
"name": "origin",
"type": "TEXT",
"description": "Origin location"
},
{
"name": "destination",
"type": "TEXT",
"description": "Destination location"
},
{
"name": "shipment_date",
"type": "DATE",
"description": "Shipment, receipt, or departure date"
},
{
"name": "goods",
"type": "ARRAY",
"description": "Goods, packages, or shipment lines",
"fields": [
{
"name": "description",
"type": "TEXT",
"description": "Goods or package description"
},
{
"name": "marks_and_numbers",
"type": "TEXT",
"description": "Container, package, seal, or tracking identifiers"
},
{
"name": "quantity",
"type": "DECIMAL",
"description": "Quantity or package count"
},
{
"name": "gross_weight_kg",
"type": "DECIMAL",
"description": "Gross weight in kilograms"
}
]
},
{
"name": "declared_value",
"type": "CURRENCY_AMOUNT",
"description": "Declared customs or freight value"
},
{
"name": "currency",
"type": "CURRENCY_CODE",
"description": "Currency code"
}
]
}
}'
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 · 617 lines · 15 tokens per session scan A 29f1d40ec495
extract-cargo-manifest-data is a skill published in the GitHub repository iterationlayer/skills (3 stars, last pushed 3mo ago), licensed MIT. It adds 15 tokens to every session and 4,289 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 80% identical to compress-image-to-target-size, differing in 554 lines, and is treated as a copy.
Other skills, from other repositories
audit-dimensions
A review checklist for D1D25 specification files, covering the dimensions used to examine those documents.
honey-px
Read huge read-only text as PNG pages; big input cut.
document-processing
Use when the deliverable is a document's bytes or its literal content — text/tables out of PDFs, AcroForm fill and flatten, page merge/split, PDF/DOCX from templates, OCR of image-only scans. NOT schema-typed fields pulled from text (that is structured-extraction), NOT signature routing (e-signature) or spreadsheet…
subagent-driven-development
A development workflow in which a fresh coding agent implements each independent task, another review checks that task, and a final review examines the complete set of changes.
lov-fill-form
Fill in Word document form templates (.docx) with user-provided data. Reads a template containing tables with label→value cell pairs, detects all fillable fields, and outputs a completed document. Handles CJK/Latin mixed text with proper font switching. Use this skill when the user wants to fill in a form template…
ijfw-update
Check for and apply IJFW updates safely. Trigger: 'update ijfw', 'upgrade', 'latest version', 'is there a new version', /update.