stock-capital-flows skillA
stock-capital-flows is agent-read markdown (skill) from ftshare-lab/ftshare-skill: 查询 A 股股票资金流向(主力净流入)。支持当前实时快照,或指定日期的 15 分钟切片快照(默认日终 time=1530)。Use when user asks about 资金流向, 主力净流入, 超大单/大单/中单/小单净流入, 15分钟资金流, 个股资金流排名, capital flow, money flow, stock capital flows..
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
# 查询 A 股股票资金流向(实时快照 / 15 分钟切片) ## 接口说明 | 项目 | 说明 | |------|------| | 接口名称 | 对外接口-查询股票资金流向 | | 外部接口 | GET /api/v1/market/data/stock-capital-flows | | 请求方式 | GET | | 适用场景 | 分页查询 A 股股票资金流向;不传 `date` 返回当前实时快照,传入 `date` 可指定 15 分钟切片(默认 `time=1530` 日终)。仅返回 A 股(不含 ETF/指数),按主力净流入降序排列。 | ## 请求参数 | 参数名 | 类型 | 是否必填 | 描述 | 取值示例 | 备注 | |--------|------|----------|------|----------|------| | date | string | 否 | 查询日期 | 20260616 | 格式 YYYYMMDD;不传=实时快照 | | time | string | 否 | 15 分钟切片时刻 | 1530 | 格式 HHMM,分钟须为 00/15/30/45;仅与 `date` 同时有效,默认 1530(日终) | | symbol | string | 否 | 只查指定标的 | 601138.SH | 外部格式(如 `601138.SH`);逐页扫描定位,找到即停,返回其全市场排名与单条记录。不传则按分页/全量返回 | | page | int | 否 | 页码 | 1 | 从 1 开始,默认 1 | | page_size | int | 否 | 每页条数 | 50 | 默认 50 | ## 执行方式 ```bash # 当前实时快照(分页) python scripts/handler.py --page 1 --page-size 50 # 历史 15 分钟切片(默认 time=1530 日终) python scripts/handler.py --date 20260616 --page 1 --page-size 50 # 指定切片时刻(如 10:15) python scripts/handler.py --date 20260616 --time 1015 --page 1 --page-size 50 # 全量自动翻页拉取某日日终资金流 python scripts/handler.py --date 20260616 --all # 只查某只票某切片(逐页定位,返回排名+记录) python scripts/handler.py --date 20260616 --symbol 601138.SH # 只查某只票当前实时快照 …
Read the whole file at its exact version.
How to install
mdr add ftshare-lab/ftshare-skill/stock-capital-flows@git:20260916.8724d04mdr add ftshare-lab/ftshare-skill/stock-capital-flows@sha256:4e35ae6f1759688cPin 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_v2h6n5gluelpxwsb)
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 (4186 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_v2h6n5gluelpxwsb GET https://markdownregistry.com/api/v1/resolve?ref=ftshare-lab/ftshare-skill/stock-capital-flows GET https://markdownregistry.com/api/v1/blob/4e35ae6f1759688caa1c4b3ffb134bd44aefcbbc60f5fc03bd187b813b2ddade
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.