Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 765 Bytes

File metadata and controls

27 lines (18 loc) · 765 Bytes

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