trade
Full trade workflow — Claude analyzes the stock, validates safety, and executes (paper mode) after user confirmation.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Full trade workflow — Claude analyzes the stock, validates safety, and executes (paper mode) after user confirmation.
التثبيت باستخدام 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.
Get real-time stock quote from INDstocks. Use when the user asks for a stock price, LTP, or market data.
Scan market for trading opportunities using Claude's reasoning + live quotes. No external LLM API calls needed.
استنادا إلى تصنيف SOC المهني
| name | trade |
| description | Full trade workflow — Claude analyzes the stock, validates safety, and executes (paper mode) after user confirmation. |
| argument-hint | <SYMBOL> |
| user-invocable | true |
| allowed-tools | mcp__skopaq__get_quote mcp__skopaq__get_historical mcp__skopaq__get_positions mcp__skopaq__get_funds mcp__skopaq__check_safety mcp__skopaq__place_order WebSearch |
You ARE the trader. Analyze the stock yourself using live data, then execute if the user confirms.
If your signal is BUY or SELL:
mcp__skopaq__get_funds to check available capitalmcp__skopaq__check_safety to validate:
Present the trade plan clearly:
TRADE PLAN: BUY RELIANCE
Entry: ₹2,500.00
Stop Loss: ₹2,410.00 (-3.6%)
Target: ₹2,700.00 (+8.0%)
Quantity: 40 shares
Risk: ₹3,600 (0.36% of capital)
R:R Ratio: 2.2:1
Mode: PAPER
Safety: PASSED
Ask: "Shall I execute this trade in paper mode? (y/n)"
Call mcp__skopaq__place_order with the confirmed parameters.
NEVER execute without explicit user confirmation. Paper mode is always the default.