aiusd-pro
v1.0.2
Published
AIUSD Pro — AI-powered trading agent with built-in reasoning.
Maintainers
Readme
AIUSD Pro delegates to a managed backend agent that handles all reasoning, tool selection, multi-step execution, and transaction confirmation. Speak naturally — the agent understands intent, manages context across turns, and executes end-to-end.
Looking for structured CLI tools without managed inference? See AIUSD Core.
Install
Claude Code / Codex / Cursor
npx skills add galpha-ai/aiusd-pro -y -gOpenClaw
Install from ClawHub:
clawhub install aiusd-proOr manually — download SKILL.md into your skills directory:
mkdir -p ~/.openclaw/skills/aiusd-pro
curl -fsSL https://raw.githubusercontent.com/galpha-ai/aiusd-pro/main/SKILL.md \
-o ~/.openclaw/skills/aiusd-pro/SKILL.mdnpm
npm install -g aiusd-proManual
git clone https://github.com/galpha-ai/aiusd-pro.git
cd aiusd-pro && npm install && npm run buildQuick Start
aiusd-pro login --browser # Authenticate
aiusd-pro send "What are my balances?" # Ask anything
aiusd-pro send "Buy $100 of SOL" # Execute trades
aiusd-pro send "Long ETH 10x" # Complex strategiesHow 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, transactions are confirmed automatically
- Respond — results stream back in natural language
Sessions maintain full conversation context. Follow-ups, confirmations, and multi-turn workflows are handled automatically.
What You Can Do
| Domain | Examples | |--------|---------| | Spot Trading | "Buy $100 of SOL", "Sell all my ETH", "Swap TRUMP for USDC" | | Perpetuals | "Long ETH 10x", "Short BTC at $70k", "Close my position" | | Prediction Markets | "Bet $10 on Yes for Bitcoin 100k", "Search election markets" | | Account | "What's my balance?", "Show my deposit addresses" | | Staking | "Stake 500 AIUSD", "Unstake my AIUSD" | | Market Data | "What's trending?", "Show xStock prices" | | Monitoring | "Monitor @elonmusk with $100 budget" |
Authentication
aiusd-pro login --browser # Sign in via browser
aiusd-pro login --new-wallet # Create a new account
aiusd-pro logout # Sign outSession Management
aiusd-pro session new # Start a new conversation
aiusd-pro session list # List sessions
aiusd-pro session reset # Reset current session
aiusd-pro cancel # Cancel active operationSupported Platforms
| Platform | Install |
|----------|---------|
| Claude Code | npx skills add galpha-ai/aiusd-pro |
| Codex | npx skills add galpha-ai/aiusd-pro |
| Cursor | npx skills add galpha-ai/aiusd-pro |
| OpenClaw | clawhub install aiusd-pro |
| GitHub Copilot | Symlink to .github/skills/ |
Core vs. Pro
| | Core | Pro | |---|------|-----| | Inference | Client-side LLM | Managed backend agent | | Interface | Structured CLI commands | Natural language | | Inference cost | None — bring your own LLM | Included | | Best for | Developers building custom agents | End users and turnkey integrations |
Security
- Local-first — authentication tokens stored on-device (
~/.aiusd/) - Open source — fully auditable skill code
- Managed execution — trades execute through the AIUSD platform with custody controls
Links
- Documentation
- AIUSD Core — structured CLI tools, no managed inference
- Website
License
MIT
