Skip to content

EximAgent/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eximagent / cli

Trade-intelligence CLI for coding agents. Hosts the canonical SKILL.md for skills.sh discovery plus pre-built binaries that install.eximagent.ai serves.

For coding agents (the primary audience)

Install the skill into your host agent so it learns the CLI surface:

npx skills add EximAgent/cli

Then install the binary:

npm i -g eximagent
# or, no Node required:
curl -fsSL https://install.eximagent.ai | sh

Auth:

eximagent login                # device flow (browser pops, Google OAuth, token persists)
eximagent login --token <pat>  # PAT for CI / unattended environments

Use:

eximagent skill            # canonical SKILL.md to stdout
eximagent whoami           # verify auth
eximagent exim profile get # ground in user's defaults
eximagent <provider> <command> [--flag value ...]

All output is newline-delimited JSON on stdout. Typed errors on stderr. --stream for long-running commands.

What this repo contains

  • skills/eximagent/SKILL.md — the canonical skill that teaches your agent the full CLI surface, clarification-first pattern, and typed-error recovery. Served via eximagent skill and via npx skills add EximAgent/cli.
  • bin/eximagent-<platform>-<arch> — pre-built standalone binaries (Bun-compiled). Mirrored by install.eximagent.ai. Supported targets: darwin-arm64, darwin-x64, linux-arm64, linux-x64.
  • install.sh — the curl-installer that picks the right binary for your platform.
  • LICENSE — UNLICENSED. See LICENSE.

What this repo does NOT contain

  • CLI source. The CLI is a thin dispatcher; every command is one HTTPS call to the eximagent.ai API. Source is closed.
  • Server source. The backend implements every trade-intelligence primitive. Closed.

Links

About

Trade-intelligence CLI for coding agents — find buyers/importers, enrich contacts, draft cold outreach, look up tariffs + HS codes, OFAC sanctions screening, manage trade corridors. Install: npx skills add EximAgent/cli && npm i -g eximagent

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors