Trade-intelligence CLI for coding agents.
curl -fsSL https://install.eximagent.ai | sh # macOS / Linux
irm https://install.eximagent.ai/install.ps1 | iex # Windows (PowerShell)The installer downloads the matching binary, drops the skill spec into the standard coding-agent directories (Claude Code / Codex / Cursor / ~/.agents), and prompts you to sign in.
eximagent login # browser-based sign-in
eximagent whoami # verify
eximagent skill # print the skill spec to stdout
eximagent <command> [--flag value ...]Output is newline-delimited JSON on stdout; typed errors on stderr. Use --stream for long-running commands.