Trade-intelligence CLI for coding agents.
If the eximagent binary is not already on PATH, install it first — one command, no runtime to set up.
macOS / Linux:
curl -fsSL https://cli.eximagent.ai/install | shWindows (PowerShell):
irm https://cli.eximagent.ai/install.ps1 | iexThen authenticate with eximagent login (OAuth device flow) or eximagent login --token <PAT>, and verify with eximagent whoami. The installer also drops this skill into the host agent's skill directories.
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.