Astock Daily
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --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/dvcrn-astock-daily)More formats (shields.io, HTML) on the badges page.
---
name: astock-daily
description: "Astock Daily"
---
# 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!