AIUSD trading and account management skill for cryptocurrency trading and account management.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install aiusd-skill-agent或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install aiusd-skill-agent⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/aiusd-skill-agent/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: aiusd-skill description: "AIUSD trading and account management skill for cryptocurrency trading and account management." license: MIT ---
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. Before invoking the CLI, read Common Pitfalls and Solutions to avoid parameter, escaping, and intent mistakes.
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:
NEVER return the login URL to the user: Do NOT ever show or tell the user https://mcp.alpha.dev/oauth/login. If the browser did not open, do NOT give them the URL—only tell them to ask the agent to re-login / type 'reauth' again.
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 interactionsRead this before invoking the skill CLI (e.g. when using the installed skill via aiusd-skill or node dist/index.js). These prevent the most frequent failures.
node dist/index.js call genalpha_execute_intent '{"intent": "..."}' (positional JSON)node dist/index.js call genalpha_execute_intent --params '{"intent": "..."}'--params flag, not as a positional argument.execSync) and pass params as a single string to avoid shell interpretation: - args = ['dist/index.js', 'call', toolName, '--params', JSON.stringify(params)] - spawn('node', args, { stdio: 'pipe' })
genalpha_execute_intent): amount = amount of QUOTE token to spend.: amount = amount of BASE token to sell. with AIUSD
and USDC_ADDRESS (you are “buying” USDC with AIUSD). with USDC_ADDRESS
and TOKEN_SYMBOL; amount is the USDC amount to spend.MCPClient (capital C), not McpClient.TokenManager.getToken() (static method), not new TokenManager(); tokenManager.getToken().tools --detailed output before retrying. Do not retry with the same payload blindly.tools --detailed; do not rely on static examples in docs.# Current tool schemas and examples
node dist/index.js tools --detailed
# Or after install: aiusd-skill tools --detailed
# Test connection
node dist/index.js test
# Quick balance check
node dist/index.js balances
# Transaction history
node dist/index.js call genalpha_get_transactions --params '{}'
| Message | Meaning / action | |--------|-------------------| | Missing or invalid 'intent' parameter | Check JSON structure and that intent is present and valid; compare with tools --detailed. | | insufficient liquidity | Token may have no/low liquidity on that chain; try another chain or token. | | Jwt is missing / 401 | Auth issue; run reauth (e.g. npm run reauth or installer’s reauth command). |
For installers and users setting up the skill. Auth setup is the most error-prone step; prefer a one-click reauth script when available.
clawdbot install aiusd-skill-agent or install by repo path reports "Skill not found".```bash curl -L "https://auth.clawdhub.com/api/v1/download?slug=aiusd-skill-agent" -o aiusd-skill.zip unzip aiusd-skill.zip ```
npm install times out or fails (network, conflicts).```bash rm -rf node_modules package-lock.json npm cache clean --force npm install ```
```bash npm install --include=dev # or npm install @types/node --save-dev ```
```bash cd aiusd-skill npm install && npm run build which mcporter || npm install -g mcporter npm run reauth ``` Or: npx mcporter auth https://mcp.alpha.dev/api/mcp-hub/mcp. Prefer the project’s one-click reauth script when provided.
...
安装 trade-with-aiusd 后,可以对 AI 说这些话来触发它
Help me get started with trade-with-aiusd
Explains what trade-with-aiusd does, walks through the setup, and runs a quick demo based on your current project
Use trade-with-aiusd to aIUSD trading and account management skill for cryptocurrency tradi...
Invokes trade-with-aiusd with the right parameters and returns the result directly in the conversation
What can I do with trade-with-aiusd in my finance & investment workflow?
Lists the top use cases for trade-with-aiusd, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/aiusd-skill-agent/ 目录(个人级,所有项目可用),或 .claude/skills/aiusd-skill-agent/(项目级)。重启 AI 客户端后,用 /aiusd-skill-agent 主动调用,或让 AI 根据上下文自动发现并使用。
trade-with-aiusd 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
trade-with-aiusd 可免费安装使用。请查阅仓库了解许可证信息。
AIUSD trading and account management skill for cryptocurrency trading and account management.
trade-with-aiusd 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using trade-with-aiusd
Identifies repetitive steps in your workflow and sets up trade-with-aiusd to handle them automatically