一键导入
ths-stock-themes
获取同花顺个股题材/概念板块和人气排名数据。使用场景:(1) 查询单只股票在同花顺的题材/概念分类,(2) 获取同花顺个股人气排名榜单,(3) 生成包含题材和人气信息的 Markdown 报告。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
获取同花顺个股题材/概念板块和人气排名数据。使用场景:(1) 查询单只股票在同花顺的题材/概念分类,(2) 获取同花顺个股人气排名榜单,(3) 生成包含题材和人气信息的 Markdown 报告。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement or review accessible interactive UI patterns such as dialogs, tabs, comboboxes, disclosures, keyboard navigation, and focus management. Use when the user asks for modal, tab, dropdown, command menu, searchable select, accordion, or accessibility fixes in frontend components.
Redesign dashboards, admin panels, workbenches, analytics screens, sidebars, result panels, or multi-column product pages. Use when the user asks to 重做 dashboard, 改版工作台, 优化后台视觉, 做更高级的仪表盘, 重构结果面板, or wants a more polished product UI before full feature work.
Design or refactor dense product UI such as dashboards, tables, result panels, sidebars, filter bars, watchlists, compare views, or multi-panel workbenches. Use when the user asks for dashboard/table/workbench/result-panel/watchlist/filter UX, or when a page has too much data and needs clearer scanability and hierarchy.
Audit or define a design system for a frontend codebase. Use when the user asks to梳理设计系统, 统一组件风格, 做 UI audit, 收敛 token, 规范 typography/spacing/color, 盘点组件变体, or wants a concrete report on visual inconsistency and design debt.
Redesign or polish frontend UI in this repo. Use when the user asks to beautify pages/components, redesign dashboards or workbenches, improve layout/hierarchy/visual polish/motion/branding, or says "改好看", "重设计", "优化界面", "做一个 landing page / dashboard / 工作台". Ground decisions in the bundled online design-pattern references instead of generic AI styling.
Verify frontend behavior locally with browser-based checks. Use when the user asks to test pages, reproduce UI bugs, verify interactions, inspect screenshots, check responsive regressions, or validate flows after frontend changes in this repo.
| name | ths-stock-themes |
| description | 获取同花顺个股题材/概念板块和人气排名数据。使用场景:(1) 查询单只股票在同花顺的题材/概念分类,(2) 获取同花顺个股人气排名榜单,(3) 生成包含题材和人气信息的 Markdown 报告。 |
本技能用于从同花顺网站获取个股的题材/概念板块信息和人气排名数据,输出结构化的 Markdown 报告。
从同花顺个股详情页获取股票所属的题材/概念板块。
数据源:https://stockpage.10jqka.com.cn/[股票代码]/
提取字段:
从同花顺问财获取个股人气排名榜单。
数据源:https://www.iwencai.com/unifiedwap/result?w=个股人气排名
提取字段:
查询 [股票代码/名称] 的题材和概念
示例:
获取同花顺人气排名前 N 的股票
示例:
生成 [股票代码/名称] 的题材人气报告
示例:
https://stockpage.10jqka.com.cn/[股票代码]/snapshot 获取页面结构(refs="aria")https://www.iwencai.com/unifiedwap/result?w=个股人气排名snapshot 获取页面结构(refs="aria")# [股票名称] ([股票代码]) - 题材概念分析
## 基本信息
- **所属地域**:xxx
- **主营业务**:xxx
## 涉及概念
1. 概念 1
2. 概念 2
3. 概念 3
...
## 人气排名
- **当前排名**:第 X 名
- **个股热度**:XXX
# 同花顺个股人气排名 TOP20
**数据日期**:YYYY-MM-DD HH:MM
| 排名 | 股票代码 | 股票简称 | 现价 (元) | 涨跌幅 (%) | 热度排名 | 热度值 |
|------|----------|----------|-----------|------------|----------|--------|
| 1 | 600396 | 华电辽能 | 6.26 | +10.02 | 1 | 16.79 万 |
| 2 | 002310 | 东方新能 | 3.48 | +10.13 | 2 | 14.08 万 |
...
获取单只股票的题材/概念信息。
python3 scripts/fetch_themes.py [股票代码]
输出 JSON 格式数据。
获取人气排名榜单。
python3 scripts/fetch_popularity.py [--limit 20]
参数:
--limit: 获取前 N 名(默认 20)输出 JSON 格式数据。