Skip to content

EximAgent/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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