stock-deep-dive

Solid

Work through one IDX symbol properly — trend, patterns, timeframe alignment, fundamentals and broker flow — and present a lean with its evidence. Use when the user asks what you think of a stock, or to look at, research or analyse one.

AI & Automation 35 stars 12 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Stock deep dive One symbol, every angle the server has, presented so the user can disagree with a specific part rather than with the whole thing. ## The sequence The fast path is **`workflow_run name=deep_dive input={"symbol":"BBRI"}`**, which runs the whole thing in one call and returns the pillars already assembled. To drive it yourself, or to go deeper on one part: 1. **`analyze symbol=…`** — the engine. Indicators, trend, support and resistance, broker flow and a lean, in one result. It costs about 27 upstream requests at the default 260 bars, issued sequentially, so call it once and work from the result. 2. **`patterns symbol=…`** — 16 candlestick patterns with the context that makes them mean anything. A hammer in a downtrend is a signal; a hammer in chop is a candle. 3. **`timeframe_alignment symbol=…`** — daily against weekly against monthly. A setup that only exists on one timeframe is worth saying out loud. 4. **Fundamentals** — `keystats`, `ratios`, `financials`, `ownership_composition` and `shareholders` for the balance-sheet half. 5. **`news symbol=…`** — a catalyst, or its absence. ## Presenting it - **Lead with the lean and its confidence**, then the pillars that produced it. `analyze` returns these; use its words rather than inventing your own. - **Name the missing pillars.** If fundamentals came back empty, say "fundamentals unavailable", not nothing. A silent gap reads as a checked box. - **Say what is Projected.** Anything from t...

Details

Author
INo-xious
Repository
INo-xious/stockbit-mcp
Created
1 months ago
Last Updated
3 days ago
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

stock-deep-dive

Full fundamental analysis of a single listed company, the way a fund manager builds a position — business model, moat, financial and earnings quality, management and capital allocation, what the current price already implies, and a scored 0-10 verdict across six dimensions with bull/base/bear scenarios. Use whenever the user names a stock or ticker and asks whether to invest, buy, hold or avoid, wants a deep dive, fundamental analysis, valuation, research report or second opinion on a company, asks if something is overvalued, undervalued, a good long-term bet or what the future holds for it, is comparing two companies, or is reviewing a position they already own — including bare asks like "thoughts on NVDA?", "is Reliance worth buying", or "analyse this stock for me".

1 Updated 2 weeks ago
prashant-cr
AI & Automation Listed

deep-dive

This skill should be used when the user wants the FULL research workup on a company — "deep dive on X", "full research on TICKER", "run the process on X", "work this one up". It orchestrates the whole firm: parallel specialist research, adversarial review, checklist gate, sizing, and the investment memo. Expect a long-running, multi-agent job.

2 Updated 1 months ago
Soo0803
AI & Automation Listed

stock-research

Deep dive on one stock, ETF, or fund — fundamentals, technicals, peers, current news, and fit against the user's portfolio. Use when the user asks "should I buy <symbol>", wants research on a specific instrument, or a buy/hold/avoid view. Read-only.

0 Updated 1 weeks ago
getlost01