Stock performance express single stock all periods
FTShare Agent Skills for financial data and investment research workflows|金融数据 Skill 与投研业务 Skill 仓库。
npx -y skills add FTShare-Lab/FTShare-skills --skill stock-performance-express-single-stock-all-periodsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 17 stars17 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Get all periods' performance express (业绩快报) for a single stock. Use when user asks about 业绩快报, 单只股票业绩快报, stock performance express, earnings express.
SKILL.md
1.2 KB, 346 tokens by cl100k_base, as published. Nobody here has run it
查询单只股票所有报告期业绩快报(分页)
参数
| 参数 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
--stock-code | string | 是 | 股票代码,含市场后缀 | 603323.SH |
--page | int | 否 | 页码,从 1 开始(默认 1) | 1 |
--page-size | int | 否 | 每页记录数(默认 50) | 50 |
用法
从用户问题中提取股票代码,执行:
python scripts/handler.py --stock-code 603323.SH --page 1 --page-size 50
脚本输出带分页信息的 JSON,每项含 year、report_type、eps、total_revenue、net_profit、roe 等字段,以表格展示给用户。
注意
- 股票代码格式:6 位数字 + 市场后缀(SH/SZ/BJ)
report_type取值:q1(一季报)、q2(半年报)、q3(三季报)、annual(年报)- 金额单位为元,同比增长率为小数(如
-0.14表示-14%)
What ships with it: 1 file
1.8 KB alongside SKILL.md, 1 of them executable
scripts/
- handler.pyruns1.8 KB
Gives 0 of the 12 instructions most performance cost skills give in 346 tokens
Counted across 803 of the 1,058 authors here whose files we hold, read 2026-08-07
- keep skill files under 500 linesin 82 of 803, across 16 files
- use imperative form in instructionsin 80 of 803, across 9 files
- draft assertions while test runs are in progressin 75 of 803, across 9 files
- create two to three realistic test promptsin 74 of 803, across 9 files
- write skill descriptions to be pushyin 72 of 803, across 7 files
- save test cases to evals jsonin 72 of 803, across 6 files
- ask questions about edge cases and input formatsin 72 of 803, across 7 files
- save timing data immediately when runs completein 70 of 803, across 5 files
- include all trigger conditions in the skill descriptionin 69 of 803, across 3 files
- launch all test runs in a single turnin 69 of 803, across 3 files
- capture intent before writing a skillin 67 of 803, across 1 file
- import directly instead of barrel filesin 52 of 803, across 15 files
Said here and by no other author read
- extract stock code from user question
- execute handler script with stock-code page and page-size
- present JSON output as table
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.