From stock-deep-analyzer
Analyzes A-share 龙虎榜 (LHB) data to identify hot-money seats, judge institutional vs. speculative capital, and compare within-sector rankings to find leading stocks. Use when users ask who is buying a stock, recent LHB activity, or whether a specific hot-money trader appears.
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 jinzaizhichi/uzi-skill15plugins reuse this skill
First indexed Jun 4, 2026
Showing the 6 earliest of 15 plugins
Analyzes A-share 龙虎榜 (LHB) data to identify hot-money seats, judge institutional vs. speculative capital, and compare within-sector rankings to find leading stocks. Use when users ask who is buying a stock, recent LHB activity, or whether a specific hot-money trader appears.
Runs deep stock analysis on A-share/HK/US markets using 22 data dimensions, 17 institutional methods (DCF, Comps, LBO, IC Memo), and 51 investor personas. Generates HTML reports and image cards. Zero API keys required.
Queries Chinese A-share concept boards (概念板块) via tushare-cli: hot boards, capital flow, constituent stocks, and volume anomaly scanning.