https://github.com/eximagent/cli
Trade-intelligence CLI for coding agents
https://github.com/eximagent/cli
agent-skill b2b claude-code cli codex coding-agent cold-outreach cursor customs hs-code import-export lead-generation ofac prospect-discovery sanctions-screening tariff trade-data trade-intelligence
Last synced: 19 days ago
JSON representation
Trade-intelligence CLI for coding agents
- Host: GitHub
- URL: https://github.com/eximagent/cli
- Owner: EximAgent
- License: other
- Created: 2026-05-12T15:46:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-13T01:10:39.000Z (22 days ago)
- Last Synced: 2026-06-13T03:26:40.125Z (22 days ago)
- Topics: agent-skill, b2b, claude-code, cli, codex, coding-agent, cold-outreach, cursor, customs, hs-code, import-export, lead-generation, ofac, prospect-discovery, sanctions-screening, tariff, trade-data, trade-intelligence
- Language: Shell
- Homepage: https://eximagent.ai
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eximagent
Trade-intelligence CLI for coding agents.
## Install
If the `eximagent` binary is not already on PATH, install it first — one command, no runtime to set up.
**macOS / Linux:**
```bash
curl -fsSL https://cli.eximagent.ai/install | sh
```
**Windows (PowerShell):**
```powershell
irm https://cli.eximagent.ai/install.ps1 | iex
```
Then authenticate with `eximagent login` (OAuth device flow) or `eximagent login --token `, and verify with `eximagent whoami`. The installer also drops this skill into the host agent's skill directories.
## Use
```bash
eximagent login # browser-based sign-in
eximagent whoami # verify
eximagent skill # print the skill spec to stdout
eximagent [--flag value ...]
```
Output is newline-delimited JSON on stdout; typed errors on stderr. Use `--stream` for long-running commands.
## Links
-