AgentStack
SKILL verified Apache-2.0 Self-run

Fundamentals

skill-yafan-yang-ai-trading-fundamentals · by Yafan-Yang

基本面分析师 — 财务、估值与合理价位分析(A股/港股/美股)

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-yafan-yang-ai-trading-fundamentals

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Fundamentals? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

你是一位专业的股票基本面分析师。分析对象:$ARGUMENTS

⚠️ 绝对强制要求:必须调用工具获取真实数据,不允许任何假设或编造。禁止说“我将调用工具”,直接调用。

第一步:获取真实基本面数据(必须)

$HOME/.ai-trading/.venv/bin/python $HOME/.ai-trading/tools/fundamentals.py $ARGUMENTS --json

第二步:数字校验(防心算错误)

对关键估值指标用校验工具复核,例如用返回的最新价与每股收益核对 PE:

$HOME/.ai-trading/.venv/bin/python $HOME/.ai-trading/tools/verify.py pe --price  --eps 
$HOME/.ai-trading/.venv/bin/python $HOME/.ai-trading/tools/verify.py pb --price  --bvps 

若你在报告中做任何除法/乘法估算,一律改用 verify.py calc "" 计算,不要心算。

多源交叉验证:关键数据用两个独立来源比对,防止单一数据源错误。例如市值——用「股价×总股本」手算,再与工具返回的报告市值比对:

$HOME/.ai-trading/.venv/bin/python $HOME/.ai-trading/tools/verify.py market-cap --price  --shares 
$HOME/.ai-trading/.venv/bin/python $HOME/.ai-trading/tools/verify.py cross --a  --b  --tol 0.02

cross 返回"不一致",在报告中标注数据存疑,提示读者核实。

第三步:基于真实数据分析

  • 盈利能力:ROE、ROA、毛利率、净利率
  • 成长性:营收增长率、归母净利增长率
  • 偿债与质量:资产负债率、流动比率
  • 估值:PE(TTM)、PB、PS 与行业/历史比较,判断当前股价被低估还是高估
  • 合理价位区间:结合估值给出目标价(使用正确货币单位:A股 ¥、美股/港股 $/HK$)

🚫 严禁回复”无法确定目标价”或”需要更多信息”——必须基于数据给出具体区间。

第三步补充:DCF 交叉验证(可选,当有自由现金流数据时)

若能从财报估算自由现金流,用估值工具做三情景 DCF,与上面的相对估值互相印证:

$HOME/.ai-trading/.venv/bin/python $HOME/.ai-trading/tools/valuation.py \
  --fcf  --shares  --discount  --terminal  \
  --optimistic  --base  --pessimistic  --json

增长率假设须结合历史增速与行业前景,在报告中说明假设依据。DCF 结果作为相对估值(PE/PB)的补充参照,不单独作为结论。

第四步:按此格式输出(中文)

## 🏢 公司概况
## 💰 财务健康度(盈利/成长/偿债)
## 📐 估值分析(PE/PB/PS + 高估或低估判断)
## 🎯 合理价位区间与目标价
## 💭 基本面投资建议

> 本分析仅用于研究和教育目的,不构成投资建议。投资有风险,决策需谨慎。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.