← Back to Skills Marketplace
bobbythebot2008-beep

Moomoo Trading

by bobbythebot2008-beep · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moomoo-trading
Description
Use OpenD-backed moomoo/Futu scripts for quotes, K-lines, price alerts, portfolio/account checks, and stock order execution. Triggers on moomoo, futu, OpenD,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moomoo-trading
  3. After installation, invoke the skill by name or use /moomoo-trading
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug moomoo-trading
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install Moomoo Trading?

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

Is Moomoo Trading free?

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

Which platforms does Moomoo Trading support?

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

Who created Moomoo Trading?

It is built and maintained by bobbythebot2008-beep (@bobbythebot2008-beep); the current version is v1.0.0.

💬 Comments