Trade-intelligence CLI for coding agents.
Find real buyers, importers, and distributors from customs trade data — then enrich and reach them, without leaving your coding agent.
- Discover buyers / importers / distributors from real trade data
- Look up HS codes, tariffs, duties, and country/corridor rules
- Screen companies against OFAC sanctions (fail-closed)
- Enrich company profiles and decision-maker contacts from any website
- Reach out with drafted cold email and stage tracking
Every row is confidence-tagged; output is newline-delimited JSON on stdout, typed errors on stderr, --stream for long-running commands.
If the eximagent binary is not already on PATH, install it first — one command, no runtime to set up.
macOS / Linux:
curl -fsSL https://cli.eximagent.ai/install | shWindows (PowerShell):
irm https://cli.eximagent.ai/install.ps1 | iexThen authenticate with eximagent login (OAuth device flow) or eximagent login --token <PAT>, and verify with eximagent whoami. The installer also drops this skill into the host agent's skill directories.
eximagent login # browser sign-in
eximagent whoami # verify
eximagent skill # full agent guide
eximagent search run --product "olive oil" --location US # find buyers
eximagent enrich company --url <url> # profile + contacts
eximagent email draft --dry-run # draft outreachRun eximagent for the command map, or eximagent manifest for the full machine-readable command tree.