LaunchKit · 2026
Back to Skills

AIUSD trading and account management skill.

0
1.2k downloads
by @chaunceyliu

Setup & Installation

openclaw skills install @chaunceyliu/aiusd

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install aiusd

Version History

v1.0.1Feb 7, 2026 - Version note by skill developer:

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.

INPUT

User asks: Buy 50 USDC worth of SOL

AGENT
  1. 1Runs aiusd-skill tools --detailed to retrieve the current schema and available tools
  2. 2Maps user intent to the genalpha_execute_intent tool
  3. 3Builds trade parameters from the live schema output
  4. 4Calls genalpha_execute_intent with the buy order details
  5. 5Returns trade confirmation or surfaces error to the user
OUTPUT

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.

AIUSD account at aiusd.aiMCP_HUB_TOKEN environment variable or completed mcporter OAuth flow