Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 914 Bytes

File metadata and controls

36 lines (23 loc) · 914 Bytes

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:

curl -fsSL https://cli.eximagent.ai/install | sh

Windows (PowerShell):

irm https://cli.eximagent.ai/install.ps1 | iex

Then 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.

Use

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.

Links