ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

Trade Agent

Skill by chaunceyliu

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chaunceyliu/trade-agent
Or

What This Skill Does

The Trade Agent skill provides a robust interface for interacting with the AIUSD trading ecosystem. It acts as an intermediary between the OpenClaw agent and the AIUSD backend via the MCP protocol. Users can manage their digital assets, execute trades, handle staking requirements, perform withdrawals, and manage gas top-ups directly from the chat interface. By centralizing account management and order execution, this skill allows for seamless interaction with the AIUSD platform without needing to switch between different applications. The system prioritizes security through a hierarchical authentication process, ensuring that only verified sessions can authorize financial movements.

Installation

To add this capability to your agent, use the OpenClaw hub command. Open your terminal and run: clawhub install openclaw/skills/skills/chaunceyliu/trade-agent. Once installed, ensure you have your MCP authentication token configured. The system will look for an MCP_HUB_TOKEN environment variable first. If that is not set, it will attempt to use your existing mcporter OAuth credentials or check for a local token file located at ~/.mcp-hub/token.json. Always run aiusd-skill tools --detailed after installation to sync the latest available functions with your agent's current environment.

Use Cases

  • Asset Monitoring: Quickly retrieve your current account balance or review your recent transaction history to stay updated on your financial status.
  • Market Execution: Perform live market trades directly by specifying the asset and the desired action. This streamlines the process of managing your portfolio in real-time.
  • Account Management: Efficiently handle gas requirements by initiating top-ups, or manage liquidity by staking assets or withdrawing funds to your primary wallet.

Example Prompts

  1. "Check my current AIUSD account balance and show me the last five transactions."
  2. "I need to top up my gas balance; please process a refill for my account."
  3. "Buy 500 units of the selected asset at the current market price."

Tips & Limitations

Always verify your authentication status if a command fails, as session tokens may expire. Should the agent indicate that you need to re-authenticate, please complete authentication in your browser. If the browser does not open automatically, type 'reauth' again. After completing authentication, you can check your account balance or wallet status in chat. For complex order structures, ensure you are referencing the most recent schema by running the tools discovery command. Note that all financial actions are final; verify the transaction details provided by the agent before confirming any execution. Avoid manual token file manipulation unless you are an advanced user, as this can lead to authentication errors.

Metadata

Stars3875
Views10
Updated2026-04-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chaunceyliu-trade-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#defi#finance#crypto#mcp
Safety Score: 3/5

Flags: network-access, file-read, external-api