Astock Daily
Skill by batype
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/batype/astock-dailyWhat This Skill Does
The Astock Daily skill is a specialized automation tool designed for investors tracking the Chinese A-share market. Developed by batype, this agent acts as an automated analyst that aggregates vital financial data, specifically focusing on initial public offerings (IPOs) and undervalued assets. By integrating directly with the East Money (东方财富) and Sina Finance (新浪财经) APIs, the skill filters massive datasets to present only the most relevant opportunities—specifically new stock issuances and stocks priced under 20 RMB—directly to your inbox.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/batype/astock-daily
After installation, navigate to your TOOLS.md configuration file. You must define your recipient email address, set the price threshold (defaulting to 20 RMB), and confirm your preferred delivery time. This setup ensures that the data extraction processes are tailored to your specific investment requirements before the daily trigger fires.
Use Cases
This skill is ideal for retail investors who lack the time to manually scan market terminals throughout the trading day. Use it to:
- Monitor IPO calendars to ensure you never miss a subscription date.
- Maintain a watchlist of low-entry-barrier stocks for long-term portfolio building.
- Automate morning briefing routines so your investment decisions are backed by data before the market opens at 09:30.
Example Prompts
- "OpenClaw, can you update me on today's A-share IPO list and any new low-price opportunities?"
- "I'm interested in buying cheap stocks today, run the A-stock daily scanner for me."
- "What are the latest new stock releases? Send the report to my registered email address."
Tips & Limitations
- Precision: The skill is hard-coded for a 20 RMB limit. If you prefer a different strategy, you may need to fork the repository and modify the index.js logic.
- Network Reliability: Because this skill relies on external APIs (East Money and Sina Finance), ensure your system has stable internet access, or the heartbeat functionality might fail to trigger the mailer.
- Timing: Schedule your job for 09:00 AM as recommended to allow enough time for data processing and email delivery before the market opening. Always verify financial data via a secondary brokerage platform before executing trades, as automated reports are for informational purposes only.
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-batype-astock-daily": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access