
Nse Trading Toolkit
Run orchestrated NSE/BSE equity analysis—entries, sizing, stops, and setups—when you trade Indian stocks via Groww and want agent-grade trade plans.
Overview
NSE Trading Toolkit is an agent skill for the Operate phase that orchestrates Indian NSE/BSE equity analysis—routing to technical, sizing, and risk skills—for buy/sell/hold and setup planning.
Install
npx skills add https://github.com/bhala-srinivash/nse-trading-skills --skill nse-trading-toolkitWhat is this skill?
- 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
- Routes to eight specialized framework areas: technical analysis, position sizing, stop-loss, trailing stops, risk-reward
Adoption & trust: 1 installs on skills.sh; 22 GitHub stars; 2/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
What problem does it solve?
You hold Indian equities and get vague chat advice without position sizing, stops, or a coherent multi-skill technical read.
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 do I get? / Deliverables
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
Recommended Skills
Journey fit
Personal trading discipline fits Operate: recurring buy/hold/sell decisions on live positions rather than building a new product surface. Iterate subphase covers ongoing position review, risk adjustments, and action plans after the market moves.
How it compares
Use as a coordinated trading playbook inside the agent, not as a single-indicator calculator or live execution API.
Common Questions / FAQ
Who is nse-trading-toolkit for?
Solo Indian equity traders and indie builders 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.
SKILL.md
READMESKILL.md - Nse Trading Toolkit
{ "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": [] } ] } --- name: nse-trading-toolkit description: | Master orchestrator for Indian NSE/BSE equity trading analysis via Groww broker. Routes to specialized framework skills: technical analysis, position sizing, stop-loss, trailing stops, risk-reward, multi-timeframe, RSI divergence, and Fibonacci trading. Use this skill whenever the user asks to: analyze a stock, check a position, decide buy/sell/hold, plan entries/exits, or do any comprehensive trading analysis for Indian equities. Triggers on: "analyze [stock]", "should I buy/sell [stock]", "check [stock]", "what's the setup on [stock]", or any broad market analysis request involving NSE/BSE stocks. This is the go-to skill for full stock analysis — it pulls together all the individual framework skills into one workflow. --- # 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](https://github.com/pab-s/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 ```python import yfinance as yf data = yf.download("RELIANCE.NS", period="2y", interval="1d") # NSE: .NS, BSE: .BO ``` ## Master 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 →