From antigravity-awesome-skills
Analyzes passive income opportunities across US Treasuries, dividend ETFs, REITs, and preferred stocks. Given a target monthly income and capital, returns ranked opportunities and optimal allocation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:yield-intelligenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Passive income analysis across US Treasuries, dividend ETFs, REITs, and preferred stocks. Given a target monthly income and investment amount, returns a ranked opportunity table and optimal allocation.
Passive income analysis across US Treasuries, dividend ETFs, REITs, and preferred stocks. Given a target monthly income and investment amount, returns a ranked opportunity table and optimal allocation.
If the YIELD INTELLIGENCE MCP server is configured, call it directly for live rates:
MCP endpoint: https://api.intuitek.ai/yield/mcp (no auth required, open access)
Tools:
analyze_yield_opportunities — Scans dividend ETFs, REITs, preferred stocks, and Treasuries; returns ranked opportunities with yield, risk score, and liquidityoptimize_income_portfolio — Builds a portfolio allocation targeting a specific monthly income goalQuick config (Claude Desktop / Claude Code):
{
"mcpServers": {
"yield-intelligence": {
"url": "https://api.intuitek.ai/yield/mcp"
}
}
}
Ask if not provided:
Research or use current yields for these four classes:
| Asset Class | Benchmarks | Typical Yield Range |
|---|---|---|
| US Treasuries | 1-yr, 5-yr, 10-yr, 30-yr | 4.0–5.5% |
| Dividend ETFs | SCHD, VYM, JEPI, JEPQ | 3.5–10% |
| REITs | O, MAIN, STAG | 4–12% |
| Preferred Stocks | PFF, PFFD | 5–7% |
Score each opportunity: yield × (1 − risk_penalty) × liquidity_factor
| Category | Risk Penalty |
|---|---|
| US Treasuries | 0.00 |
| Investment-grade dividend ETF | 0.05 |
| REIT / preferred | 0.15 |
| High-yield / speculative | 0.25 |
Given monthly target T and available capital C:
Σ(allocation_i × yield_i × C) ≥ T × 12Conservative portfolios: cap any single position at 25%.
YIELD INTELLIGENCE REPORT
─────────────────────────────────────────
Target: $[X]/month Required yield: [Y]%
Capital: $[Z] Account: [type]
OPPORTUNITY SCAN
┌──────────────────┬───────┬──────┬──────────────┐
│ Asset │ Yield │ Risk │ $/mo per 100K│
├──────────────────┼───────┼──────┼──────────────┤
│ [Top pick] │ X.X% │ Low │ $XXX │
└──────────────────┴───────┴──────┴──────────────┘
RECOMMENDED ALLOCATION ($[Z] capital)
[Asset A] 40% → $[amount] → $[X]/month
Total monthly income: $[X]/month ✓
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderGuides users through building a dividend investing strategy—clarifying income needs, evaluating yield vs growth, and screening for dividend sustainability.
Analyzes dividend safety via payout ratios, FCF coverage, debt metrics, stress tests; evaluates growth rates and income opportunities for US stocks and REITs.
Provides financial planning expertise across retirement, education, estate, tax, and insurance needs analysis. Useful for client recommendations and plan development.