/ Каталог / Песочница / indian-trading-skills
● Сообщество ajeeshworkspace ⚡ Сразу

indian-trading-skills

автор 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.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

indian-trading-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/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
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "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
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.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 использует массив объектов серверов, а не 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"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

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

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: indian-trading-skills

Check market breadth for a sector before a decision

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

Когда использовать: You're considering a position and want breadth context, not just price.

Предварительные требования
  • 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
Поток
  1. Pull sector constituents
    Use indian-trading-skills. Nifty IT sector — list constituents with 1-week return and advance/decline.✓ Скопировано
    → Table with breadth stats
  2. Compare to broader index
    How does the sector breadth compare to Nifty 50 broader breadth?✓ Скопировано
    → Comparative delta

Итог: Context for your own decision — nothing more.

Подводные камни
  • Treating this output as a signal — It isn't. This is analysis scaffolding, not a recommendation.
Сочетать с: filesystem

Inspect F&O open interest buildup on a single stock

👤 Derivatives traders ⏱ ~15 min advanced

Когда использовать: You're tracking OI changes around an expected event.

Поток
  1. Pull the OI chain
    Use indian-trading-skills. RELIANCE — current F&O option chain with today's OI change per strike.✓ Скопировано
    → Strike-by-strike OI delta
  2. Identify concentration
    Where's the heaviest buildup? Call or put side?✓ Скопировано
    → Concentration analysis

Итог: Numeric context you can combine with your own read.

Подводные камни
  • Misreading OI buildup as directional signal — OI changes are ambiguous — writers vs buyers can produce the same number

Комбинации

Сочетайте с другими MCP — эффект x10

indian-trading-skill + filesystem

Save daily snapshots for your own longitudinal analysis

Snapshot FII/DII + Nifty breadth each trading day into data/daily/.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
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

Стоимость и лимиты

Во что обходится

Квота API
Varies by data provider; public NSE endpoints rate-limit heavily
Токенов на вызов
Low
Деньги
Free if using public data; paid if using commercial feeds
Совет
Cache queries — NSE blocks aggressive callers.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: Any data provider creds in env vars
Исходящий трафик: NSE/BSE and any configured data providers

Устранение неполадок

Частые ошибки и исправления

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

Альтернативы

indian-trading-skills в сравнении

АльтернативаКогда использоватьКомпромисс
Broker-provided analyticsYour broker has good tools alreadyLocked to broker
TradingViewVisual charting focusLess LLM-assisted; subscription cost

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills