← 返回 Skills 市场
bill-lib

A Stock Analysis Lite

作者 bill-lib · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
230
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install a-stock-analysis-lite
功能描述
生成中文A股深度策略研报(HTML/PDF格式)。 当用户提到任何A股代码(6位数字)、股票名称、想分析某只股票、或要求生成研报/策略报告时,立即使用此技能。 适用场景:个股深度分析、ST股风险研判、热点题材追踪、戴帽摘帽分析、行业龙头估值分析、困境反转研判。 输出:专业排版研报,包含封面、核心观点、价格结构、数...
使用说明 (SKILL.md)

A股深度策略研报

执行流程

Step 0: 前置判断 — 股票类型识别,决定执行哪些数据源
Step 1: 数据采集 — 按 references/data-sources.md 执行数据源 A~H
Step 2: 数据整理 — 填入下方标准数据表
Step 3: 六维分析 — 按 references/analysis-prompts.md 逐章节输出
Step 4: 报告输出 — 按 references/report-template.md 生成 HTML 文件
Step 5: 质量检查 — 按 references/report-template.md 中质量清单核验

超时处理:单次 fetch/search 超过30秒无响应,立即切换备用搜索词。数据源A+C可并发发起。

Step 0:前置判断

根据股票类型决定后续路径:

类型 判断条件 额外要求 情景概率 A/B/C
ST股 简称以"ST"或"*ST"开头 必须执行数据源F,涨跌幅标注±5% 15/55/30
强势连板股 近7个交易日内有涨停 重点执行数据源B龙虎榜+D4澄清公告 20/50/30
底部低估型 52周定位<25% 重点执行数据源G+股息率分析 25/50/25
概念炒作高位型 52周定位>80% 15/50/35
普通股 以上均不符合 按默认路径执行 20/55/25

Step 2:标准数据整理表

采集完成后先填入此表(内部中间产物,不输出到报告):

================== 数据整理表 ==================
【基础行情】报告日期:______
代码:______    简称:______
今日收盘:______    涨跌幅:______%    昨收:______
开盘:______    今日区间:______ ~ ______
52周低:______    52周高:______
52周定位:______ %    量比:______    换手率:______%
市值:______亿元    总股本:______亿股
上市日期:______    发行价:______    较发行价:______%

【估值指标】
PE-TTM:______    PB:______    EV/EBITDA:______
EPS:______    每股净资产:______    股息率:______%
ROE:______%    ROA:______%    毛利率:______%
技术信号(日线):______    RSI(14):______

【最新财报】报告期:______
营收:______亿元    同比:______%
归母净利润:______亿元    同比:______%
扣非净利润:______亿元    同比:______%
非经常性损益:______万元    单季度净利润:______亿元
资产负债率:______%    财务费用:______万元

【重大事件(近3个月)】【大股东/股权】【行业景气】【ST状态】
==========================================

参考文件索引

需要什么 参考文件
数据源A~H的完整采集规范、URL模板、提取字段 references/data-sources.md
六大章节的 LLM 分析提示词模板 references/analysis-prompts.md
HTML 报告模板 + 质量检查清单 references/report-template.md
安全使用建议
This skill is internally coherent for generating Chinese A‑share research reports. Before installing, consider: (1) it will perform many external web fetches/scrapes of public finance sites — check your platform's network/privacy policy and site scraping rules; (2) parsing HTML pages can be brittle: verify the agent's extraction on a few tickers to ensure accuracy (especially prices and financials); (3) the skill enforces that a single realtime source is the canonical price — confirm you accept that choice; (4) it requests no credentials and does not persist elevated privileges, but do not treat outputs as investment advice — validate important numbers and conclusions yourself. If you require rate-limiting, API-based sources, or legal compliance with specific data providers, request an implementation that uses authenticated vendor APIs rather than scraping public pages.
功能分析
Type: OpenClaw Skill Name: a-stock-analysis-lite Version: 1.0.1 The skill bundle is a legitimate tool designed to generate deep-dive analysis reports for Chinese A-shares. It follows a structured workflow to collect real-time market data, financial statements, and news from reputable sources like EastMoney, Sina Finance, and THS (10jqka.com.cn). The logic is transparent, using predefined templates for data organization and HTML report generation without any external dependencies, obfuscation, or suspicious network calls. No evidence of prompt injection, data exfiltration, or malicious execution was found.
能力评估
Purpose & Capability
Name/description (A股深度策略研报) align with the instructions and referenced data sources. All required actions (fetching realtime quotes, financials, news,龙虎榜, technical signals) are appropriate for generating the report. The skill does not request unrelated environment variables, binaries, or system paths.
Instruction Scope
SKILL.md prescribes: (1) fetching real-time and historical data from public Chinese finance sites (Eastmoney, Sina, Tencent, 10jqka, etc.), (2) filling a structured data table, (3) running multi‑section LLM analyses and producing an HTML report. This is in-scope for the stated purpose. Note: it gives the agent discretion for 'LLM 自主判断搜索' and enforces strict rules (e.g., data source A is the unique price baseline); that grants network-search autonomy which is expected but broad — be aware it will make many external web requests and must parse HTML/search results reliably.
Install Mechanism
No install spec and no code files are included (instruction-only). Nothing will be written to disk by an installer; HTML output is produced by the LLM. Low install risk.
Credentials
The skill requires no environment variables, credentials, or config paths. All required inputs are public web data; no secrets are requested. This is proportionate to its functionality.
Persistence & Privilege
always:false and default autonomous invocation allowed. The skill does not request permanent platform-level privileges or modify other skills. Its suggested trigger ('use whenever user mentions an A-share code') is a behavioral trigger but not a technical privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install a-stock-analysis-lite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /a-stock-analysis-lite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Rename display title
v1.0.0
initial release
元数据
Slug a-stock-analysis-lite
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

A Stock Analysis Lite 是什么?

生成中文A股深度策略研报(HTML/PDF格式)。 当用户提到任何A股代码(6位数字)、股票名称、想分析某只股票、或要求生成研报/策略报告时,立即使用此技能。 适用场景:个股深度分析、ST股风险研判、热点题材追踪、戴帽摘帽分析、行业龙头估值分析、困境反转研判。 输出:专业排版研报,包含封面、核心观点、价格结构、数... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。

如何安装 A Stock Analysis Lite?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install a-stock-analysis-lite」即可一键安装,无需额外配置。

A Stock Analysis Lite 是免费的吗?

是的,A Stock Analysis Lite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A Stock Analysis Lite 支持哪些平台?

A Stock Analysis Lite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A Stock Analysis Lite?

由 bill-lib(@bill-lib)开发并维护,当前版本 v1.0.1。

💬 留言讨论