← Back to Skills Marketplace
luyao-inc

Exchange Copy Trading

by luyao-inc · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install exchange-copy-trading
Description
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...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install exchange-copy-trading
  3. After installation, invoke the skill by name or use /exchange-copy-trading
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug exchange-copy-trading
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install Exchange Copy Trading?

Run "/install exchange-copy-trading" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Exchange Copy Trading free?

Yes, Exchange Copy Trading is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Exchange Copy Trading support?

Exchange Copy Trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Exchange Copy Trading?

It is built and maintained by luyao-inc (@luyao-inc); the current version is v0.1.0.

💬 Comments