market-movers
获取 US/HK/CN 三大市场涨幅前十与跌幅前十(代码+名称),输出严格 JSON
Why use this skill?
Automate your financial research with the market-movers skill. Instantly fetch top 10 gainers and losers for US, HK, and CN stock markets in structured JSON format.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/felixgo2140/market-moversWhat This Skill Does
The market-movers skill is a specialized financial data retrieval tool designed for the OpenClaw AI ecosystem. It acts as an automated market scanner that fetches the top 10 gainers and top 10 losers across three major global stock markets: the United States (US), Hong Kong (HK), and China (CN). By performing real-time web interaction and data parsing, this skill provides users with immediate, structured insights into market volatility and momentum. It automatically normalizes disparate financial data sources into a standardized, machine-readable JSON format, ensuring that the information is ready for downstream analytical tasks or integration into dashboards.
Installation
To add this skill to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/felixgo2140/market-movers
Ensure that your OpenClaw agent has the necessary network permissions to access external financial portals, as the skill relies on live internet connectivity to crawl market data.
Use Cases
- Daily Market Briefings: Investors can use this skill to generate a morning summary of market leaders and laggards before trading sessions begin.
- Trend Analysis: Quantitative researchers can feed the output of this skill into a data-analysis pipeline to detect sector-wide movements or sudden market anomalies.
- Trading Alerts: By setting up an automated trigger in OpenClaw, users can receive periodic updates regarding specific stocks that are experiencing high volatility.
- Portfolio Monitoring: Traders can compare the performance of their existing holdings against the current top-performing assets in the broader market.
Example Prompts
- "OpenClaw, please scan the current market movers for the US, HK, and CN markets and provide the top 10 gainers and losers for each."
- "Show me the current stock market leaderboard for US and HK markets. I need the output in JSON format."
- "Which stocks are moving the most right now in China? Run the market-movers skill and summarize the top 10 losers."
Tips & Limitations
- Strict Output: This skill is designed to return raw JSON only. Avoid asking for complex natural language summaries directly within the JSON output, as the skill's logic is optimized for structured data extraction.
- Network Dependence: The skill requires an active internet connection. If the target financial websites update their structure, the parsing logic might require an update. Ensure your agent is configured to handle potential timeouts if the data source is slow to respond.
- Real-Time Accuracy: While the data is fetched live, remember that market data feeds often have inherent delays. Always verify critical trading data against an official brokerage platform before executing financial decisions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-felixgo2140-market-movers": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access