@xuda.ai/cli
v0.1.2
Published
Xuda CLI — sign in to Xuda and run published AI agents from your terminal.
Readme
@xuda.ai/cli
Run published Xuda AI agents from your terminal.
Install
npm i -g @xuda.ai/cliSign in
xuda loginOpens xuda.ai in your browser and asks you to approve a one-time code. The
access token is stored at ~/.xuda/credentials.json.
Run an agent
xuda run <agent-id>Or install a specific agent's published shim — the package runs it for you:
npm i -g @xuda.ai/<agent-slug>
<agent-slug>Commands
| Command | What it does |
|-------------------|---------------------------------------|
| xuda login | Device-code sign-in to Xuda |
| xuda logout | Forget stored credentials |
| xuda whoami | Print the signed-in account email |
| xuda run <id> | Open a chat session with an agent |
Environment
| Variable | Default |
|------------------|--------------------------|
| XUDA_API_URL | https://api.xuda.io |
| XUDA_WEB_URL | https://xuda.ai |
| XUDA_WS_URL | derived from XUDA_API_URL |
Notes
Only free agents are published to npm. Paid agents stay accessible through the Xuda dashboard.
