← 返回 Skills 市场
luyao-inc

Exchange Copy Trading

作者 luyao-inc · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install exchange-copy-trading
功能描述
Guides OpenClaw to open a browser and complete exchange copy-trading (follow a trader) on supported venues: navigate to the copy-trading settings URL, fill t...
使用说明 (SKILL.md)

\r \r

交易所跟单(浏览器引导)\r

\r 本技能指导 OpenClaw 使用其 浏览器 / 网页自动化能力(如内置浏览器控制、截图与点击链等,以当前运行时实际能力为准)在完成前提条件后,在网页上完成 跟单 操作。\r \r

核心原则\r

\r

  • 不做登录、不收集密码/2FA:假定用户已在 OpenClaw 将使用的浏览器会话中完成登录。\r
  • 不冒充官方:仅打开用户确认过的链接;若域名或页面与官方不一致,应中止并提示用户核实(钓鱼风险)。\r
  • 金额与风险:跟单涉及资金与合约风险;由用户确认金额与条款后再执行自动化步骤。\r
  • 能力退化:若页面结构变更导致无法可靠定位控件,应停止自动点击,改为逐步引导用户手动完成。\r \r

执行前检查(必须)\r

\r 在打开跟单页面前,向用户确认或协助核对:\r \r

  1. 已登录目标交易所(当前为 Bitget Web)。\r
  2. 账户可用 USDT ≥ 50(与用户提供场景一致;若页面有更高中限以页面为准)。\r
  3. 用户已提供 跟单金额(数字,单位与页面一致,一般为 USDT)。\r \r 任一条件不满足时:不要继续自动提交跟单;说明缺什么、如何补齐。\r \r

Bitget:合约跟单(当前已支持)\r

\r

目标链接(示例交易员/策略页,由业务提供)\r

\r https://www.bitget.fit/zh-CN/copy-trading/setting/bfb7477187b73155a395/futures\r \r

若需更换交易员或策略,只替换路径中对应 ID 或完整 URL;上架包内默认以上为例。务必由用户确认链接来源可信。\r \r

操作步骤(OpenClaw)\r

\r

  1. 打开浏览器并导航到上述 URL;等待主内容加载完成(可配合网络空闲或关键文案出现)。\r
  2. 在页面中找到 跟单金额 / 投入金额 类输入框(常为 number 或带货币单位的输入框)。\r
  3. 将输入框 清空后 填入用户指定的跟单金额;校验为合理正数,且满足页面上的最小/最大提示(若有)。\r
  4. 定位并点击 跟单 / 确认跟单 / 立即跟单 等主按钮(以页面实际文案为准)。\r
  5. 若出现 二次确认、风险提示、协议勾选,按页面要求完成勾选后再确认;不得代用户同意其未明示接受的法律条款——必要时暂停并请用户手动勾选。\r
  6. 观察结果:成功提示、订单/跟单列表变更;失败则收集页面错误或 Toast 文案反馈给用户。\r \r

失败与重试\r

\r

  • 网络超时、验证码、人机验证:中止自动化,提示用户人工处理后再继续。\r
  • 控件定位失败:截图或描述可见结构,改为 逐步手动指引。\r \r

其他交易所(预留)\r

\r Binance、OKX 等的入口 URL、页面结构与选择器不在此版本硬编码。扩展时请将 权威链接与注意事项 写入同目录下的 reference.md,并在本节增加对应 ### 小节。\r \r

附加资源\r

\r

安全使用建议
This skill is coherent with its stated purpose (automating a follow/trade flow in a browser), but it references bitget.fit — verify that is an official/trusted endpoint before using. Because the skill can click to submit real financial orders, only use it if you: 1) confirm the exact URL is legitimate (prefer official domains, e.g., bitget.com), 2) keep your session already logged in and never share credentials or 2FA, 3) require an explicit, visible user confirmation step before the agent performs the final submit, and 4) test with minimal funds or in a sandbox first. If you cannot verify the domain or provenance of this skill, do not let it perform autonomous submits — prefer step-by-step manual guidance from the agent instead. If possible, ask the publisher for documentation proving the intended domain and why bitget.fit is used.
功能分析
Type: OpenClaw Skill Name: exchange-copy-trading Version: 0.1.0 The skill automates financial transactions (copy-trading) on the Bitget exchange using a hardcoded trader ID (bfb7477187b73155a395) and an alternative domain (bitget.fit) in SKILL.md and reference.md. While it includes instructions for the agent to seek user confirmation and verify login status, hardcoding a specific financial target in a general-purpose skill is a significant risk factor for unauthorized promotion or biased execution. There is no evidence of credential theft or data exfiltration, but the automation of high-risk financial actions with a pre-defined target warrants a suspicious classification.
能力评估
Purpose & Capability
The declared purpose (automating a browser to follow a trader on Bitget) aligns with the instructions (navigate, fill amount, click confirm). However the example and reference URLs use the domain bitget.fit rather than the widely-known bitget.com; that domain mismatch is unexpected for a skill that will execute financial transactions and could indicate a third-party/mirroring site or a phishing target.
Instruction Scope
SKILL.md explicitly instructs the agent to open a browser, locate the amount field, fill it, and click follow/confirm. It also forbids logging in or collecting passwords and requires user confirmation of amounts and terms. This scope is consistent with the stated purpose, but it permits autonomous completion of monetary transactions if the agent is allowed to act — the skill does instruct to pause for legal-term acceptance and for manual handling of captchas or failures.
Install Mechanism
Instruction-only skill with no install steps, no downloaded code, and no required binaries — minimal installation footprint.
Credentials
The skill requests no environment variables, credentials, or config paths and assumes an already-logged-in browser session. That is proportionate to a browser-automation-only workflow, provided the agent does not attempt to read stored credentials or other unrelated secrets.
Persistence & Privilege
always:false (normal). disable-model-invocation is false (agent can be invoked autonomously), which is platform-default; because the skill can perform financial actions, you should ensure explicit confirmation is required before any submit/confirm step rather than allowing silent autonomous runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install exchange-copy-trading
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /exchange-copy-trading 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug exchange-copy-trading
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Exchange Copy Trading 是什么?

Guides OpenClaw to open a browser and complete exchange copy-trading (follow a trader) on supported venues: navigate to the copy-trading settings URL, fill t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Exchange Copy Trading?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install exchange-copy-trading」即可一键安装,无需额外配置。

Exchange Copy Trading 是免费的吗?

是的,Exchange Copy Trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Exchange Copy Trading 支持哪些平台?

Exchange Copy Trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Exchange Copy Trading?

由 luyao-inc(@luyao-inc)开发并维护,当前版本 v0.1.0。

💬 留言讨论