Skip to content

EximAgent/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eximagent

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.

What you can do

  • 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.

Install

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 | sh

Windows (PowerShell):

irm https://cli.eximagent.ai/install.ps1 | iex

Then 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.

Quick start

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 outreach

Run eximagent for the command map, or eximagent manifest for the full machine-readable command tree.

Links