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>
66 lines
2.6 KiB
Markdown
66 lines
2.6 KiB
Markdown
## 机构调研表
|
||
----
|
||
|
||
接口:stk_surv
|
||
描述:获取上市公司机构调研记录数据
|
||
限量:单次最大获取100条数据,可循环或分页提取
|
||
积分:用户积5000积分可使用
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**输入参数**
|
||
|
||
名称 | 类型 | 必选 | 描述
|
||
---- | ----- | ---- | ----
|
||
ts_code | str | N | 股票代码
|
||
trade_date | str | N | 调研日期
|
||
start_date | str | N | 调研开始日期
|
||
end_date | str | N | 调研结束日期
|
||
|
||
<br>
|
||
<br>
|
||
|
||
|
||
**输出参数**
|
||
|
||
名称 | 类型 | 默认显示 | 描述
|
||
--- | ---- | ---- | ----
|
||
ts_code | str | Y | 股票代码
|
||
name | str | Y | 股票名称
|
||
surv_date | str | Y | 调研日期
|
||
fund_visitors | str | Y | 机构参与人员
|
||
rece_place | str | Y | 接待地点
|
||
rece_mode | str | Y | 接待方式
|
||
rece_org | str | Y | 接待的公司
|
||
org_type | str | Y | 接待公司类型
|
||
comp_rece | str | Y | 上市公司接待人员
|
||
content | None | N | 调研内容
|
||
|
||
<br>
|
||
<br>
|
||
|
||
|
||
**接口用法**
|
||
|
||
```python
|
||
|
||
pro = ts.pro_api()
|
||
|
||
df = pro.stk_surv(ts_code='002223.SZ', trade_date='20211024', fields='ts_code,name,surv_date,fund_visitors,rece_place,rece_mode,rece_org')
|
||
|
||
```
|
||
|
||
**数据样例**
|
||
|
||
ts_code name surv_date fund_visitors rece_place rece_mode rece_org
|
||
1 002223.SZ 鱼跃医疗 20211024 郝淼 电话会议 特定对象调研 宝盈基金
|
||
2 002223.SZ 鱼跃医疗 20211024 秦瑶函 电话会议 特定对象调研 贝莱德资产管理
|
||
3 002223.SZ 鱼跃医疗 20211024 谭飞 电话会议 特定对象调研 博远基金
|
||
4 002223.SZ 鱼跃医疗 20211024 李晗 电话会议 特定对象调研 创金合信基金
|
||
.. ... ... ... ... ... ... ...
|
||
77 002223.SZ 鱼跃医疗 20211024 李虹达 电话会议 特定对象调研 中信建投
|
||
78 002223.SZ 鱼跃医疗 20211024 李明蔚 电话会议 特定对象调研 中银国际
|
||
79 002223.SZ 鱼跃医疗 20211024 王俊 电话会议 特定对象调研 重庆穿石投资
|
||
80 002223.SZ 鱼跃医疗 20211024 李扬 电话会议 特定对象调研 朱雀基金
|
||
81 002223.SZ 鱼跃医疗 20211024 徐烨程 电话会议 特定对象调研 逐流资产管理 |