india-news-tracker

Solid

Track and analyze Indian stock market news, corporate announcements, SEBI circulars, bulk/block deals, and earnings calendars. Auto-fetches headlines from MoneyControl, Economic Times, LiveMint, BSE/NSE filings. Use when the user asks about recent news, corporate actions, upcoming events, or wants a daily market news briefing for NSE/BSE.

AI & Automation 72 stars 47 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

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

Skill Content

# India News Tracker ## Overview This skill fetches, categorizes, scores, and summarizes Indian market news from multiple sources. It tracks corporate announcements, SEBI circulars, bulk/block deals, insider trades, earnings calendars, and breaking market news — then feeds actionable insights to the user or other skills (like Scenario Analyzer). ## Architecture ``` Skill (Orchestrator) ├── Phase 1: News Collection │ ├── Web search across Indian financial media │ ├── BSE/NSE corporate filings │ ├── Regulatory circulars (SEBI, RBI) │ └── Bulk/block deal data ├── Phase 2: Processing │ ├── Categorize by event type │ ├── Score market impact (1-10) │ ├── Tag affected sectors and stocks │ └── Detect sentiment (bullish/bearish/neutral) ├── Phase 3: Analysis │ ├── Identify top movers from news │ ├── Cross-reference with price action (via broker MCP) │ ├── Flag earnings surprises and guidance changes │ └── Detect theme clusters └── Phase 4: Report ├── Daily briefing format ├── Stock-specific news digest ├── Sector news roundup └── Actionable alerts ``` ## News Source Priority Use web search to fetch news from these sources, in order of reliability: ### Tier 1 — Official / Regulatory (Highest Priority) | Source | What to Fetch | Search Query Pattern | |--------|--------------|---------------------| | **BSE India** (bseindia.com) | Corporate announcements, board meeting outcomes, results | `site:bseindia.com [company] announcement` | | **NSE...

Details

Author
ajeeshworkspace
Repository
ajeeshworkspace/indian-trading-skills
Created
6 months ago
Last Updated
2 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

scenario-analyzer

Analyze news headlines, policy announcements, or geopolitical events to build 18-month probabilistic scenarios for Indian markets. Use when the user provides a headline or asks about the market impact of RBI policy, government announcements, global events, budget, or sector-specific news on NSE/BSE stocks.

72 Updated 2 weeks ago
ajeeshworkspace
AI & Automation Listed

klse-news

Fetch recent news headlines AND official Bursa announcements for a specific KLSE-listed stock from klsescreener.com. Returns dated, sourced items (TheEdge, TheStar, NST, Bursa filings) including analyst rating changes, earnings releases, dividend declarations, and shareholding changes. REQUIRED for any KLSE recommendation that claims a sentiment, catalyst, event, or news edge — and for the mandatory pre-trade event-risk check (earnings, AGM, ex-dividend dates).

1 Updated 2 weeks ago
kensongan-prog
Data & Documents Listed

indian-stock-analyst

Analyzes an Indian stock portfolio and produces a structured Buy/Hold/Avoid report for each stock based on live news and social sentiment. Use this skill whenever the user shares a portfolio file (CSV or Excel) containing Indian stock tickers or company names and asks for analysis, a verdict, recommendations, or a review of their holdings. Also trigger when the user says things like "analyze my stocks", "what should I do with my portfolio", "check my Indian stocks", "give me a verdict on my holdings", or uploads any file that looks like a stock portfolio. Always use this skill even if the user doesn't explicitly say "Indian stocks" — if tickers look like NSE/BSE symbols (e.g. RELIANCE, TCS, INFY, HDFC), assume Indian market context.

0 Updated yesterday
Fanchettehomoecious641