An open API service indexing awesome lists of open source software.

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

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

-