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.
Why use this skill?
Identify high-quality dividend growth stocks with 12%+ CAGR currently at oversold RSI levels. Use this tool for strategic, data-driven entry timing.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/dividend-growth-pullback-screenerWhat This Skill Does
The dividend-growth-pullback-screener is a sophisticated quantitative tool designed to identify high-quality dividend growth stocks currently trading at attractive technical entry points. Unlike standard screeners that focus solely on high yield, this skill specifically targets companies exhibiting robust fundamental growth—defined as a 12%+ annual dividend growth rate (CAGR)—while simultaneously filtering for stocks that are technically oversold (RSI ≤40). By combining these two data sources, the skill isolates companies that possess strong, compounding cash flows but are undergoing temporary price consolidation. It utilizes a powerful two-stage pipeline: pre-screening via the FINVIZ API to narrow the universe, followed by deep fundamental validation through the Financial Modeling Prep (FMP) API. This ensures users do not waste API credits on low-quality stocks while maintaining high confidence in the selected candidates.
Installation
To integrate this skill into your environment, use the OpenClaw CLI:
- Execute the installation command:
clawhub install openclaw/skills/skills/veeramanikandanr48/dividend-growth-pullback-screener - Set your environment variables: Ensure
FMP_API_KEYis set. If using the two-stage method, also setFINVIZ_API_KEY. - Verify requirements: Ensure your local Python environment has the necessary dependencies installed as defined in the source repository.
Use Cases
- Long-term Wealth Building: Ideal for investors looking to compound capital through consistent dividend raises rather than relying on current income yield.
- Market Timing: Perfect for identifying "buy the dip" opportunities in fundamentally sound dividend growers during broad market corrections.
- Sector Rotation Analysis: Use this when a high-growth sector experiences a temporary drawdown, allowing you to identify the strongest performers within that group.
Example Prompts
- "Run the dividend-growth-pullback-screener using the two-stage approach and provide a list of the top 10 stocks with the highest 5-year CAGR."
- "Screen for dividend growth stocks with a minimum yield of 2.0% and an RSI below 35 using the FMP-only method."
- "Analyze the current market for dividend growth opportunities and explain why these specific picks are currently undervalued based on their historical growth metrics."
Tips & Limitations
- Two-Stage Efficiency: Always prioritize the FINVIZ API integration. It drastically reduces the number of calls to the FMP API, allowing you to screen thousands of tickers without hitting free-tier limits.
- Yield vs. Growth: This tool is not for "income seekers" looking for 5%+ yields. It is for "growth seekers" looking for stocks where the yield-on-cost will explode over a 10-year period.
- Technical Context: An RSI of 40 is a signal for a pullback, not a guarantee of a bottom. Always verify with additional technical indicators or qualitative company analysis before executing trades.
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-dividend-growth-pullback-screener": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: 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.
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.
security-reviewer
Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews.