stock-research

Generates sourced stock research reports and daily snapshots as archived Markdown files.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LYGOLANG/fufan-cc-flow --skill stock-research-lygolang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stock-research
Source: https://github.com/LYGOLANG/fufan-cc-flow/tree/main/.claude/skills/stock-research
Command: npx skills add https://github.com/LYGOLANG/fufan-cc-flow --skill stock-research-lygolang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing stock research reports or daily market briefs by hand means hunting down prices, financials, announcements, and analyst opinions across many sources, then tracking where every number came from. This Skill automates that workflow while enforcing strict source attribution so no figure enters the document without a citation. ## Core Features & Use Cases - Check-before-generate archiving: Looks up existing reports in research/ and daily/ directories by stock code first, reusing files that are still within their validity window instead of regenerating. - Two document types: Deep research reports (fundamentals, financials, valuation, risks, valid ~7 days) and same-day daily snapshots (quotes, capital flows, news, anomaly attribution). - Mandatory data provenance: Every number must carry a value, source, and timestamp; anything not retrievable is explicitly marked as missing rather than filled in by the model. - Use Case: Ask for a research report on a specific stock; the Skill checks the archive, fetches fresh data via web search if stale or missing, fills the research template with cited facts and separated opinions, and saves it as <code><name><date>.md. ## Quick Start Generate a research report for stock 600519 and save it to the research directory with all data sources cited.

Frequently Asked Questions about stock-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a stock research report with cited data sources?▼

Request a report by stock code and the Skill retrieves fundamentals, financials, and analyst opinions via web search, recording value, source, and timestamp for each data point. The result is saved as a Markdown file in the research/ directory using the research template.

How to create a daily stock snapshot with anomaly attribution?▼

The daily report covers open/high/low/close, volume, capital flows, and news for the current day. When price moves exceed 5% or volume ratio exceeds 2, it searches for a cause and writes 'no clear attribution found' rather than inventing an explanation.

Does the stock research skill reuse previously generated reports?▼

Yes, it checks the archive by stock code before generating. Daily reports are valid only for the same day; research reports default to 7 days. Matches within validity are returned directly with their generation date disclosed.

What happens when stock data cannot be retrieved online?▼

Any dimension that cannot be fetched is explicitly marked as 'not obtained' and listed in a data gaps section at the end of the document. The Skill never fills missing figures from model memory, since fabricated numbers in financial documents are worse than visible blanks.

Can the skill work without internet access?▼

No, web retrieval capability is a hard requirement. If neither the preferred search tool nor a fallback WebSearch is available, the Skill stops and informs the user instead of falling back to offline writing.

Does the stock report give buy or sell recommendations?▼

No, the Skill presents data and third-party analyst views with attribution but never issues its own investment conclusions like target prices or buy advice. Its own inferences, when included, are placed in a clearly labeled separate section.