🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

eximagent

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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.

latest
Source
npmnpm
Version
0.0.90
Version published
Weekly downloads
7
16.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

Login

eximagent login                       # device flow (browser)
eximagent login --token <pat>         # personal access token

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   # Claude Code
eximagent skill > AGENTS.md                              # Codex
eximagent skill > .cursor/rules/eximagent.mdc            # Cursor

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.

  • Site: https://eximagent.ai
  • Issues: https://github.com/EximAgent/cli/issues

Keywords

trade

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts