LaunchKit · 2026
Back to Skills

aiusd-skills

AIUSD trading and account management skill.

0
1.3k downloads
by @chaunceyliu

Setup & Installation

openclaw skills install @chaunceyliu/aiusd-skills

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

npx clawhub install aiusd-skills

Version History

v0.1.1Feb 7, 2026 - Version note by skill developer:

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.

INPUT

User asks: Buy 100 USDC worth of SOL

AGENT
  1. 1Runs 'aiusd-skill tools --detailed' to get current tool schemas
  2. 2Maps the buy intent to genalpha_execute_intent
  3. 3Builds trade parameters from the live schema
  4. 4Calls genalpha_execute_intent with the constructed parameters
  5. 5Returns trade confirmation or directs to aiusd.ai if execution fails
OUTPUT

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.

AIUSD account at aiusd.aiMCP_HUB_TOKEN environment variable or completion of mcporter OAuth login flow