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>
77 lines
3.1 KiB
Markdown
77 lines
3.1 KiB
Markdown
## 最强板块统计
|
||
----
|
||
|
||
接口:limit_cpt_list
|
||
描述:获取每天涨停股票最多最强的概念板块,可以分析强势板块的轮动,判断资金动向
|
||
限量:单次最大2000行数据,可根据股票代码或者日期循环提取全部
|
||
积分:8000积分以上每分钟500次,每天总量不限制,具体请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**输入参数**
|
||
|
||
名称 | 类型 | 必选 | 描述
|
||
---- | ----- | ---- | ----
|
||
trade_date | str | N | 交易日期(格式:YYYYMMDD,下同)
|
||
ts_code | str | N | 板块代码
|
||
start_date | str | N | 开始日期
|
||
end_date | str | N | 结束日期
|
||
|
||
<br>
|
||
<br>
|
||
|
||
|
||
**输出参数**
|
||
|
||
名称 | 类型 | 默认显示 | 描述
|
||
--- | ---- | ---- | ----
|
||
ts_code | str | Y | 板块代码
|
||
name | str | Y | 板块名称
|
||
trade_date | str | Y | 交易日期
|
||
days | int | Y | 上榜天数
|
||
up_stat | str | Y | 连板高度
|
||
cons_nums | int | Y | 连板家数
|
||
up_nums | str | Y | 涨停家数
|
||
pct_chg | float | Y | 涨跌幅%
|
||
rank | str | Y | 板块热点排名
|
||
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**接口用法**
|
||
|
||
```python
|
||
|
||
pro = ts.pro_api()
|
||
|
||
df = pro.limit_cpt_list(trade_date='20241127')
|
||
|
||
```
|
||
|
||
**数据样例**
|
||
|
||
|
||
ts_code name trade_date days up_stat cons_nums up_nums pct_chg rank
|
||
0 885728.TI 人工智能 20241127 18 9天7板 9 27 2.8608 1
|
||
1 885420.TI 电子商务 20241127 6 9天7板 11 25 1.8973 2
|
||
2 885806.TI 华为概念 20241127 34 18天14板 6 21 2.4648 3
|
||
3 885418.TI 文化传媒概念 20241127 2 9天7板 6 18 3.5207 4
|
||
4 885976.TI 数字经济 20241127 4 9天7板 6 17 2.8993 5
|
||
5 885788.TI 网络直播 20241127 6 9天7板 9 17 2.5367 6
|
||
6 886019.TI AIGC概念 20241127 1 9天7板 5 16 4.3615 7
|
||
7 885756.TI 芯片概念 20241127 1 7天7板 7 16 2.4840 8
|
||
8 885642.TI 跨境电商 20241127 6 9天7板 10 16 2.1974 9
|
||
9 885517.TI 机器人概念 20241127 14 6天6板 7 16 2.1272 10
|
||
10 885929.TI 专精特新 20241127 8 7天7板 4 16 2.0335 11
|
||
11 885709.TI 虚拟现实 20241127 1 9天7板 4 15 3.4553 12
|
||
12 885934.TI 元宇宙 20241127 1 9天7板 4 14 3.9264 13
|
||
13 885757.TI 区块链 20241127 1 18天14板 5 14 3.1271 14
|
||
14 885413.TI 创投 20241127 3 18天14板 7 14 1.7311 15
|
||
15 885779.TI 腾讯概念 20241127 1 9天7板 4 13 3.3722 16
|
||
16 885876.TI 网红经济 20241127 1 9天7板 5 12 2.9002 17
|
||
17 885494.TI 一带一路 20241127 2 9天7板 1 12 1.3427 18
|
||
18 885950.TI 虚拟数字人 20241127 1 9天7板 3 11 4.1545 19
|
||
19 886013.TI 信创 20241127 2 9天7板 6 11 3.2298 20
|