每日获取 A 股新股发行信息和 20 元以下的精选股票,通过邮件发送给用户。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill astock-daily --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Astock Daily?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-astock-daily)More formats (shields.io, HTML) on the badges page.
---
name: A 股每日精选技能
description: 每日获取 A 股新股发行信息和 20 元以下的精选股票,通过邮件发送给用户。
---
# A 股每日精选技能
## 描述
每日获取 A 股新股发行信息和 20 元以下的精选股票,通过邮件发送给用户。
## 激活方式
当用户提到 A 股、新股、股票筛选、低价股时激活此技能。
## 配置
在 `TOOLS.md` 中添加以下配置:
```markdown
### A 股股票技能
- 邮箱:8@batype.com
- 价格上限:20 元
- 发送时间:每天 09:00
```
## 使用方法
### 手动运行
```bash
node skills/astock-daily/index.js
```
### 定时运行
通过 cron 或 OpenClaw 的 heartbeat 功能每天运行。
## 数据源
- 东方财富网 API(新股发行)
- 新浪财经 API(股票行情)
## 输出
邮件包含:
1. 近期新股发行列表(代码、名称、申购日期、发行价)
2. 20 元以下精选股票(代码、名称、现价、涨跌幅、成交量)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...