eximagent
v0.0.90
Published
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.
Maintainers
Readme
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
# or (zero-dependency binary, no Node):
curl -fsSL https://install.eximagent.ai | shLogin
eximagent login # device flow (browser)
eximagent login --token <pat> # personal access tokenSkill 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 # Claude Code
eximagent skill > AGENTS.md # Codex
eximagent skill > .cursor/rules/eximagent.mdc # CursorOr via the open agent-skills directory:
npx skills add EximAgent/cliWhat 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 Collectioncollection get / list / clone / stats— Collection CRUD + AI columnsenrich company / contacts / contact— company crawl + decision-maker contact enrichmentemail draft / send / cancel / history / followup— outreach with per-recipient timezone + language + stage trackingtemplate generate / save / list / edit / recall— email templates with{{variables}}+ file attachmentskb add / list / remove / preview— knowledge-base files for outreach contexttariff / hscode search / country resolve / company / trade lookup— trade-data Q&Acorridor save / list / remove— recurring trade lanes as@corridor:<name>mentionssanctions check— OFAC SDN screeningcompanyMemory get— per-company negotiation memoryreminder / 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
- Site: https://eximagent.ai
- Issues: https://github.com/EximAgent/cli/issues
