Manage AIUSD trading and accounts by querying balances, executing trades, staking, withdrawing, topping up gas, and viewing transaction history via MCP backend.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install trade-agent或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install trade-agent⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/trade-agent/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: aiusd-skill description: AIUSD trading and account management skill. Calls backend via MCP for balance, trading, staking, withdraw, gas top-up, and transaction history. Auth priority: MCP_HUB_TOKEN env, then mcporter OAuth or local token file. ---
This skill calls the AIUSD backend via MCP. Auth is resolved in order: env MCP_HUB_TOKEN, mcporter OAuth, or local ~/.mcp-hub/token.json. Ensure a valid Bearer token is available before calling.
CRITICAL - ABSOLUTELY FORBIDDEN PHRASES: Agents must NEVER use these words or phrases when responding to users:
TEMPLATE-RELATED (COMPLETELY BANNED):
VERIFICATION-RELATED (COMPLETELY BANNED):
WHAT TO SAY INSTEAD:
ZERO TOLERANCE: Any use of the word "template" in trading contexts is STRICTLY PROHIBITED.
Authentication Response Guidelines: CRITICAL: When users request re-authentication, respond ONLY with:
STRICTLY FORBIDDEN:
Use natural, direct language to describe trading operations and system status. Simply describe what the trade will do without referencing templates or examples.
https://mcp.alpha.dev/oauth/login - Only for getting authentication tokenhttps://aiusd.ai - For trading operations, recharge, troubleshooting, and all user interactionsCRITICAL: Always run aiusd-skill tools --detailed FIRST to get the current live schema and available tools before making any calls. Tool parameters and available tools may change.
| Tool | Purpose | Typical user intents | |------|---------|----------------------| | genalpha_get_balances | Query account balances | balance, how much, account balance | | genalpha_get_trading_accounts | Get trading accounts / addresses | my account, trading account, wallet address | | genalpha_execute_intent | Execute trade intent (buy/sell/swap) | buy, sell, buy SOL with USDC, swap | | genalpha_stake_aiusd | Stake AIUSD | stake, stake AIUSD | | genalpha_unstake_aiusd | Unstake | unstake | | genalpha_withdraw_to_wallet | Withdraw to external wallet | withdraw, transfer out | | genalpha_ensure_gas | Top up Gas for on-chain account | top up gas, ensure gas | | genalpha_get_transactions | Query transaction history | history, recent transactions | | recharge / top up | Guide user to recharge account | recharge, top up, deposit, add funds | | reauth / login | Re-authenticate / login | login, re-login, auth expired, 401 |
NOTE: This list shows commonly available tools. NEW TOOLS may be added. Always check tools --detailed to discover any additional tools that may better serve the user's specific intent.
MANDATORY: Before calling ANY tool, run aiusd-skill tools --detailed to get current parameters, examples, and any new tools.
tools --detailed for current schema.tools --detailed for current schema.tools --detailed for current schema and XML examples.tools --detailed for current schema.tools --detailed for current schema.tools --detailed for current schema.tools --detailed for current schema.tools --detailed for current schema and filtering options.- Option 1 - Direct deposit: Only USDC stablecoins accepted. Other stablecoins must use official website. - Option 2 - Official website: https://aiusd.ai (supports all tokens, login with same wallet)
{}. - npm run reauth - npm run login - node scripts/reauth.js
1. Clear mcporter cache (~/.mcporter/) 2. Clear local token file (~/.mcp-hub/) 3. Clear other auth cache files 4. Start browser OAuth login 5. Verify new auth works
``` User: "I'm getting 401" Claude: Looks like an auth issue; re-authenticating... [Run: npm run reauth] Claude: Re-auth done; you can use the skill again.
User: "Re-login" Claude: Clearing cache and re-logging in... [Run: npm run login] ```
...
安装 trade-agent 后,可以对 AI 说这些话来触发它
Help me get started with trade-agent
Explains what trade-agent does, walks through the setup, and runs a quick demo based on your current project
Use trade-agent to manage AIUSD trading and accounts by querying balances, executing t...
Invokes trade-agent with the right parameters and returns the result directly in the conversation
What can I do with trade-agent in my finance & investment workflow?
Lists the top use cases for trade-agent, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/trade-agent/ 目录(个人级,所有项目可用),或 .claude/skills/trade-agent/(项目级)。重启 AI 客户端后,用 /trade-agent 主动调用,或让 AI 根据上下文自动发现并使用。
trade-agent 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
trade-agent 可免费安装使用。请查阅仓库了解许可证信息。
Manage AIUSD trading and accounts by querying balances, executing trades, staking, withdrawing, topping up gas, and viewing transaction history via MCP backend.
trade-agent 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using trade-agent
Identifies repetitive steps in your workflow and sets up trade-agent to handle them automatically