eximagent
Trade-intelligence CLI for coding agents. B2B prospect discovery, contact enrichment, outreach with stage tracking, tariff + HS-code lookups, OFAC sanctions screening, trade corridor management, per-company negotiation memory.
Install
npm i -g eximagent
curl -fsSL https://install.eximagent.ai | sh
Login
eximagent login
eximagent login --token <pat>
Skill for your coding agent
The canonical skill is served from the backend and can be dropped into your host agent’s skill path:
eximagent skill > ~/.claude/skills/eximagent/SKILL.md
eximagent skill > AGENTS.md
eximagent skill > .cursor/rules/eximagent.mdc
Or via the open agent-skills directory:
npx skills add EximAgent/cli
What the CLI exposes
Trade-domain primitives, ~60 commands across:
profile get / extract / update — user trade profile (defaults, signature, target markets, products)
search run / refine — autonomous buyer/importer discovery pipeline; materializes a Collection
collection get / list / clone / stats — Collection CRUD + AI columns
enrich company / contacts / contact — company crawl + decision-maker contact enrichment
email draft / send / cancel / history / followup — outreach with per-recipient timezone + language + stage tracking
template generate / save / list / edit / recall — email templates with {{variables}} + file attachments
kb add / list / remove / preview — knowledge-base files for outreach context
tariff / hscode search / country resolve / company / trade lookup — trade-data Q&A
corridor save / list / remove — recurring trade lanes as @corridor:<name> mentions
sanctions check — OFAC SDN screening
companyMemory get — per-company negotiation memory
reminder / monitor — scheduled signal-driven reminders
All output is NDJSON on stdout. Typed errors on stderr. --stream flag for long-running commands.
License
UNLICENSED. See LICENSE.
Links