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.
git clone --depth 1 https://github.com/DCS-Premium-Freight-SRL/claude-for-freightWrote 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/plugins/dcs-premium-freight-srl/claude-for-freight/freight-forwarding)<a href="https://agentmods.dev/plugins/dcs-premium-freight-srl/claude-for-freight/freight-forwarding"><img src="https://agentmods.dev/badge/plugins/dcs-premium-freight-srl/claude-for-freight/freight-forwarding.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
freight-forwarding 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 8d 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.
What it actually says
{
"name": "freight-forwarding",
"version": "1.0.0",
"description": "General multi-modal freight forwarding plugin — RFQ drafting, cargo calculation, transport documents (CMR/AWB/HBL/MBL), customs checklist. Bilingual EN/RO. Built for desk operators at a neutral forwarder running air, sea, road, and rail across EU and worldwide.",
"author": {
"name": "DCS Premium Freight SRL",
"url": "https://premiumfreight.ro"
},
"license": "Apache-2.0",
"homepage": "https://github.com/dcs-freight/claude-for-freight",
"repository": {
"type": "git",
"url": "https://github.com/dcs-freight/claude-for-freight.git",
"directory": "freight-forwarding"
},
"keywords": [
"freight",
"forwarding",
"logistics",
"rfq",
"cargo-calculation",
"cmr",
"awb",
"customs",
"iata",
"incoterms",
"multimodal",
"ro",
"eu"
],
"commands": [
"cold-start-interview",
"cargo-calc",
"rfq-draft",
"transport-doc",
"customs-checklist"
],
"skills": [
"rfq-drafting",
"cargo-calculation",
"transport-documents",
"customs-checklist"
],
"agents": [
"rfq-inbox-watcher"
],
"requires": {
"claude-code": ">=2.0.0",
"cowork": ">=1.0.0"
},
"configFile": "CLAUDE.md",
"configPath": "~/.claude/plugins/config/claude-for-freight/freight-forwarding/CLAUDE.md"
}
What it installs
The manifest is a name and a version. 4 skills, 5 commands, 1 agent, 6 MCP servers travel with it, and installing the plugin installs all of them — 1,113 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill transport-documents A 222 tokens
- Skill customs-checklist A 226 tokens
- Skill cargo-calculation A 171 tokens
- Skill rfq-drafting A 205 tokens
- Command cold-start-interview A 57 tokens
- Command customs-checklist A 42 tokens
- Command rfq-draft A 40 tokens
- Command transport-doc A 42 tokens
- Command cargo-calc A 46 tokens
- Agent rfq-inbox-watcher A 62 tokens
- MCP server cargo-one A not measured
- MCP server cargowise A not measured
- MCP server gmail A not measured
- MCP server google-calendar A not measured
- MCP server google-drive A not measured
- MCP server outlook A not measured
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.
- 8d ago First seen · 54 lines scan A 542b97d00cd8
freight-forwarding is a plugin published in the GitHub repository DCS-Premium-Freight-SRL/claude-for-freight (8 stars, last pushed 3mo ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
before-you-build
Pre-build product risk review for founders, product teams, and AI-assisted builders before implementation starts.
go-ultimate
Opinionated Go development skill — architecture, conventions, production readiness, repo/CI hygiene, review, and MCP/agent patterns.
sipcode
Token-economy observatory for Claude Code: forensic per-session audit, A/B savings verifier, reproducible benchmark, and cost prediction — directly in Claude chat. Auto-installs via npx on first use; no separate npm install required.
aio-visual-diff
Verify AI-built UI against design via measurement-driven diff — extracts computed CSS and bounding boxes through Chrome DevTools MCP, diffs against Figma reference or a frozen baseline, and feeds numerical deltas back to the agent. No screenshot eyeballing.
claude-bestpractice
Enforcement, memory and parallel-session coordination for solo founders running several Claude Code sessions on one repository.
claude-webcache
Cross-session WebFetch cache for Claude Code. WebFetches disappear after 15 minutes — claude-webcache makes them persist.