fii-dii-flow-tracker

fii-dii-flow-tracker is a skill for Claude Code, Codex from ajeeshworkspace/indian-trading-skills. It costs 54 tokens per session (2,590 once invoked), scanned A, original, MIT.

A market-data guide for tracking daily buying and selling by foreign institutional investors and domestic institutional investors in Indian shares. It also relates those flows to the Nifty 50, a major Indian stock-market index.

In plain words
What is it for?
Use it to examine FII and DII activity, trends, sector allocations, possible effects on the Nifty 50 and Indian rupee, and changes in institutional positioning.
Why use it?
It organizes institutional-flow data so users can understand whether large investor groups are supporting or selling the market.

Skill for Claude CodeCodex

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

Good fit Use it to examine FII and DII activity, trends, sector allocations, possible effects on the Nifty 50 and Indian rupee, and changes in institutional positioning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ajeeshworkspace/indian-trading-skills/fii-dii-flow-tracker
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 fii-dii-flow-tracker
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 fii-dii-flow-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/ajeeshworkspace/indian-trading-skills/fii-dii-flow-tracker/github.svg)](https://agentmods.dev/skills/ajeeshworkspace/indian-trading-skills/fii-dii-flow-tracker)
Your own site
<a href="https://agentmods.dev/skills/ajeeshworkspace/indian-trading-skills/fii-dii-flow-tracker"><img src="https://agentmods.dev/badge/skills/ajeeshworkspace/indian-trading-skills/fii-dii-flow-tracker/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 fii-dii-flow-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/ajeeshworkspace/indian-trading-skills/fii-dii-flow-tracker"><img src="https://agentmods.dev/badge/skills/ajeeshworkspace/indian-trading-skills/fii-dii-flow-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,590 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 pass 7 Sept 2026
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.00054 $0.02590
Opus 5 $0.00027 $0.01295
Sonnet 5 $0.00011 $0.00518
Haiku 4.5 $0.00005 $0.00259

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

Security

Grade A, and why

fii-dii-flow-tracker 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.

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/fii-dii-flow-tracker/SKILL.md · 260 lines

How it starts

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

FII/DII Flow Tracker

Purpose

This skill tracks Foreign Institutional Investor (FII) and Domestic Institutional Investor (DII) daily buy/sell flows in Indian equity markets and correlates them with Nifty 50 movement. It provides actionable insights on institutional positioning, flow trends, regime changes, and market implications.

When to Use

Activate this skill when the user asks about:

  • FII or DII daily, weekly, or monthly buy/sell data
  • Institutional flow trends and their market impact
  • Whether FII are net buyers or net sellers
  • DII activity and mutual fund flow support
  • Correlation between institutional flows and Nifty direction
  • Sector-wise institutional allocation
  • Impact of FII flows on INR (Indian Rupee)
  • Historical institutional flow patterns during market events
  • Flow regime assessment (bullish/bearish/neutral institutional positioning)

Workflow

Follow these steps in order when the user requests FII/DII flow analysis:

Step 1: Fetch Current FII/DII Flow Data

Use web search to retrieve the latest FII/DII cash market data from authoritative sources:

WebSearch: "FII DII data today {current_date} cash market net buy sell"
WebSearch: "NSDL FII activity {current_month} {current_year}"
WebSearch: "MoneyControl FII DII activity {current_date}"

Primary data sources to query:

  • NSDL (National Securities Depository Limited): Official FII/FPI transaction data
  • NSE (National Stock Exchange): Daily institutional trading statistics
  • MoneyControl FII/DII page: Aggregated daily flow data with historical tables
  • CDSL (Central Depository Services Limited): Supplementary FPI data
  • Trendlyne / Tickertape: Pre-computed flow summaries and charts

Extract the following data points:

  • FII gross buy value (in crores)
  • FII gross sell value (in crores)
  • FII net buy/sell value (in crores)
  • DII gross buy value (in crores)
  • DII gross sell value (in crores)
  • DII net buy/sell value (in crores)
  • Date of the data

Step 2: Fetch Historical Flow Data for Trend Analysis

Read the full file on GitHub · 260 lines

Files

What ships with it

3 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 · 260 lines · 54 tokens per session scan A 19d706259f06

Subscribe to this mod's changes

fii-dii-flow-tracker is a skill published in the GitHub repository ajeeshworkspace/indian-trading-skills (72 stars, last pushed 20d ago), licensed MIT. It adds 54 tokens to every session and 2,590 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