Sources: extracted from two upstream archives (skill-repo, skills-main),
merged with the following policy:
- 15 broken symlinks (pointing to /Users/jameslee/.cc-switch/skills or
../../.agents/skills on a foreign machine) discarded
- 3 real name collisions with identical content (ai-pair, ifind-http-api,
zhipu-websearch) kept as one copy
- Functional overlaps deduped keeping the strongest variant:
- docx family: kept docx (official, full toolchain) + docx-cn
(GB/T 9704 Chinese official-document constants),
dropped docx_writer (no scripts, name collided with docx)
- humanizer family: kept humanizer-zh (6 zh reference docs),
dropped humanizer (en, redundant for CN workflow)
- Skills that only ran in a foreign environment removed:
ablemind-ops, app-publish, hlb-design-system, openclaw-adj-skill,
claude-driver
- alphapai excluded from this public repo because its SKILL.md hard-coded
live credentials
Result: 25 skills, 572 files, ~7.5 MB.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
65 lines
1.8 KiB
Markdown
65 lines
1.8 KiB
Markdown
## 开盘啦题材库
|
||
----
|
||
|
||
接口:kpl_concept
|
||
描述:获取开盘啦概念题材列表,每天盘后更新
|
||
限量:单次最大5000条,可根据日期循环获取历史数据
|
||
积分:5000积分可提取数据,具体请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
|
||
|
||
注:开盘啦是一个优秀的专业打板app,有兴趣的用户可以自行下载安装。本接口仅限用于量化研究,如需商业用途,请自行联系开盘APP官方。此接口因源站改版暂无新增数据
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**输入参数**
|
||
|
||
名称 | 类型 | 必选 | 描述
|
||
---- | ----- | ---- | ----
|
||
trade_date | str | N | 交易日期(YYYYMMDD格式)
|
||
ts_code | str | N | 题材代码(xxxxxx.KP格式)
|
||
name | str | N | 题材名称
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**输出参数**
|
||
|
||
名称 | 类型 | 默认显示 | 描述
|
||
--- | ---- | ---- | ----
|
||
trade_date | str | Y | 交易日期
|
||
ts_code | str | Y | 题材代码
|
||
name | str | Y | 题材名称
|
||
z_t_num | None | Y | 涨停数量
|
||
up_num | str | Y | 排名上升位数
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**接口用法**
|
||
|
||
```python
|
||
|
||
pro = ts.pro_api()
|
||
|
||
df = pro.kpl_concept(trade_date='20241014')
|
||
|
||
```
|
||
|
||
<br>
|
||
<br>
|
||
|
||
|
||
**数据样例**
|
||
|
||
trade_date ts_code name z_t_num up_num
|
||
0 20241014 000111.KP 化债概念 15 0
|
||
1 20241014 000262.KP 跨境支付 2 0
|
||
2 20241014 000039.KP 华为鸿蒙 8 0
|
||
3 20241014 000259.KP 墨脱水电概念 3 68
|
||
4 20241014 000276.KP 神经网络概念 1 0
|
||
.. ... ... ... ... ...
|
||
160 20241014 000267.KP 乙游概念 0 0
|
||
161 20241014 000203.KP 碳纤维 0 0
|
||
162 20241014 000167.KP 冷锻工艺概念 0 0
|
||
163 20241014 000059.KP 一体化压铸 0 0
|
||
164 20241014 000266.KP 集换式卡牌概念 0 0 |