stock-description-all skillA
stock-description-all is agent-read markdown (skill) from ftshare-lab/ftshare-skill: 查询 A 股股票基础信息,支持按 symbol_id 筛选和分页。用户询问股票基础资料、股票列表详情或股票代码对应公司信息时使用。接口:GET /api/v1/market/data/stock-description。.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# 股票基础信息
## 接口说明
| 项目 | 说明 |
|---|---|
| 接口名称 | 股票基础信息 |
| 外部接口 | `/api/v1/market/data/stock-description` |
| 请求方式 | GET |
| 数据范围 | 最新股票基础信息快照,无时间维度 |
## 请求参数
| 参数 | 必选 | 说明 |
|---|---|---|
| `--symbol-id` | 否 | 股票代码,支持 `600000.SH`、`000001.SZ`、`920001.BJ`,兼容 `.XSHG`、`.XSHE`、`.BJSE` 和不带后缀的数字代码 |
| `--page` | 否 | 页码,从 1 开始,默认由服务使用 1 |
| `--page-size` | 否 | 每页条数,范围 1–200,默认 50 |
通过根目录 `run.py` 调用:
```bash
python <RUN_PY> stock-description-all --symbol-id 600000.SH --page 1 --page-size 1
python <RUN_PY> stock-description-all --page 1 --page-size 50
```
## 响应结构
成功响应固定为 `code`、`message`、`data`,其中 `data` 是分页对象:
```json
{
"code": 200,
"message": "success",
"data": {
"pageNum": 1,
"pageSize": 1,
"total": 1,
"pages": 1,
"records": [{
"symbol": "600000.SH",
"name": "浦发银行",
"company_name_zh": "上海浦东发展银行股份有限公司",
"company_name_en": "Shanghai Pudong Development Bank Co., Ltd.",
"pinyin": "pufayinhang",
"listing_date": "1999-11-10",
"shares": 29352080397,
"float_a_shares": 29352080397,
"non_float_a_shares": 0,
"marginable": true,
"st": false,
"unprofitable": false,
"status": "normal",
…Read the whole file at its exact version.
How to install
mdr add ftshare-lab/ftshare-skill/stock-description-all@git:20260916.8724d04mdr add ftshare-lab/ftshare-skill/stock-description-all@sha256:e9fa88f637d34ef9Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_rnmbfyanibwyx7sc)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2673 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
ftshare-lab/ftshare-skill · 64 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_rnmbfyanibwyx7sc GET https://markdownregistry.com/api/v1/resolve?ref=ftshare-lab/ftshare-skill/stock-description-all GET https://markdownregistry.com/api/v1/blob/e9fa88f637d34ef9b40bd2aaa44c9340442bdcb00e0b735127f1c71b0d44cd32
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.