/ Verzeichnis / Playground / indian-trading-skills
● Community ajeeshworkspace ⚡ Sofort

indian-trading-skills

von ajeeshworkspace · ajeeshworkspace/indian-trading-skills

Analysis skills for Indian equity markets — NSE/BSE stock data, F&O derivatives, institutional flows, market breadth. Not a stock picker.

A skill for analyzing Indian equity and derivatives markets. Pulls / structures data on NSE/BSE stocks, F&O open interest, FII/DII flows, and breadth indicators. Aimed at investors and traders doing their own research — explicitly not a prediction or signal service.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

indian-trading-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "indian-trading-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ajeeshworkspace/indian-trading-skills",
        "~/.claude/skills/indian-trading-skills"
      ],
      "_inferred": true
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "indian-trading-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ajeeshworkspace/indian-trading-skills",
        "~/.claude/skills/indian-trading-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "indian-trading-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ajeeshworkspace/indian-trading-skills",
        "~/.claude/skills/indian-trading-skills"
      ],
      "_inferred": true
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "indian-trading-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ajeeshworkspace/indian-trading-skills",
        "~/.claude/skills/indian-trading-skills"
      ],
      "_inferred": true
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "indian-trading-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ajeeshworkspace/indian-trading-skills",
        "~/.claude/skills/indian-trading-skills"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "indian-trading-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/ajeeshworkspace/indian-trading-skills",
          "~/.claude/skills/indian-trading-skills"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add indian-trading-skill -- git clone https://github.com/ajeeshworkspace/indian-trading-skills ~/.claude/skills/indian-trading-skills

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: indian-trading-skills

Check market breadth for a sector before a decision

👤 Active investors doing their own homework ⏱ ~20 min intermediate

Wann einsetzen: You're considering a position and want breadth context, not just price.

Voraussetzungen
  • Skill installed — git clone https://github.com/ajeeshworkspace/indian-trading-skills ~/.claude/skills/indian-trading-skills
  • Data source access — Skill relies on public NSE/BSE data; some providers rate-limit
Ablauf
  1. Pull sector constituents
    Use indian-trading-skills. Nifty IT sector — list constituents with 1-week return and advance/decline.✓ Kopiert
    → Table with breadth stats
  2. Compare to broader index
    How does the sector breadth compare to Nifty 50 broader breadth?✓ Kopiert
    → Comparative delta

Ergebnis: Context for your own decision — nothing more.

Fallstricke
  • Treating this output as a signal — It isn't. This is analysis scaffolding, not a recommendation.
Kombinieren mit: filesystem

Inspect F&O open interest buildup on a single stock

👤 Derivatives traders ⏱ ~15 min advanced

Wann einsetzen: You're tracking OI changes around an expected event.

Ablauf
  1. Pull the OI chain
    Use indian-trading-skills. RELIANCE — current F&O option chain with today's OI change per strike.✓ Kopiert
    → Strike-by-strike OI delta
  2. Identify concentration
    Where's the heaviest buildup? Call or put side?✓ Kopiert
    → Concentration analysis

Ergebnis: Numeric context you can combine with your own read.

Fallstricke
  • Misreading OI buildup as directional signal — OI changes are ambiguous — writers vs buyers can produce the same number

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

indian-trading-skill + filesystem

Save daily snapshots for your own longitudinal analysis

Snapshot FII/DII + Nifty breadth each trading day into data/daily/.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
stock_quote symbol (NSE/BSE) Any price lookup 1 API call
option_chain symbol, expiry F&O analysis 1 API call
sector_breadth sector index Sector context N calls
institutional_flow date Flow analysis 1 call

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
Varies by data provider; public NSE endpoints rate-limit heavily
Tokens pro Aufruf
Low
Kosten in €
Free if using public data; paid if using commercial feeds
Tipp
Cache queries — NSE blocks aggressive callers.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: Any data provider creds in env vars
Datenabfluss: NSE/BSE and any configured data providers

Fehlerbehebung

Häufige Fehler und Lösungen

NSE endpoint blocks requests

NSE aggressively rate-limits bots; add delays, rotate User-Agent, or use a commercial data feed

Option chain data stale

Free sources often lag — paid feeds for intraday work

Alternativen

indian-trading-skills vs. andere

AlternativeWann stattdessenKompromiss
Broker-provided analyticsYour broker has good tools alreadyLocked to broker
TradingViewVisual charting focusLess LLM-assisted; subscription cost

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen