futu-clientProvides a Python client to query stock positions, account info, place orders, and retrieve market data using the Futu OpenAPI.
Install via ClawdBot CLI:
clawdbot install xdl2003/futu-clientGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 9, 2026
A user can periodically retrieve current positions and account info, then place orders to adjust holdings back to target allocations. This is common for retail investors managing a diversified portfolio.
Using the get_quote and get_market_snapshot methods, a script can monitor stock prices and trigger alerts via email or messaging when certain thresholds are met. Useful for day traders or active investors.
By using TrdEnv.SIMULATE, a trader can test and refine algorithmic trading strategies without financial risk. The skill allows placing simulated orders and tracking performance over time.
A user can fetch their watchlist using get_all_watchlists, then place buy or sell orders on multiple stocks in one go. This saves time for investors who follow a set of self-selected stocks.
Retrieve historical orders and deals to analyze trading patterns, win rates, and profit/loss over time. This helps in assessing the effectiveness of trading strategies.
Offer a subscription service where users get access to automated trading bots that use this skill to execute strategies. Revenue comes from monthly or yearly fees.
Develop a personalized dashboard that integrates this skill to provide portfolio analytics and one-click trading. Revenue is generated through setup and maintenance fees.
Create an online course that teaches users how to build trading bots using this skill. Revenue comes from course sales and premium content.
💬 Integration Tip
Ensure FutuOpenD is running and accessible at 127.0.0.1:11111 before using the client; use TrdEnv.SIMULATE for testing to avoid real trades.
Scored May 9, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.