
Nse Trading Toolkit
- 88 installs
- 32 repo stars
- Updated March 5, 2026
- bhala-srinivash/nse-trading-skills
NSE Trading Toolkit is an agent skill that orchestrates Indian NSE/BSE equity analysis—routing to technical, sizing, and risk skills—for buy/sell/hold and setup planning.
About
NSE Trading Toolkit is a master orchestrator agent skill for Indian equity trading on NSE and BSE, centered on Groww-style workflows. It is built for solo operators who want structured answers when they ask to analyze a ticker, size a swing trade, or decide buy, sell, or hold on an existing line. Rather than one monolithic script, the skill routes into framework sub-skills covering technical analysis, fixed-fractional position sizing, stop-loss and trailing stops, risk-reward framing, multi-timeframe context, RSI divergence, and Fibonacci targets—so a single prompt like checking BBTC at cost or sizing RELIANCE from a five-lakh account yields an integrated plan with stops and targets instead of generic commentary. Use it when prompts match Indian stock symbols and trading intent; it is not a general global markets or crypto toolkit. Complexity is intermediate because outputs assume familiarity with RSI, ATR, and R:R vocabulary. The skill encodes procedural trading analysis for agents; it does not execute orders—verify every level and compliance constraint before placing trades.
- Master orchestrator routes prompts to specialized Indian-equity framework skills (technicals, sizing, stops, R:R, MTF, R
- Triggers on analyze/buy/sell/hold and comprehensive setup questions for NSE/BSE symbols
- Produces concrete action plans with position sizing, stop-loss, and scenario context (per bundled eval patterns)
- Groww-oriented workflow for solo traders managing real account sizes and average costs
- Eval-shaped outputs: technicals, divergence checks, and fixed-fractional sizing with ATR stops
Nse Trading Toolkit by the numbers
- 88 all-time installs (skills.sh)
- Ranked #533 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bhala-srinivash/nse-trading-skills --skill nse-trading-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 88 |
|---|---|
| repo stars | ★ 32 |
| Security audit | 2 / 3 scanners passed |
| Last updated | March 5, 2026 |
| Repository | bhala-srinivash/nse-trading-skills ↗ |
What it does
Run orchestrated NSE/BSE equity analysis—entries, sizing, stops, and setups—when you trade Indian stocks via Groww and want agent-grade trade plans.
Who is it for?
Indian retail traders using agent assistants to analyze NSE/BSE positions and plan swings with explicit risk parameters.
Skip if: US-only portfolios, crypto, macro-only questions, or anyone treating outputs as guaranteed signals without broker and regulatory review.
When should I use this skill?
User asks to analyze a stock, check a position, decide buy/sell/hold, plan entries/exits, or do comprehensive Indian equity trading analysis (e.g., "analyze [stock]", "should I buy/sell [stock]").
What you get
You receive a routed, framework-backed trade analysis with entry/exit framing, sizing, stop levels, and scenario context aligned to NSE/BSE workflows.
- Action plan with scenarios, stops, and targets
- Position sizing and R:R framing for stated capital or share count
By the numbers
- Routes to eight specialized framework areas: technical analysis, position sizing, stop-loss, trailing stops, risk-reward
Files
NSE Trading Toolkit — Orchestrator
This is the master workflow that coordinates 8 specialized trading framework skills for Indian NSE/BSE equities.
Prerequisites
All skills work standalone with zero dependencies — they're prompt-based frameworks that Claude applies during analysis. Connecting data sources makes them more powerful:
| Data Source | Required? | What It Adds | Setup |
|---|---|---|---|
| Groww MCP | Optional | Live quotes, portfolio, technical indicators, candle data, order placement | Add to .mcp.json (see README) |
| yfinance | Optional | Historical OHLCV (>6 months), backtesting | pip install yfinance |
| TradingView MCP | Optional | Crypto screening, volume scanners | See tradingview-mcp |
Without any data source: You provide prices manually, Claude applies the frameworks. With Groww MCP: Claude pulls live data automatically. Use search_stock_and_others_symbol first to resolve the trading symbol.
Groww MCP Tool Reference
| Tool | Use For |
|---|---|
search_stock_and_others_symbol | Find correct trading symbol |
get_quotes_and_depth | Live price, volume, bid/ask depth |
get_historical_technical_indicators | RSI, MACD, SMA, EMA, Bollinger, ADX, ATR |
fetch_historical_candle_data | OHLCV candles (1m to 1w intervals) |
get_equity_portfolio_holdings | Your current holdings and P&L |
get_ltp | Quick last traded price |
yfinance Quick Reference
import yfinance as yf
data = yf.download("RELIANCE.NS", period="2y", interval="1d") # NSE: .NS, BSE: .BOMaster Workflow
Follow this sequence for a full analysis. Skip steps not relevant to the user's question.
1. CONTEXT → What does the user hold? What's their goal?
2. DATA → Pull live quotes + historical candles + indicators
3. STRUCTURE → Multi-timeframe analysis (→ use multi-timeframe-analysis skill)
4. TECHNICALS → Chart reading, indicators (→ use technical-analysis skill)
RSI divergences (→ use rsi-divergence skill)
Fibonacci levels (→ use fibonacci-trading skill)
5. DECISION → Buy / Sell / Hold with specific triggers
6. SIZING → How many shares, at what risk (→ use position-sizing skill)
7. STOPS → Initial stop-loss (→ use stop-loss-strategies skill)
Trailing plan (→ use trailing-stops skill)
8. TARGETS → R:R ratio check (→ use risk-reward-ratio skill)
Fibonacci extensions (→ use fibonacci-trading skill)
9. PLAN → Concrete action plan with prices and triggersWhen to Use Which Skill
| User's Question | Primary Skill | Supporting Skills |
|---|---|---|
| "Analyze BBTC" | This orchestrator | All 8 as needed |
| "Position size for RELIANCE" | position-sizing | stop-loss-strategies, risk-reward-ratio |
| "Where to set stop-loss?" | stop-loss-strategies | technical-analysis (for S/R levels) |
| "RSI divergence on TATAMOTORS?" | rsi-divergence | technical-analysis, fibonacci-trading |
| "Fib levels for INFY" | fibonacci-trading | technical-analysis |
| "Should I trail my stop?" | trailing-stops | — |
| "Is this trade worth taking?" | risk-reward-ratio | position-sizing |
| "Weekly vs daily trend?" | multi-timeframe-analysis | technical-analysis |
Output Format
When presenting a full analysis, use this structure:
# [STOCK] Analysis — [Date]
## Quick Take
[1-2 sentence summary: bullish/bearish/neutral + key level to watch]
## Position (if held)
[Current holdings, avg price, P&L]
## Technical Setup
[Trend, key levels, indicator readings]
## Scenarios
[Bullish / Bearish / Sideways with probabilities]
## Action Plan
| Action | Trigger | Price | Size | Stop | Target | R:R |
|--------|---------|-------|------|------|--------|-----|
## Risk Summary
- Max risk: Rs.XXX (X% of capital)
- Stop-loss: Rs.XXX
- Trailing plan: [method]Indian Market Notes
- NSE trading hours: 9:15 AM - 3:30 PM IST
- Pre-open session: 9:00 - 9:15 AM
- T+1 settlement
- Circuit limits: 5%, 10%, 20% (varies by stock)
- STT, brokerage, GST affect actual P&L — factor ~0.1% for delivery trades
- Use BSE symbol if NSE not available
{
"skill_name": "nse-trading-toolkit",
"evals": [
{
"id": 1,
"prompt": "Analyze BBTC. I hold 1128 shares at avg Rs.1898. What should I do?",
"expected_output": "Full analysis with current technicals, scenarios, and a concrete action plan with position sizing and stop-loss levels",
"files": []
},
{
"id": 2,
"prompt": "I want to buy RELIANCE. My account is Rs.5 lakhs. Position size for a swing trade?",
"expected_output": "Position sizing calculation using fixed fractional method, ATR-based stop, R:R ratio, and entry/exit plan",
"files": []
},
{
"id": 3,
"prompt": "Check RSI divergence on TATAMOTORS daily chart. Any setup?",
"expected_output": "RSI divergence analysis with multi-timeframe context, entry trigger, stop-loss, and Fibonacci targets",
"files": []
}
]
}
Related skills
How it compares
Use as a coordinated trading playbook inside the agent, not as a single-indicator calculator or live execution API.
FAQ
Who is nse-trading-toolkit for?
Indian equity traders and developers who use AI agents for structured stock analysis, position sizing, and trade planning on NSE/BSE names.
When should I use nse-trading-toolkit?
In Operate when reviewing open positions or new setups—e.g., “analyze BBTC at my average,” “size RELIANCE for a swing,” or “RSI divergence on TATAMOTORS.”
Is nse-trading-toolkit safe to install?
Treat it as financial decision support, not execution authority; review the Security Audits panel on this page and never share broker credentials in prompts.