科创板/北交所Skill - 提供科创板、北交所行情、新股申购、IPO数据 via AkShare
Scanned 9/7/2026
Install to Claude Code
npx -y skills add aifinlab/FinClaw --skill akshare-star --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Akshare Star?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aifinlab-akshare-star)More formats (shields.io, HTML) on the badges page.
---
name: "akshare-star"
description: "科创板/北交所Skill - 提供科创板、北交所行情、新股申购、IPO数据 via AkShare"
metadata:
openclaw:
requires:
bins: ["python3"]
install:
- id: python-packages
kind: pip
packages: ["akshare", "pandas", "pyyaml"]
---
# SKILL.md - akshare-star
## 技能信息
| 属性 | 内容 |
|:---|:---|
| **名称** | akshare-star |
| **版本** | 1.1.0 |
| **分类** | 科创板/北交所 |
| **状态** | ✅ 已上线 |
| **维护者** | FinClaw Core Team |
| **最后更新** | 2026-03-19 |
## 功能描述
科创板与北交所专题Skill,提供科创板、北交所股票的行情、新股申购、IPO数据等功能。覆盖硬科技企业和创新型中小企业。
## 触发意图
### 主要触发词
- "科创板"、"北交所"
- "688xxx"、"8xxxxx"
- "新股申购"、"打新"
- "硬科技"、"专精特新"
- "注册制"、"20cm"
### Few-shot 示例
| 用户输入 | 识别意图 | 调用函数 |
|:---|:---|:---|
| 科创板股票列表 | star_list | star_list.py |
| 北交所行情 | bse_list | bse_list.py |
| 新股申购 | star_ipo | star_ipo.py |
| 科创板行情 | star_quote | star_quote.py |
## 数据源配置
| 数据类型 | 主要来源 | 备用来源 | 认证要求 |
|:---|:---|:---|:---:|
| 科创板 | AkShare-上交所 | - | 无需 |
| 北交所 | AkShare | - | 无需 |
| 新股申购 | AkShare | - | 无需 |
## 科创板特点
| 特点 | 说明 |
|:---|:---|
| **股票代码** | 688xxx |
| **涨跌幅** | ±20% |
| **盘后固定价格** | 15:05-15:30 |
| **投资者门槛** | 50万资产+2年经验 |
| **定位** | 硬科技、战略性新兴产业 |
| **代表行业** | 半导体、生物医药、新能源 |
## 北交所特点
| 特点 | 说明 |
|:---|:---|
| **股票代码** | 8xxxxx(82/83/87/88开头) |
| **涨跌幅** | ±30% |
| **投资者门槛** | 50万资产+2年经验 |
| **定位** | 创新型中小企业、专精特新 |
| **来源** | 新三板精选层平移 |
## 功能列表
### 1. 科创板列表
- **功能描述**: 获取科创板股票列表
- **输入参数**: 无
- **输出格式**: Markdown表格
- **数据源**: AkShare-上交所
- **数据时效**: 日频
- **使用示例**:
```bash
python scripts/star_list.py
```
### 2. 科创板行情
- **功能描述**: 获取科创板实时行情
- **输入参数**: 股票代码(可选)
- **输出格式**: Markdown表格
- **数据源**: AkShare
- **数据时效**: 实时
- **使用示例**:
```bash
python scripts/star_quote.py
python scripts/star_quote.py --code 688981
```
### 3. 北交所列表
- **功能描述**: 获取北交所股票列表
- **输入参数**: 无
- **输出格式**: Markdown表格
- **数据源**: AkShare
- **数据时效**: 日频
- **使用示例**:
```bash
python scripts/bse_list.py
```
### 4. 新股申购
- **功能描述**: 获取科创板/北交所新股申购日历
- **输入参数**: 无
- **输出格式**: Markdown表格
- **数据源**: AkShare
- **数据时效**: 日频
- **使用示例**:
```bash
python scripts/star_ipo.py
```
## 脚本清单
| 脚本名 | 功能 | 入口点 |
|:---|:---|:---:|
| star_list.py | 科创板列表 | ✅ |
| star_quote.py | 科创板行情 | ✅ |
| bse_list.py | 北交所列表 | ✅ |
| star_ipo.py | 新股申购 | ✅ |
## 数据来源标注规范
```markdown
---
📊 **数据来源**: AkShare-上交所/北交所
⏱️ **数据时间**: 2026-03-19
📌 **市场类型**: 科创板/北交所
🔗 **交易所**: 上海证券交易所/北京证券交易所
🔧 **分析工具**: FinClaw v1.0
```
## 依赖要求
```
akshare>=1.10.0
pandas>=1.3.0
pyyaml>=5.4.0
```
## 更新日志
| 版本 | 日期 | 变更内容 |
|:---|:---:|:---|
| 1.1.0 | 2026-03-19 | 符合FinClaw数据规范v1.0 |
| 1.0.0 | 2026-03-13 | 初始版本 |
---
*本Skill遵循 FinClaw 数据规范 v1.0 | 数据来源强制标注 | 禁止训练数据编造*
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!