1---2name: generate-report3description: generate_report4---5# generate_report67Generate a comprehensive investment-analysis report for one or more tickers8and save it as a Markdown file under `Summarization/output/`.910## When to use1112Trigger this skill when the user asks for any of:1314- "give me a report on AAPL"15- "deep analysis of MSFT"16- "show me NVDA's fundamentals"17- Any request for a *standalone, written* analysis of a single ticker18 (multi-ticker comparisons go to `compare_tickers`, not this one).1920Note: the router LLM handles both English and Chinese inputs naturally;21non-English phrasings asking for a ticker report route here too.2223Do **not** use when:2425- The user just wants a quick price/news lookup → answer from RAG instead.26- The user wants to compare 2+ tickers → use `compare_tickers`.27- The user asks about a *specific* SEC filing → use `explain_filing` (future).2829## Inputs3031- `ticker` (string, required): single ticker symbol, e.g. "AAPL".32- `dry_run` (bool, optional, default false): fetch and assemble context but33 skip the LLM call. Useful for testing.3435## Output3637- `content`: the full Markdown report.38- `artifacts`: `[Path(Summarization/output/{TICKER}_{YYYY-MM-DD}.md)]`.39- `meta`: `{doc_counts, total_chars, cache_hit, input_hash}`.
Run npx skillmds@latest add zeronoise2026/generate-report in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
generate_report It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
ZeroNoise2026 (@zeronoise2026) published this skill. Their other Agent Skills are listed on their SkillMD profile.