Skip to content

EximAgent/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eximagent

Trade-intelligence CLI for coding agents.

Install

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.

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