A Share Stock Dossier
by @t-atlas
Analyze A-share stocks and portfolios with analyst-grade, evidence-first reports. Use when the user asks for 个股分析、持仓复盘、逻辑是否还在、行业龙头、盘前/盘后策略、情绪+技术综合判断, especia...
clawhub install a-share-stock-dossier📖 About This Skill
name: a-share-stock-dossier description: Analyze A-share stocks and portfolios with analyst-grade, evidence-first reports. Use when the user asks for 个股分析、持仓复盘、逻辑是否还在、行业龙头、盘前/盘后策略、情绪+技术综合判断, especially when they want deep web verification and full process transparency (检索过程摘要 + 证据逐条分析) via web_search/web_fetch/browser plus Eastmoney/Tencent quote data.
A-Share Stock Dossier
Overview
Produce professional analyst-style stock reports that are process-transparent, evidence-bound, and directly executable. Always split conclusions into two layers:Default output mode is long-form process report unless user explicitly asks for a short summary.
Workflow
Step 1) Fix scope and objective
Step 2) Pull structured baseline before any narrative
Run:python skills/a-share-stock-dossier/scripts/a_share_snapshot.py \
--codes 603618,002149,002506,002475,002729,601116,601096 \
--with-indices --with-kline --kline-days 60 --pretty
Lock objective facts first:
Field reference:
references/eastmoney-fields.mdStep 3) Run deep-search loop (before and during writing)
Use:references/source-checklist.mdreferences/search-depth-protocol.mdMandatory minimum evidence per stock: 1. Structured quote/kline data 2. One official source (CNINFO/exchange/company IR) 3. One mainstream finance source 4. One sector/leader verification source
Tool order:
web_search discoverweb_fetch extract正文browser for JS-heavy/anti-bot/paginated/incomplete extractionStep 4) Maintain retrieval log (hard requirement)
During analysis, build a step logS1..Sn.
Each step must include:
If a conclusion appears without supporting steps, do not keep it in final recommendations.
Step 5) Write stock analysis in fixed order
For each stock, output strictly in this order: 1. 公司业务与收入/应用场景定位 2. 当前市场叙事与叙事阶段(启动/强化/分歧/退潮) 3. 行业龙头与板块阶段(强度/轮动/分化) 4. 技术面(趋势、关键位、失效位) 5. 舆情与事件(利多/利空/争议) 6. 双逻辑判断 - 产业逻辑:在 / 弱化 / 失效 - 交易逻辑:在 / 弱化 / 失效 7. 明日三情景(强/中/弱)触发条件 -> 动作 8. 证据绑定(E1/E2/E3/E4)+ 置信度Use template:
references/report-template.mdStep 6) Continuous-search triggers during writing
Pause and re-search immediately if:Step 7) Conflict resolution and stop rule
Stop searching only when: 1. each core conclusion has >=2 sources and >=1 official/preferred source 2. recent two re-search rounds add no high-value facts 3. conflicts are either resolved or explicitly marked
Step 8) Portfolio decision + self-correction
After all stocks:Output requirements (must follow)
Default to detailed analyst-report style with this top-level structure: 1. 检索过程纪要(S1..Sn) 2. 市场底色(结构化数据) 3. 逐股深度分析(证据逐条绑定) 4. 组合分层与执行重点 5. 本轮不确定性与下轮修正计划Never output only short conclusions unless user asks explicitly.