From stock-deep-analyzer
Analyzes Chinese stock Dragon and Tiger Lists (LHB): identifies hot money seats, judges institution vs hot money dynamics, compares sector lists for recognition leaders. Use for buyer queries, recent LHB status, or hot money involvement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stock-deep-analyzer:lhb-analyzerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
输入:股票代码或个股名
输入:股票代码或个股名 输出:龙虎榜分析 + 游资识别 + 同板块对比
scripts/fetch_lhb.py {ticker} 拿到原始龙虎榜数据lib/seat_db.py::match_seats_in_lhb() 识别游资席位lib/seat_db.py::is_in_range() 判断该游资是否在射程内# {name} ({ticker}) 龙虎榜分析
## 📅 近 30 天上榜 X 次
(列表)
## 🐉 识别到的游资 (Y 位)
| 游资 | 风格 | 在不在射程 | 买入 / 卖出 |
|---|---|---|---|
| 章盟主 | 大资金趋势 | ✅ 在射程 | 买 1.2 亿 |
| 佛山无影脚 | 一日游 | ❌ 不在 | 卖 0.3 亿 (反向预警) |
## ⚖️ 机构 vs 游资
- 机构净买入: ¥X 亿
- 游资净买入: ¥Y 亿
- 主导方: {机构 / 游资}
## 🏆 同板块辨识度龙头
| 排名 | 代码 | 名称 | 上榜次数 | 累计涨幅 |
|---|---|---|---|---|
| 1 | ... | ... | ... | ... |
本股在板块中的位置: 第 N
## 💡 结论一句话
"这是一只机构主导 + 章盟主格局票,板块辨识度排第 2,可以跟。"
详细的 22 位游资席位百科见 references/seat-encyclopedia.md。
npx claudepluginhub godisego/hot-money --plugin stock-deep-analyzerAnalyzes A-share 龙虎榜 (LHB) data to identify hot money seats, determine institutional vs. speculative dynamics, and compare within sector to find leading stocks. Useful when users ask who is buying a stock, recent LHB activity, or seat identity.
Queries Chinese A-share concept boards (概念板块) via tushare-cli: hot boards, capital flow, constituent stocks, and volume anomaly scanning.
Generates A-share stock picks and long/short opportunities via quantitative value/growth/quality screens, fund flows, dragon-tiger lists, and market microstructure data. Triggers on '选股','筛选','推荐股票' requests.