返回顶部
a

aiusd-proAIUSD专业交易代理

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
191
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aiusd-pro

AIUSD Pro

使用自然语言与AIUSD对话。此技能将任务委派给后端AI代理——您无需了解AIUSD内部机制或构造特定命令。

CLI入口

本技能所有命令均使用npx -y aiusd-pro作为CLI前缀。无需全局安装即可运行——npx会自动从npm解析包。

如果aiusd-pro已存在于PATH环境变量中(通过npm install -g aiusd-pro安装),您可以直接使用aiusd-pro。

使用场景

当用户希望通过自然对话进行任何与AIUSD或交易相关的操作时使用。例如:

  • - 我的余额是多少?
  • 买入价值100 USDC的SOL
  • 质押500 AIUSD
  • 在HyperLiquid上5倍做多ETH
  • 显示热门代币

身份验证

如果npx -y aiusd-pro send因身份验证错误失败,请运行登录:

  1. 1. npx -y aiusd-pro login --browser → 打印包含url和sessionid的JSON
  2. 将url发送给用户(切勿伪造)
  3. npx -y aiusd-pro login --poll-session id> → 等待登录完成

使用方法

发送消息(后台模式)

后端代理操作需要10-300秒(工具调用、推理、交易、交易确认)。始终使用后台模式以避免执行超时截断输出:

bash background:true command:npx -y aiusd-pro send 用户请求内容

返回一个sessionId。然后轮询完成状态并获取输出:

process action:poll sessionId:
process action:log sessionId:

完整流程:

  1. 1. 启动:bash background:true command:npx -y aiusd-pro send 我的余额是多少?
→ 返回 sessionId: abc123
  1. 2. 等待并轮询:process action:poll sessionId:abc123
→ 返回 running 或 exited
  1. 3. 获取输出:process action:log sessionId:abc123
→ 返回代理的完整响应文本
  1. 4. 按原样将输出转发给用户

多轮对话

会话上下文在send调用之间自动保持。后端代理会记住会话中所有之前的消息。

确认流程示例:

  1. 1. bash background:true command:npx -y aiusd-pro send 买入价值100 USDC的SOL
  2. 轮询+日志 → 代理响应:将以153美元价格买入约0.65 SOL。确认?
  3. 转发给用户,用户回复是
  4. bash background:true command:npx -y aiusd-pro send 是
  5. 轮询+日志 → 代理响应:完成。交易ID:abc123...
  6. 转发给用户

后续问题同样适用——只需send用户的回复即可。后端拥有完整的对话历史。

要开始新对话:

bash command:npx -y aiusd-pro session reset

取消

bash command:npx -y aiusd-pro cancel

会话管理

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

规则

  1. 1. 始终使用background:true 进行send操作——代理响应需要10-300秒。
  2. 以自然语言传递用户意图——不要解释或构造特定的交易命令。
  3. 后端代理处理所有领域知识、工具选择和多步骤推理。
  4. 按原样将标准输出转发给用户——已格式化为人类可读。输出末尾包含浏览器链接(例如https://aiusd.ai/chat/)。转发响应时始终包含此链接——它允许通过浏览器登录的用户在Web界面中继续对话。
  5. 如果响应要求确认或更多信息,请转发给用户,然后send他们的回复(同一会话,相同模式)。
  6. 按顺序执行命令——每个会话一次只能有一个活跃的send操作。
  7. 短命令(session reset、cancel、login)可以前台运行(无需background:true)。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aiusd-pro-1776062472 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aiusd-pro-1776062472 技能

通过命令行安装

skillhub install aiusd-pro-1776062472

下载

⬇ 下载 aiusd-pro v1.0.0(免费)

文件大小: 2.33 KB | 发布时间: 2026-4-14 16:03

v1.0.0 最新 2026-4-14 16:03
AIUSD Pro v1.0.1

- Added SKILL.md with comprehensive documentation and usage instructions.
- Clarified natural language usage for trading, account management, and queries.
- Detailed authentication, session, and background process handling guidance.
- Included explicit rules for relaying user input and agent output.
- Described multi-turn conversation patterns and session management commands.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部