A Stock Analysis Lite

v1.0.1

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

1· 235·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bill-lib/a-stock-analysis-lite.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "A Stock Analysis Lite" (bill-lib/a-stock-analysis-lite) from ClawHub.
Skill page: https://clawhub.ai/bill-lib/a-stock-analysis-lite
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install a-stock-analysis-lite

ClawHub CLI

Package manager switcher

npx clawhub@latest install a-stock-analysis-lite
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c2pfda7p6bz80wkaa24xe5984ww6t
235downloads
1stars
2versions
Updated 1w ago
v1.0.1
MIT-0

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

Comments

Loading comments...