quote
Get real-time stock quote from INDstocks. Use when the user asks for a stock price, LTP, or market data.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get real-time stock quote from INDstocks. Use when the user asks for a stock price, LTP, or market data.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
AI-powered options selling — analyzes option chain, selects optimal OTM strike, calculates risk metrics. Supports NIFTY, BANKNIFTY, stocks.
Run the full 15-agent analysis pipeline using Claude's own reasoning + live market data from MCP tools. Produces BUY/SELL/HOLD with confidence score.
Show current portfolio — positions, holdings, funds, and P&L. Works in both paper and live mode.
Scan market for trading opportunities using Claude's reasoning + live quotes. No external LLM API calls needed.
Full trade workflow — Claude analyzes the stock, validates safety, and executes (paper mode) after user confirmation.
SOC 職業分類に基づく
| name | quote |
| description | Get real-time stock quote from INDstocks. Use when the user asks for a stock price, LTP, or market data. |
| argument-hint | <SYMBOL> |
| user-invocable | true |
Fetch a live quote for the given symbol.
IMPORTANT: Use the Bash tool to call the Python helper. Do NOT import broker modules directly.
Run this command to get the quote for $ARGUMENTS:
python3 -c "
import asyncio, json
from skopaq.mcp_server import get_quote
result = asyncio.run(get_quote('$ARGUMENTS'))
print(result)
" 2>/dev/null
Parse the JSON output and present in a clean format:
Format currency in INR (₹).