dividend-value-screener

dividend-value-screener is a skill for Claude Code, Codex from ntaffzii/Skill-Agents. It costs 97 tokens per session (987 once invoked), scanned A, original, MIT.

A checklist for evaluating stocks or ETFs using value and dividend measures such as P/E, dividend yield, payout ratio, debt, and dividend growth.

In plain words
What is it for?
Use it to screen dividend investments, assess value stocks, check payout sustainability, and review dividend-growth records using supplied data.
Why use it?
It helps distinguish a potentially sustainable dividend from a yield trap, where a high yield may reflect a falling price and possible dividend cut.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to screen dividend investments, assess value stocks, check payout sustainability, and review dividend-growth records using supplied data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ntaffzii/skill-agents/dividend-value-screener
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ntaffzii/Skill-Agents --skill dividend-value-screener
Clone the repo
git clone --depth 1 https://github.com/ntaffzii/Skill-Agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dividend-value-screener

README.md
[![agentmods](https://agentmods.dev/badge/skills/ntaffzii/skill-agents/dividend-value-screener/github.svg)](https://agentmods.dev/skills/ntaffzii/skill-agents/dividend-value-screener)
Your own site
<a href="https://agentmods.dev/skills/ntaffzii/skill-agents/dividend-value-screener"><img src="https://agentmods.dev/badge/skills/ntaffzii/skill-agents/dividend-value-screener/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dividend-value-screener

Your own site · 80×15
<a href="https://agentmods.dev/skills/ntaffzii/skill-agents/dividend-value-screener"><img src="https://agentmods.dev/badge/skills/ntaffzii/skill-agents/dividend-value-screener.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 987 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.00987
Opus 5 $0.00048 $0.00494
Sonnet 5 $0.00019 $0.00197
Haiku 4.5 $0.00010 $0.00099

Measured 11d ago against content hash 546e11a146cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dividend-value-screener scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/trading/dividend-value-screener/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dividend / Value Screener

Overview

"Is this a good dividend stock?" needs more than a high yield number — a very high yield is often a warning sign (a "yield trap": price has fallen because the market expects a cut), not a bargain. This skill supplies the standard checklist of value/dividend-quality criteria and their common pitfalls, to apply against fundamental data the user provides or fetches separately.

Not financial advice. This is a screening framework, not a buy recommendation — passing every criterion here doesn't guarantee a good investment, and failing one doesn't automatically disqualify a stock.

When to use

  • ประเมินหุ้นปันผลว่ามีสัญญาณ yield trap หรือไม่
  • คัดกรองหุ้น value ด้วยเกณฑ์มาตรฐาน (P/E, D/E, payout ratio)
  • Reviewing whether a dividend growth streak is intact and the payout ratio still looks sustainable

When NOT to use

  • The task is a momentum/breakout swing-trade screen — this is a fundamentals-based value/income screen, structurally different from uptrend-analyzer's technical criteria
  • No fundamental data is available and the user won't supply any — this skill needs P/E, yield, payout ratio, etc. as inputs; it doesn't fetch them

Core knowledge

Core checklist:

Metric What it checks Common pitfall
Dividend yield Income relative to price A yield much higher than the stock's own history or its sector peers is a warning sign, not automatically a bargain — check why it's high before treating it as attractive
Payout ratio (dividend ÷ earnings) Sustainability of the dividend A payout ratio near or above 100% (paying out more than earned) is fragile — a cut is more likely under any earnings pressure. Note: payout ratio can look distorted for REITs/MLPs where GAAP earnings differ structurally from distributable cash flow — use the sector-appropriate cash-flow metric instead of raw payout ratio for those
Dividend growth streak Consistency of dividend policy over time A long streak is a positive signal about management discipline, but a streak alone doesn't guarantee it continues — check whether recent increases have been token-sized (e.g. $0.01) as a sign of strain
P/E ratio Price relative to earnings Compare within the same sector — "cheap" and "expensive" P/E norms vary enormously by industry; a low P/E can also mean the market correctly expects declining earnings, not that the stock is undervalued
Debt/Equity Balance-sheet leverage High leverage isn't automatically bad (capital-intensive sectors like utilities/REITs normally run higher D/E), but it does reduce a company's flexibility to maintain the dividend through a downturn — again, compare within sector

Read the full file on GitHub · 52 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 52 lines · 97 tokens per session scan A 546e11a146cf

Subscribe to this mod's changes

dividend-value-screener is a skill published in the GitHub repository ntaffzii/Skill-Agents (4 stars, last pushed 2d ago), licensed MIT. It adds 97 tokens to every session and 987 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

bionic-safety-net

Unified survival infrastructure: health, finance, legal safety, circuit breakers, and structural protection against all ruin classes. The last line of defense.

winstonkoh87/Athena-Public · 34 tokens

structural-trading-gate

Unified zero-emotion variance shield for capital markets (FX, crypto, CFDs) and poker. Absorbs trading-risk-gate + zenith-execution + trade-journal-analyzer into one engine.

winstonkoh87/Athena-Public · 48 tokens

trading-risk-gate

Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.

winstonkoh87/Athena-Public · 53 tokens

zenith-execution

Unified trade execution suite: Half-Kelly sizing, stop-loss calculation, Monte Carlo simulation, and portfolio rebalancing. Absorbs: kelly-mandate, stop-loss-calc, monte-carlo-sim, portfolio-rebalancer.

winstonkoh87/Athena-Public · 55 tokens

circuit-breaker

Mandatory systemic pause when cumulative red flags exceed threshold. Forces disengagement across Trading, Spending, Relationships, Work, and Energy domains.

winstonkoh87/Athena-Public · 31 tokens

market-brief

Generate a current morning market brief for Mick's indices, commodities, currencies, macro, and expanded crypto watchlist. Trigger immediately when the user starts with "mb" or asks for a market brief, morning brief, market update, pre-market summary, market open summary, or asks what the market is doing. Always…

mickpletcher/AI-Skills · 94 tokens