A high-efficiency news scraper designed to fetch and format the latest financial flash updates from Futu official website.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install futu-flash
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install futu-flash using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Futu Flash skill is a specialized technical utility for Openclaw Skills that enables the automated retrieval of real-time financial news from the Futu Flash (快讯) channel. By communicating directly with the Futu news-site API, it allows developers and automated agents to access the most recent 10 news items without the overhead of rendering a full web page. This skill is essential for users who need timely market data, rolling news refreshes, or automated news monitoring within their workspace.
This integration focuses on reliability and speed, utilizing optimized headers to ensure stable connectivity. It transforms raw API data into structured, human-readable formats, making it a perfect component for financial dashboarding or AI-driven market analysis using Openclaw Skills.
To get started with this skill, ensure you have the necessary environment for running Python-based Openclaw Skills.
# Move to the script directory
cd skills/futu-flash/scripts
# Run the fetcher script to test the connection
python fetch_futu_flash.py
Ensure that your network environment can reach news.futunn.com. No API keys are required as the skill uses public endpoints, but maintaining the provided headers is critical for access.
The skill organizes extracted news into a structured format for easy parsing. Below is the metadata taxonomy used:
| Field | Description | Format |
|---|---|---|
| id | Unique identifier for each news flash | String |
| time | Publication time converted to UTC+8 | YYYY-MM-DD HH:mm:ss |
| title | The headline of the news (if available) | String |
| content | The primary body of the news flash | String |
| detailUrl | Direct link to the full news article | URL |
Output is typically ordered with the most recent news item at the top.
Loading
An AI-powered skill that translates natural language questions into precise SQL queries and actionable data insights.

A professional-grade backup solution that uses git-crypt to securely sync sensitive Clawdbot workspace and configuration data to GitHub repositories.

Aiqbee Brain enables your AI assistant to interact with complex knowledge graphs for architecture, portfolio, and digital strategy management.

An automated archive and retrieval tool for Openclaw Skills that fetches recent messages from all accessible Discord channels for offline search and indexing.

A precision tool for identifying and extracting unique email addresses from URLs and raw text blocks.

A high-performance utility to compress images across multiple formats while preserving visual integrity.








































