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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install dividend-growth-pullback-screener或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install dividend-growth-pullback-screener⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/dividend-growth-pullback-screener/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: dividend-growth-pullback-screener description: 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. ---
This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors.
Investment Thesis: High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend increases rather than high current yield. Buying these stocks during temporary pullbacks (RSI ≤40) can enhance total returns by combining strong fundamental growth with favorable technical entry timing.
Use this skill when:
Do NOT use when:
For optimal performance, use FINVIZ Elite API for pre-screening + FMP API for detailed analysis:
# Set both API keys as environment variables
export FMP_API_KEY=your_fmp_key_here
export FINVIZ_API_KEY=your_finviz_key_here
Why Two-Stage?
If you don't have FINVIZ Elite access:
export FMP_API_KEY=your_key_here
Limitation: FMP free tier (250 requests/day) limits analysis to ~40 stocks. Use --max-candidates 40 to stay within limits.
Two-Stage Screening (RECOMMENDED):
cd dividend-growth-pullback-screener/scripts
python3 screen_dividend_growth_rsi.py --use-finviz
This executes:
FMP-Only Screening:
python3 screen_dividend_growth_rsi.py --max-candidates 40
Customization Options:
# Two-stage with custom parameters
python3 screen_dividend_growth_rsi.py --use-finviz --min-yield 2.0 --min-div-growth 15.0 --rsi-max 35
# FMP-only with custom parameters
python3 screen_dividend_growth_rsi.py --min-yield 2.0 --min-div-growth 10.0 --max-candidates 30
# Provide API keys as arguments (instead of environment variables)
python3 screen_dividend_growth_rsi.py --use-finviz --fmp-api-key YOUR_FMP_KEY --finviz-api-key YOUR_FINVIZ_KEY
The script generates two outputs:
dividend_growth_pullback_results_YYYY-MM-DD.json- Structured data with all metrics for further analysis - Includes dividend growth rates, RSI values, financial health metrics
dividend_growth_pullback_screening_YYYY-MM-DD.md- Human-readable analysis with stock profiles - Scenario-based probability assessments - Entry timing recommendations
For each qualified stock, the report includes:
Dividend Growth Profile:
Technical Timing:
Quality Metrics:
Investment Recommendation:
Initial Filter:
Dividend Growth Analysis:
Financial Health:
RSI Calculation:
- RS = Average Gain / Average Loss over 14 periods
RSI Filter:
- < 30: Extreme oversold (potential reversal) - 30-40: Early pullback (uptrend correction) - > 40: Not oversold (excluded)
Composite Scoring (0-100):
Stocks ranked by composite score. Top scorers combine exceptional dividend growth with attractive technical entry points.
RSI 25-30 (Extreme Oversold):
RSI 30-35 (Strong Oversold):
RSI 35-40 (Early Pullback):
12% Dividend CAGR (Minimum Threshold):
15% Dividend CAGR (Excellent):
20% Dividend CAGR (Exceptional):
Key Insight: Lower starting yield + high growth > high starting yield + low growth over 10+ years.
...
安装 Dividend Growth Pullback Screener 后,可以对 AI 说这些话来触发它
Help me get started with Dividend Growth Pullback Screener
Explains what Dividend Growth Pullback Screener does, walks through the setup, and runs a quick demo based on your current project
Use Dividend Growth Pullback Screener to use this skill to find high-quality dividend growth stocks (12%+ an...
Invokes Dividend Growth Pullback Screener with the right parameters and returns the result directly in the conversation
What can I do with Dividend Growth Pullback Screener in my finance & investment workflow?
Lists the top use cases for Dividend Growth Pullback Screener, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/dividend-growth-pullback-screener/ 目录(个人级,所有项目可用),或 .claude/skills/dividend-growth-pullback-screener/(项目级)。重启 AI 客户端后,用 /dividend-growth-pullback-screener 主动调用,或让 AI 根据上下文自动发现并使用。
Dividend Growth Pullback Screener 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Automate my finance & investment tasks using Dividend Growth Pullback Screener
Identifies repetitive steps in your workflow and sets up Dividend Growth Pullback Screener to handle them automatically
Dividend Growth Pullback Screener 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。