India News Tracker

Categorizes and impact-scores Indian market news, SEBI filings, and earnings by sentiment.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 5150946

Live-ran a Reliance Industries news pull: an unguided single web search silently returned a revenue figure (~Rs 10.57 trillion) that conflicted with the figure from the skill's disciplined tiered, multi-source search (~Rs 11.75 lakh crore per moneycontrol-adjacent coverage and BSE's own Q4 filing) -- exactly the cross-referencing discipline the skill's Quality Standards section exists to enforce.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 4/5

What India News Tracker does

Collects, categorizes, impact-scores (1-10), and sentiment-tags Indian stock market news from BSE/NSE filings, SEBI/RBI circulars, and financial media (MoneyControl, Economic Times, LiveMint), then cross-references it with live price action when a broker MCP (Groww/Zerodha) is connected. Triggers on requests for a daily market briefing, stock-specific or sector news, earnings/corporate-action calendars, or bulk/block-deal monitoring for NSE/BSE. Falls back cleanly to web-search-only data with no broker connected, per its own documented error handling.

How to install India News Tracker

git clone https://github.com/ajeeshworkspace/indian-trading-skills
cd indian-trading-skills
mkdir -p ~/.claude/skills
cp -r skills/india-news-tracker ~/.claude/skills/india-news-tracker

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger India News Tracker

  • /india-news-tracker Categorizes and impact-scores Indian market news, SEBI filings, and earnings by sentiment.

It also activates on plain-language prompts like these:

  • Give me today's daily market briefing for NSE with impact-scored news.
  • What's the latest news and SEBI filings on Reliance Industries?
  • Any bulk deals or block trades on NSE today, sentiment-tagged please?

Frequently asked questions

Is the India News Tracker skill free?
Yes. The skill itself is free from ajeeshworkspace/indian-trading-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does India News Tracker work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Live-ran a Reliance Industries news pull: an unguided single web search silently returned a revenue figure (~Rs 10.57 trillion) that conflicted with the figure from the skill's disciplined tiered, multi-source search (~Rs 11.75 lakh crore per moneycontrol-adjacent coverage and BSE's own Q4 filing) -- exactly the cross-referencing discipline the skill's Quality Standards section exists to enforce.
What is the India News Tracker SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
How do I install India News Tracker?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use India News Tracker with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.