oldhouse-g/openclaw-skills · Archived

valuation

A股股票估值分析工?

First seen Apr 1, 2026

Installation

$ npx skills add oldhouse-g/openclaw-skills --skill valuation

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 oldhouse-g/openclaw-skills.

npx skills add oldhouse-g/openclaw-skills

Browse all from oldhouse-g/openclaw-skills

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

Repository health

Stars 3
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(python:*), Read

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 867 B
  • docs SUMMARY.md 245 B

History

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

SKILL.md

股票估值分析

对A股股票进行DDM+CAPM估值分析,五步完成:

  1. 资格筛选(分红、ROIC、CAPM)
  2. 核心参数计算(增长率交叉验证)
  3. 内在价值计算
  4. 风险分析(股息风险、成长股陷阱)
  5. 情景分析与结论

使用方法

python3 scripts/valuation.py <股票代码>

示例:

python3 scripts/valuation.py 000651.SZ    # 格力电器
python3 scripts/valuation.py 600519.SH    # 贵州茅台

依赖

  • Python3, tushare, pandas, numpy
  • TUSHARE_TOKEN 环境变量