← 返回 Skills 市场
Moomoo Trading
作者
bobbythebot2008-beep
· GitHub ↗
· v1.0.0
· MIT-0
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moomoo-trading
功能描述
Use OpenD-backed moomoo/Futu scripts for quotes, K-lines, price alerts, portfolio/account checks, and stock order execution. Triggers on moomoo, futu, OpenD,...
安全使用建议
This skill appears to implement the trading and data features it advertises and uses a local OpenD gateway; however:
- The trade script expects a live-trading unlock password via the environment variable MOOMOO_UNLOCK_PASSWORD (or an alternate env var you pass). The skill metadata does not declare this env var — treat this as a missing metadata declaration, not a functional bug. Do not pass any trading password on the command line; use an env var as instructed.
- By default scripts run in simulated mode; explicit flags (--env real --confirm) are required for live orders. Only enable real trading when you intend to and after you verify the code and OpenD connection.
- Review the included Python files yourself (they are bundled) and ensure you trust the source before installing or running live operations. If you plan to use live trading, consider creating a dedicated account with limited permissions for automation and avoid storing the unlock password in shared or long-lived places.
- You will need to pip install futu-api or moomoo-api and run a local OpenD instance (127.0.0.1:11111 by default). Installing packages pulls code from PyPI — verify package sources and versions if supply-chain risk is a concern.
If the registry entry is intended to require the unlock password, ask the publisher to add that environment variable to the skill metadata so tool ecosystems can make the requirement explicit and reduce accidental insecure usage.
功能分析
Type: OpenClaw Skill
Name: moomoo-trading
Version: 1.0.0
The moomoo-trading skill bundle is a legitimate implementation of a trading interface for the moomoo/Futu OpenAPI. It provides scripts for market data, portfolio management, and order execution through a local OpenD gateway. The code includes appropriate safety measures, such as requiring explicit confirmation and environment variables for live trading passwords, and it lacks any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The code files (quote, watchlist, portfolio, trade, setup_check) are consistent with the skill description: they interact with a local OpenD gateway and the futu/moomoo SDKs to fetch quotes and place or modify orders. Nothing in the bundle requires unrelated cloud credentials or unexpected system access.
Instruction Scope
SKILL.md and the scripts confine actions to OpenD and the futu/moomoo SDKs (connecting to a local host/port, querying market data, and placing/canceling/modifying orders). The instructions do not ask the agent to read unrelated files or exfiltrate data to external endpoints.
Install Mechanism
There is no install spec. The README recommends installing futu-api or moomoo-api via pip — expected for a Python SDK. No remote arbitrary downloads or archive extraction are present in the bundle.
Credentials
The runtime expects a live-trading unlock secret (default env var MOOMOO_UNLOCK_PASSWORD) and references environment variables in code and SKILL.md, but the skill metadata lists no required environment variables or primary credential. That's an incoherence: a secret is required for normal live operation but not declared in the registry metadata, which can lead to user confusion and accidental insecure handling of credentials.
Persistence & Privilege
always:false and no install spec means the skill does not request forced persistent inclusion. The scripts do not attempt to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moomoo-trading - 安装完成后,直接呼叫该 Skill 的名称或使用
/moomoo-trading触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of moomoo-trading.
- Provides scripts for quotes, K-lines, price alerts, portfolio/account checks, and stock order execution using moomoo/Futu OpenAPI with OpenD.
- Supports both simulated and live trading, with safety requirements for live trading (confirmation flag and password unlock).
- Includes setup check, market data, trading, portfolio, and watchlist scripts with extensive command-line options.
- Default behavior is simulated trading unless live trading is explicitly confirmed.
- Comprehensive documentation with code examples and safety guidelines.
元数据
常见问题
Moomoo Trading 是什么?
Use OpenD-backed moomoo/Futu scripts for quotes, K-lines, price alerts, portfolio/account checks, and stock order execution. Triggers on moomoo, futu, OpenD,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Moomoo Trading?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moomoo-trading」即可一键安装,无需额外配置。
Moomoo Trading 是免费的吗?
是的,Moomoo Trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Moomoo Trading 支持哪些平台?
Moomoo Trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moomoo Trading?
由 bobbythebot2008-beep(@bobbythebot2008-beep)开发并维护,当前版本 v1.0.0。
推荐 Skills