options-strategy-advisor

options-strategy-advisor is a skill for Claude Code, Codex from ajeeshworkspace/indian-trading-skills. It costs 53 tokens per session (4,252 once invoked), scanned A, original, MIT.

An adviser for options trading in India’s NSE Futures and Options market, covering Nifty, Bank Nifty, and stock options.

In plain words
What is it for?
Choosing options strategies, estimating margins, simulating outcomes, analysing Greeks, and planning risk controls for Indian F&O trades.
Why use it?
It helps translate a trading idea into a strategy with possible profit and loss, risk, and option-sensitivity calculations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Choosing options strategies, estimating margins, simulating outcomes, analysing Greeks, and planning risk controls for Indian F&O trades.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ajeeshworkspace/indian-trading-skills/options-strategy-advisor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ajeeshworkspace/indian-trading-skills --skill options-strategy-advisor
Clone the repo
git clone --depth 1 https://github.com/ajeeshworkspace/indian-trading-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for options-strategy-advisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/ajeeshworkspace/indian-trading-skills/options-strategy-advisor/github.svg)](https://agentmods.dev/skills/ajeeshworkspace/indian-trading-skills/options-strategy-advisor)
Your own site
<a href="https://agentmods.dev/skills/ajeeshworkspace/indian-trading-skills/options-strategy-advisor"><img src="https://agentmods.dev/badge/skills/ajeeshworkspace/indian-trading-skills/options-strategy-advisor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for options-strategy-advisor

Your own site · 80×15
<a href="https://agentmods.dev/skills/ajeeshworkspace/indian-trading-skills/options-strategy-advisor"><img src="https://agentmods.dev/badge/skills/ajeeshworkspace/indian-trading-skills/options-strategy-advisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,252 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 78
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.04252
Opus 5 $0.00026 $0.02126
Sonnet 5 $0.00011 $0.00850
Haiku 4.5 $0.00005 $0.00425

Measured 12d ago against content hash efa071205055, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

options-strategy-advisor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/black_scholes.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/options-strategy-advisor/SKILL.md · 434 lines

How it starts

The opening of the file, as written. The whole thing — 434 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Options Strategy Advisor — Indian F&O Markets (NSE)

Overview

This skill provides comprehensive options strategy analysis tailored to the Indian Futures & Options market on the National Stock Exchange (NSE). It covers strategy selection, live data retrieval, margin estimation, profit/loss simulation, Greeks analysis, and risk management — all adapted for the specific characteristics of Indian F&O trading.


Indian F&O Market Characteristics

Exercise Style

  • European-style exercise only. Options on NSE can only be exercised at expiry, not before. This simplifies pricing (Black-Scholes applies directly without early-exercise adjustments) and means time value is always fully captured by the seller until expiry.

Expiry Schedule

Underlying Expiry Day Expiry Type
NIFTY Thursday Weekly + Monthly
BANK NIFTY Wednesday Weekly + Monthly
FINNIFTY Tuesday Weekly + Monthly
SENSEX (BSE) Friday Weekly + Monthly
Stock Options Last Thursday Monthly only
  • Monthly expiry is the last Thursday of the month (or preceding trading day if Thursday is a holiday).
  • Weekly expiries are available only for index options, not individual stocks.

Lot Sizes

Lot sizes are periodically revised by the exchanges. Always verify current lot sizes using the Groww MCP tool fno_mcx_contracts_search_tool before calculating margin or position size. Recent reference values:

  • NIFTY: 75 (recently changed — confirm via MCP)
  • BANK NIFTY: 15 (recently changed — confirm via MCP)
  • FINNIFTY: 25
  • Stock options: Varies by stock (check contract specifications)

Margin Requirements

SEBI mandates the following margin components for F&O:

  1. SPAN Margin — Risk-based margin calculated by the exchange clearing corporation.
  2. Exposure Margin — Additional margin over SPAN for market-wide risk.
  3. Peak Margin — Intraday margin snapshots; brokers must collect at least the peak margin observed during the day.

Read the full file on GitHub · 434 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 434 lines · 53 tokens per session scan A efa071205055

Subscribe to this mod's changes

options-strategy-advisor is a skill published in the GitHub repository ajeeshworkspace/indian-trading-skills (72 stars, last pushed 20d ago), licensed MIT. It adds 53 tokens to every session and 4,252 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

invest-analyst

A framework for producing professional investment research, including company reports, industry studies, event analysis, analyst-expectation reviews, comparisons, and market summaries. It connects several investment research workflows into one process.

taxueseek/fund-investment-guide · 193 tokens

invest-fund

A Chinese-language guide for analysing investment funds, with different workflows for comparing funds, reviewing ETFs, examining new funds, and studying industry funds.

taxueseek/fund-investment-guide · 142 tokens

invest-stock

A stock-analysis workflow for companies listed in China, Hong Kong, or the United States. It chooses an analysis style based on the market and whether the user requests a deeper valuation review.

taxueseek/fund-investment-guide · 110 tokens

invest-cli

An investment-analysis command-line tool that fetches data for Chinese stocks and funds, US stocks, and stock screening, then applies matching analysis frameworks. A command-line tool is a program operated from a terminal.

taxueseek/fund-investment-guide · 107 tokens

paymob-integration

Integrate Paymob payments for web, mobile, Shopify, and backend apps in Egypt, UAE, KSA, and Oman. Use for checkout, Intention API, HMAC webhooks, reconciliation, SDKs, subscriptions, and refunds.

PaymobAccept/Paymob-AI-Integration-Skill · 54 tokens

invest-allocation

An investment-allocation guide for dividing money among stocks, bonds, commodities such as gold, and cash based on goals, risk tolerance, time horizon, and access needs.

taxueseek/fund-investment-guide · 54 tokens