institutional-flow-tracker
Use this skill to track institutional investor ownership changes and portfolio flows using 13F filings data. Analyzes hedge funds, mutual funds, and other institutional holders to identify stocks with significant smart money accumulation or distribution. Helps discover stocks before major moves by following where sophisticated investors are deploying capital.
Why use this skill?
Track institutional investor moves and smart money flows with the Institutional Flow Tracker for OpenClaw using 13F filings.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/institutional-flow-trackerWhat This Skill Does
The institutional-flow-tracker is a specialized financial analysis tool designed for OpenClaw agents to interpret 13F SEC filings. This skill provides a systematic way to observe the movement of 'smart money'—the capital managed by massive hedge funds, pension funds, and institutional investment managers. By processing quarterly disclosures, the tracker identifies whether large-scale entities are accumulating or distributing specific equities. It aggregates complex financial filing data into actionable insights, helping users understand shifting market sentiment and structural capital flows over mid-to-long-term investment horizons.
Installation
To install this skill directly into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/institutional-flow-tracker
Ensure you have your Financial Modeling Prep (FMP) API key ready. You can configure this by setting the FMP_API_KEY environment variable in your system configuration or providing it as a flag when executing the script.
Use Cases
This skill is indispensable for investors and analysts focused on medium-term trends rather than day-trading. Use it to:
- Validate your long-term thesis by checking if institutional ownership matches your sentiment.
- Conduct sector rotation analysis to see where capital is flowing during economic shifts.
- Identify institutional support levels in large-cap stocks during market pullbacks.
- Monitor specific "whale" investors, such as tracking changes in top-tier funds like Berkshire Hathaway or major asset management firms.
Example Prompts
- "Analyze institutional flow for AAPL over the last two quarters and tell me if hedge funds are increasing or decreasing their positions."
- "Show me the top 20 technology stocks that have seen the highest percentage of institutional accumulation in the latest 13F filing period."
- "Filter for companies with a market cap over $5B where institutional ownership has increased by at least 15% in the last filing."
Tips & Limitations
While powerful, the tracker is subject to a 45-day reporting lag inherent in SEC 13F filings; it is not suitable for high-frequency or intraday trading. It performs best on large-cap stocks with high institutional interest; small-cap or micro-cap equities often show noisy data due to low institutional coverage. Always cross-reference these findings with technical analysis and fundamental data before making final investment decisions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-veeramanikandanr48-institutional-flow-tracker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.