Overview
AIUSD provides two official skills for integrating trading capabilities into AI agents:AIUSD Core
Structured CLI toolsYour agent’s LLM calls trading commands directly via MCP. You control the reasoning and orchestration.No platform inference cost.
AIUSD Pro
Managed AI agentDelegates to a backend agent that handles reasoning, tool selection, and multi-step execution.Natural language in, results out.
Which Should I Use?
AIUSD Core
Structured CLI tools and MCP integration. Your agent invokes trading commands and handles orchestration.Installation
- Claude Code / Codex / Cursor
- OpenClaw
- npm
- Manual
Authentication
CLI Usage
Command Reference
Run
aiusd-core guide <domain> before executing commands to get the latest parameter reference.
Source: github.com/galpha-ai/aiusd-core
AIUSD Pro
Natural language interface to a managed backend agent. Send messages in plain language — the agent handles reasoning, execution, and transaction confirmation.Installation
- Claude Code / Codex / Cursor
- OpenClaw
- npm
- Manual
Authentication
Usage
How It Works
- Send — your message is posted to the AIUSD backend agent
- Reason — the agent selects tools, plans execution, and handles multi-step logic
- Execute — trades are placed and transactions confirmed automatically
- Respond — results stream back in natural language
What You Can Ask
Session Management
Supported Platforms
Both skills support the same platforms:
Both skills require Node.js >= 18.0.0.
Security
Local-First Authentication
Local-First Authentication
Authentication tokens stored locally on your device in
~/.aiusd/. No credentials sent to third parties.Secure Storage
Secure Storage
Token files written with restrictive permissions (0600). Wallet mnemonic stored separately.
Open Source
Open Source
All skill code is transparent and auditable on GitHub.
Troubleshooting
Authentication Issues
--new-wallet.

