report-stock
Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis
pinned to #cc30858updated 2 weeks ago
Ask your AI client: “install skills/report-stock”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/report-stockmetahub onboarded this repo on the author's behalf.
If you own github.com/staskh/trading_skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
288
Last commit
2 weeks ago
Latest release
published
- #ai-trading
- #claude
- #claude-skills
- #mcp-server
- #option-trading
- #options-trading
About this skill
Pulled from SKILL.md at publish time.
Generates professional reports with comprehensive stock analysis including trend analysis, PMCC viability, and fundamental metrics. Supports both PDF and markdown output formats.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.cc30858· 2 weeks ago
Documentation
41Description qualitywarn
14 words · 105 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
12,475 chars · 12 sections · 8 code blocks
Tags / topics declared
6 total — ai-trading, claude, claude-skills, mcp-server, option-trading, options-trading
README has usage / example sections
found: Example
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrentcc30858warn2 weeks ago
Contents
Stock Analysis Report Generator
Generates professional reports with comprehensive stock analysis including trend analysis, PMCC viability, and fundamental metrics. Supports both PDF and markdown output formats.
Instructions
Step 1: Gather Data
Run the report script for each symbol:
uv run python scripts/report.py SYMBOL
The script returns detailed JSON with:
recommendation- Overall recommendation with strengths/riskscompany- Company info (name, sector, industry, market cap)trend_analysis- Bullish scanner results (score, RSI, MACD, ADX, SMAs)pmcc_analysis- PMCC viability (score, LEAPS/short details, metrics)fundamentals- Valuation, profitability, dividend, balance sheet, earnings historypiotroski- F-Score breakdown with all 9 criteriaspread_strategies- Option spread analysis (vertical spreads, straddle, strangle, iron condor)
Step 2: Generate Report
Step 2a — Write markdown
Read templates/markdown-template.md for formatting instructions. Generate a markdown report from the JSON data and save to sandbox/ as:
sandbox/{SYMBOL}_Analysis_Report_{YYYY-MM-DD}_{HHmm}.md
Step 2b — Convert to PDF (if requested)
Invoke the markdown-to-pdf skill on the markdown file just created:
uv run python .claude/skills/markdown-to-pdf/scripts/markdown_to_pdf.py sandbox/{SYMBOL}_Analysis_Report_{YYYY-MM-DD}_{HHmm}.md
The PDF is written alongside the markdown file with the same basename.
Step 3: Report Results
After generating the report, tell the user:
- The recommendation (BUY/HOLD/AVOID)
- Key strengths and risks
- The report file path
Example
# Single symbol
uv run python scripts/report.py AAPL
# Multiple symbols - run separately
uv run python scripts/report.py AAPL
uv run python scripts/report.py MSFT
Report Contents
All sections defined in templates/markdown-template.md:
- Header — symbol, company name, generated timestamp
- Recommendation — BUY/HOLD/AVOID with strengths and risks
- Company Overview — sector, industry, market cap, beta
- Trend Analysis — bullish score, RSI, MACD, ADX, SMA distances, earnings date, signals list
- Fundamental Analysis — valuation (P/E, P/B, EPS), profitability (margins, ROE, ROA, growth), dividend & balance sheet, earnings history (up to 8 quarters)
- Piotroski F-Score — all 9 criteria with PASS/FAIL
- Insider Trading — net sentiment, buy/sell counts, recent transactions (omitted if no data)
- PMCC Viability — score, IV, LEAPS/short leg details, trade metrics (yield, capital required)
- Option Spread Strategies — bull call, bear put, straddle, strangle, iron condor
- Investment Summary — strengths and risk factors
- Disclaimer footer
Dependencies
This skill aggregates data from:
scanner-bullishfor trend analysisscanner-pmccfor PMCC viabilityfundamentalsfor financial data and Piotroski score
Timezone
All timestamps and time-based calculations must use the America/New_York timezone. All JSON output must include generated_at (NY time string) and data_delay fields.
Reviews
No reviews yet. Be the first.
Related
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
Gpt Researcher
An autonomous agent that conducts deep research on any data using any LLM providers
mh install skills/report-stock