Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
aiusd-skills v0.1.1 - Added four new files: README.md, aiusd-skill-installer.js, aiusd-skill-installer.sh, and build-info.json. - Updated SKILL.md with stricter output guidelines, including an expanded and explicit list of prohibited phrases (especially around "template" and auth flows). - Clarified agent authentication response requirements and added zero-tolerance language on banned terminology. - No code logic or tool changes; all updates focus on documentation, onboarding, and compliance for agent output.
What This Skill Does
Manages AIUSD trading accounts through natural language by calling the AIUSD backend via MCP. Supports balance queries, buy/sell/swap execution, staking, withdrawals, gas top-ups, and transaction history. Authentication resolves via MCP_HUB_TOKEN env var, mcporter OAuth, or a local token file.
Handles the full trading workflow, including auth recovery and gas management, without requiring the user to switch to a web interface for each operation.
When to use it
- Checking AIUSD custody and staking account balances
- Buying SOL with USDC or swapping tokens on-chain
- Staking AIUSD to earn yield and unstaking when needed
- Withdrawing stablecoins to an external wallet address
- Reviewing recent transaction history and order status
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Buy 100 USDC worth of SOL
- 1Runs 'aiusd-skill tools --detailed' to get current tool schemas
- 2Maps the buy intent to genalpha_execute_intent
- 3Builds trade parameters from the live schema
- 4Calls genalpha_execute_intent with the constructed parameters
- 5Returns trade confirmation or directs to aiusd.ai if execution fails
Trade executed: 100 USDC converted to SOL in the user's trading account
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.