Install
$ agentstack add skill-huiyonghkw-hekouwang-stock-data-reader-skill-hekouwang-stock-data-reader-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
个股公开数据速读 · Skill
把一个股票代码,变成一份「机构观感、但合规中立」的公开数据复盘。是工厂 B 财经栏目「3 天一只」的发动机,也是可对外售卖的工具。
核心价值(差异化):借鉴 daily_stock_analysis 的多源数据层思路,但走第三条路——① 挖资金博弈内核(主力拉高出货 / 龙虎榜席位 / 北向 / 分部毛利),不是新闻级价格+财报摘要;② 合规护栏内置(不荐股/不预测/风险条),是唯一能「公开发布且不踩金融红线」的个股分析产出器;③ 数据→可发布图文一条龙(出版级贴图/长文/头条),不是丢一堆 JSON。详见 README「核心价值」。
0. 合规第一(必先读 references/compliance.md)
- 不荐股、不预测、不给买卖点;每份报告文末固定风险提示条。
- 个股内容主走公众号/头条;小红书可发"中立复盘/算账/名词科普"形态(守合规护栏、零站外导流、别用资金流/席位当钩子),详见
references/compliance.md。 - 命中红线(买入/卖出/目标价/翻倍/上车…)→ 停下改写。
1. 三步工作流
python3 scripts/fetch.py [out目录] # 取数 → out//*.csv + _report.json
python3 scripts/analyze.py out/ # 算指标 → out//analysis.json
python3 scripts/build_report.py out/ # 据 analysis.json 出贴图初稿(数字已对)
node templates/screenshot.js # 截图 output/,出图即删 HTML
build_report.py 出的是数字正确的初稿;中立复盘文案由人/LLM 按 references/report-structure.md 润色后再截图交付。
2. 指标体系(栏目固定,见 report-structure.md)
价格/市值/估值轨迹 · 主力资金进出(含"涨着出货"类反差日)· 龙虎榜席位结构(通道盘 vs 机构长线)· 利润质量(净利 vs 经营现金流)· 利润结构(分部收入 vs 毛利占比)· 资产负债 · 风险线索。
3. 数据源与踩坑
- akshare(乐咕估值 / 东方财富资金流·龙虎榜 / sina 财报·日K)。免费、无需 key。
- 日K走 sina 源(
stock_zh_a_daily)避开 eastmoneypush2his(受限网络常被挡)。 fetch.py已清代理环境变量兜底;筹码stock_cyq_em在受限网络可能拿不到(非核心)。- 营销号数字常错,一律以 akshare 财报/乐咕口径为准。
4. 视觉与产出
- 默认 V2 米白(黏土主色),财经可选 V3 Google 财经风。字体统一黑体。
- 贴图复用「会勇禾口王内容工厂」流水线(
_build.py+screenshot.js,出图即删)。 - 字体依赖
hekouwang-content-factory/assets/fonts/(Anthropic Sans/Mono + 思源黑体 CDN)。
对外发布版需把字体路径改成相对内嵌(见 templates 注释)。
5. 加一只新股(3 天一期)
python3 scripts/fetch.pypython3 scripts/analyze.py out/- 复制 scripts/build_report.py 到选题目录,按 analysis.json 出初稿 → 润色 → 截图。
- 套合规框架,发公众号 + 头条;建
发布记录.md回填数据。
6. 文件
scripts/fetch.py— 取数引擎(任意代码)scripts/analyze.py— 指标计算 → analysis.jsonscripts/build_report.py— 据指标出 8 贴图初稿(V2 米白)templates/screenshot.js— 1080×1350 @2x 截图,出图即删references/compliance.md— 金融合规护栏(先读)references/report-structure.md— 栏目固定报告结构requirements.txt— akshare + pandas
7. 案例
首版样例:利通电子 603629(Pi.dev/利通电子/litong-0619/,公众号长文+8贴图、头条三件套)。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: huiyonghkw
- Source: huiyonghkw/hekouwang-stock-data-reader-skill
- License: MIT
- Homepage: https://hekouwang.pages.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.