Jin10 News
Skill by akinding
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/akinding/jin10-newsWhat This Skill Does
The Jin10 News skill is a high-performance financial intelligence agent designed to aggregate real-time market updates from the Jin10 financial platform. Unlike standard web scrapers that query live servers upon user request, this skill utilizes a sophisticated background daemon architecture. It periodically fetches news updates and stores them in localized JSON cache files, ensuring that when you query for financial news, the response is delivered in under 0.01 seconds. Beyond simple news aggregation, it features an advanced analysis module capable of evaluating how breaking news impacts specific sectors like Hong Kong stocks, Hang Seng Tech, and major tech giants such as Tencent (00700) and Alibaba (09988).
Installation
To integrate this skill into your OpenClaw environment, ensure you have Python 3 and the required libraries installed. Run the following command in your terminal:
clawhub install openclaw/skills/skills/akinding/jin10-news
Once installed, you must initialize the background process to ensure your cache remains fresh. Start the daemon with: python3 /root/.openclaw/workspace/scripts/jin10_fetcher.py daemon. This ensures that your local cache is updated at randomized intervals (2-10 minutes), preventing request throttling and ensuring data consistency.
Use Cases
- Real-time Market Monitoring: Stay updated on macro-economic events without manually browsing financial portals.
- Tech Stock Sensitivity Analysis: Assess the potential risk and market sentiment for Hong Kong-listed tech giants following global financial news.
- Automated Intelligence: Ideal for traders or developers who need quick data access for building automated trading signals or decision-support dashboards.
Example Prompts
- "jin10"
- "细说3"
- "展开说说5"
Tips & Limitations
- Performance: Always run the fetcher as a daemon; querying once at the start of your session may lead to stale data.
- Limitations: The analysis module provides insights into specific tech tickers. While robust, these assessments are for informational purposes and should not be considered definitive financial advice.
- Storage: The skill automatically cleans up files older than 24 hours in /tmp/jin10_cache/, keeping your disk usage minimal.
- Dependencies: Ensure your environment allows background process execution for the daemon to remain active.
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-akinding-jin10-news": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution