louloulin/claude-agent-sdk · Archived

dividend-investing

分析股息投资机会,评估股息安?

First seen Jan 28, 2026

Installation

$ npx skills add louloulin/claude-agent-sdk --skill dividend-investing

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from louloulin/claude-agent-sdk.

npx skills add louloulin/claude-agent-sdk

Browse all from louloulin/claude-agent-sdk

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 20
License LICENSE.md
Default branch main
Open issues 1
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,528 B
  • docs SUMMARY.md 222 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 61 installs

SKILL.md

股息投资分析

评估股息投资机会,平衡当前收益与未来增长。

核心指标

  1. 股息率 - 年度股息/股价
  2. 股息支付率 - 股息/盈利 (建议<70%)
  3. 股息增长 - 连续增长年数
  4. 自由现金流覆盖率 - FCF/股息 (建议>1.2)

分析步骤

  1. 计算当前股息率
  2. 评估支付安全性(支付率、FCF覆盖)
  3. 检查增长历史(连续年数、CAGR)
  4. 评估可持续性(行业、护城河)
  5. 计算综合得分

评分标准 (0-100分)

  • 收益率 (0-25分): >6%优秀,4-6%良好,2-4%一般
  • 安全性 (0-35分): 支付率<50%优秀,<70%良好
  • 增长性 (0-25分): 连续>10年优秀,>5年良好
  • 可持续性 (0-15分): 护城河评分

风险提示

  • ⚠️ 高股息率可能暗示经营困难
  • ⚠️ 检查股息是否来自借款
  • ⚠️ 周期行业股息不稳定

工具和详细文档

  • 📁 [详细分析框架](./detailed-analysis.md)
  • 📁 [股息筛选标准](./screening-criteria.md)
  • 📁 [Rust实现参考](./reference-implementation.md)
  • 🔧 [dividendanalyzer.py](./scripts/dividendanalyzer.py) - 股息分析工具