aiusd-nl-skill
v0.1.6
Published
AIUSD Natural Language Skill for OpenClaw
Maintainers
Readme
AIUSD Natural Language Skill
Chat with the AIUSD agent through natural language. Trade crypto, check balances, manage positions, stake, trade futures — all through conversation. The skill delegates to a backend AI agent that handles all domain knowledge and multi-step reasoning.
Install
Claude Code / Codex / Cursor
npx skills add galpha-ai/aiusd-nl-skill -y -gOpenClaw
Drag & drop the .skill file into your OpenClaw chat, or:
openclaw skill install aiusd-nl-skill.skillnpm (global CLI)
npm install -g aiusd-nl-skillThis registers aiusd-nl globally so you can use aiusd-nl <command> directly.
Manual
git clone https://github.com/galpha-ai/aiusd-nl-skill.git
cd aiusd-nl-skill && npm install && npm run build
# Symlink to your agent:
# Claude Code: ln -s $(pwd) ~/.claude/skills/aiusd-nl-skill
# Codex: ln -s $(pwd) ~/.codex/skills/aiusd-nl-skill
# OpenClaw: ln -s $(pwd) ~/.openclaw/skills/aiusd-nl-skillUsage
Once installed, your AI agent will automatically invoke the skill when you ask about crypto. You can also use the CLI directly:
# Via npx (no global install needed)
npx aiusd-nl-skill send "What are my balances?"
npx aiusd-nl-skill login --browser
# Or via global install
aiusd-nl send "What are my balances?"
aiusd-nl login --browserAuthentication
On first use, the agent will prompt you to log in:
- Browser login — sign in with an existing AIUSD account
- Create new account — set up a fresh wallet automatically
To switch account: npx aiusd-nl-skill logout then npx aiusd-nl-skill login --browser.
What You Can Ask
| Domain | Examples | |--------|---------| | Spot Trading | "Buy $100 of SOL", "Sell all my ETH", "Swap TRUMP for USDC" | | Perpetual Futures | "Long ETH 10x", "Short BTC at $70k", "Close my position" | | Account & Balance | "What's my balance?", "Show my deposit addresses" | | Staking & Yield | "Stake 500 AIUSD", "Unstake my AIUSD" | | Market Data | "What tokens are trending?", "Show xStock prices" |
How It Works
- Send — user message is posted to the AIUSD backend agent
- Stream — agent response streams back via WebSocket
- Transactions — CLI automatically polls TX status and resumes the agent
- Multi-turn — session context is maintained for confirmation flows and follow-ups
Supported Platforms
| Platform | Install method |
|----------|---------------|
| Claude Code | npx skills add or symlink to ~/.claude/skills/ |
| Codex | npx skills add or symlink to ~/.codex/skills/ |
| Cursor | npx skills add or symlink to .cursor/skills/ |
| OpenClaw | .skill file or symlink to ~/.openclaw/skills/ |
| GitHub Copilot | Symlink to .github/skills/ |
Privacy & Security
- Local auth: tokens stored locally on your device (
~/.aiusd/) - Open source: skill code is transparent and auditable
Website: https://aiusd.ai | License: MIT
