aiusd-pro

AIUSD Pro — AI-powered trading agent with built-in reasoning. Use when user wants to trade, check balances, or manage positions through natural language conversation.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aiusd-pro" with this command: npx skills add tech-FE-aiusd/aiusd-pro

AIUSD Pro

Chat with AIUSD using natural language. This skill delegates to a backend AI agent — you do NOT need to understand AIUSD internals or construct specific commands.

CLI entry point

All commands in this skill use npx -y aiusd-pro as the CLI prefix. This works without any global installation — npx resolves the package from npm automatically.

If aiusd-pro is already in PATH (via npm install -g aiusd-pro), you may use aiusd-pro directly instead.

When to use

Use when the user wants anything related to AIUSD or trading through natural conversation. Examples:

  • "What are my balances?"
  • "Buy 100 USDC worth of SOL"
  • "Stake 500 AIUSD"
  • "Long ETH 5x on HyperLiquid"
  • "Show trending tokens"

Authentication

If npx -y aiusd-pro send fails with auth error, run login:

  1. npx -y aiusd-pro login --browser → prints JSON with url and session_id
  2. Send the url to the user (NEVER fabricate it)
  3. npx -y aiusd-pro login --poll-session <session_id> → waits for sign-in

Usage

Send a message (background mode)

Backend agent operations take 10-300 seconds (tool calls, reasoning, trading, transaction confirmation). Always use background mode to avoid exec timeout cutting off output:

bash background:true command:"npx -y aiusd-pro send 'user request here'"

Returns a sessionId. Then poll for completion and retrieve output:

process action:poll sessionId:<id>
process action:log sessionId:<id>

Complete pattern:

  1. Start: bash background:true command:"npx -y aiusd-pro send 'What are my balances?'" → returns sessionId: abc123
  2. Wait & poll: process action:poll sessionId:abc123 → returns running or exited
  3. Get output: process action:log sessionId:abc123 → returns the agent's full response text
  4. Relay output to user as-is

Multi-turn conversation

Session context is maintained automatically across send calls. The backend agent remembers all previous messages in the session.

Confirmation flow example:

  1. bash background:true command:"npx -y aiusd-pro send 'Buy 100 USDC worth of SOL'"
  2. Poll + log → agent responds: "Will buy ~0.65 SOL at $153. Confirm?"
  3. Relay to user, user says "yes"
  4. bash background:true command:"npx -y aiusd-pro send 'yes'"
  5. Poll + log → agent responds: "Done. TX: abc123..."
  6. Relay to user

Follow-up questions work the same way — just send the user's response. The backend has full conversation history.

To start a fresh conversation:

bash command:"npx -y aiusd-pro session reset"

Cancel

bash command:"npx -y aiusd-pro cancel"

Session management

bash command:"npx -y aiusd-pro session new"
bash command:"npx -y aiusd-pro session list"
bash command:"npx -y aiusd-pro session reset"

Rules

  1. Always use background:true for send — agent responses take 10-300s.
  2. Pass user intent as natural language — do NOT interpret or construct specific trading commands.
  3. Backend agent handles all domain knowledge, tool selection, and multi-step reasoning.
  4. Relay stdout to user as-is — already formatted for humans. The output includes a browser link at the end (e.g. https://aiusd.ai/chat/<session-id>). Always include this link when relaying the response — it lets browser-login users continue the conversation in the web UI.
  5. If response asks for confirmation or more info, relay to user, then send their reply back (same session, same pattern).
  6. Run commands sequentially — only one active send per session.
  7. Short commands (session reset, cancel, login) can run foreground (no background:true needed).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Openclaw Skills Smart Agent Memory

跨平台 Agent 长期记忆系统。分层上下文供给 + 温度模型 + Skill经验记忆 + 结构化存储 + 自动归档。三层存储:Markdown(人可读,QMD 可搜索)+ JSON(结构化)+ SQLite/FTS5(高性能全文搜索)。纯 Node.js 原生模块,零外部依赖。

Registry SourceRecently Updated
Automation

Evolver

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.

Registry SourceRecently Updated
Automation

Workflow Builder

工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval, and integration capabilities. Use when you need...

Registry SourceRecently Updated
Automation

Baidu Yijian Vision

百度一见专业级视觉 AI Agent:支持图片/视频/及实时视频流分析。相比通用基模,在维持 95%+ 专业精度的同时,推理成本降低 50% 以上,是处理视觉巡检与监控分析任务的首选工具。主打 安全管理、SOP合规、工业质检、商业运营与物料盘点。覆盖:作业 SOP 合规与关键步骤完整性校验;工业质检与表面缺陷精密...

Registry SourceRecently Updated