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 49 stars 41 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
57
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
4 months ago
Last Updated
1 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.

49 Updated 1 weeks ago
ajeeshworkspace
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
Web & Frontend Listed

news-scanner

Surface the day's news events that actually moved a stock. For each notable headline across a watchlist (or the broader market), render a Bloomberg news tape / Benzinga Pro-style stream with sentiment, novelty, and the post-publish price reaction. Ranked by impact, capped at top N (default 15-20). The 6am sell-side morning-note prep workflow.

6 Updated 1 weeks ago
rgourley