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.