scan
Scan market for trading opportunities using Claude's reasoning + live quotes. No external LLM API calls needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Scan market for trading opportunities using Claude's reasoning + live quotes. No external LLM API calls needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
Get real-time stock quote from INDstocks. Use when the user asks for a stock price, LTP, or market data.
Full trade workflow — Claude analyzes the stock, validates safety, and executes (paper mode) after user confirmation.
| name | scan |
| description | Scan market for trading opportunities using Claude's reasoning + live quotes. No external LLM API calls needed. |
| argument-hint | [max_candidates] |
| user-invocable | true |
| allowed-tools | mcp__skopaq__get_quote mcp__skopaq__get_historical WebSearch |
You ARE the scanner. Use your own reasoning to identify the best trading candidates from live market data.
IMPORTANT: Use MCP tools (mcp__skopaq__*) for market data. Do NOT write Python/Bash code to call broker APIs directly.
Find the top trading opportunities (default: 5, or $ARGUMENTS if specified).
WebSearch for "NSE top gainers today" and "India stock market movers today"For each promising symbol from Step 1, call MCP tool:
mcp__skopaq__get_quote with symbol=SYMBOL — current price, change%, volumeFocus on symbols with:
For the top candidates, call:
mcp__skopaq__get_historical — last 2 days of 15-min candlesLook for:
Present results as a ranked table:
| Rank | Symbol | LTP (₹) | Change% | Volume | Signal | Score | Reason |
|---|
Score each 0-100 based on:
Highlight any score > 80 as a strong pick.