Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
aiusd-skill v1.0.1 - Added installation and metadata files: README.md, aiusd-skill-installer.js, aiusd-skill-installer.sh, and build-info.json. - No changes to skill logic or user-facing flow. - Documentation and packaging improvements for easier installation and reference.
What This Skill Does
Manages AIUSD trading and account operations through an MCP backend connection. Covers balance queries, buy/sell/swap orders, 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 AIUSD account lifecycle in one interface instead of switching between the web app for trading, staking, and withdrawals separately.
When to use it
- Check AIUSD custody and staking balances
- Buy or sell tokens like SOL using USDC
- Stake AIUSD to earn yield
- Withdraw stablecoins to an external wallet address
- Review recent transaction history and order status
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Buy 50 USDC worth of SOL
- 1Runs aiusd-skill tools --detailed to retrieve the current schema and available tools
- 2Maps user intent to the genalpha_execute_intent tool
- 3Builds trade parameters from the live schema output
- 4Calls genalpha_execute_intent with the buy order details
- 5Returns trade confirmation or surfaces error to the user
Trade executed and confirmation details returned to the user
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.