Agent skill

yield-intelligence

Passive income portfolio analysis — activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill yield-intelligence --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/yield-intelligence/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Yield Intelligence 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. ## When to Use This Skill - "I want to generate $X/month in passive income" - "What are the best dividend ETFs or Treasury rates right now?" - "Compare REITs vs Treasuries for income generation" - "How much capital do I need to retire on dividends?" - "Build me a conservative income portfolio" ## Limitations - Provides portfolio research support, not personalized financial advice. - Requires live yield, price, tax, and risk data for current recommendations. - Does not account for every user-specific constraint unless the user provides it, including jurisdiction, tax status, and liquidity needs. ## Live Data Source (Optional) 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 liquidity

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Limitations
  3. Live Data Source (Optional)
  4. Standalone Workflow (No MCP Required)
  5. Step 1 — Gather Parameters
  6. Step 2 — Asset Class Scan
  7. Step 3 — Score and Rank
  8. Step 4 — Build Allocation
  9. Step 5 — Present Results
  10. Best Practices
  11. Additional Resources
More from agentic-awesome-skills
All skills →
About this skill
What does the yield-intelligence skill do?

Passive income portfolio analysis — activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill yield-intelligence --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going