This skill is an explicit rule-based value model focused on US stocks.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill us-stock-value-investing-rules --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Us Stock Value Investing Rules?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-us-stock-value-investing-rules)More formats (shields.io, HTML) on the badges page.
---
name: us-stock-value-investing-rules
description: "This skill is an explicit rule-based value model focused on US stocks."
category: "Finance & Crypto"
author: community
version: "1.1.0"
icon: coins
---
# US Stock Valuation Model - Value Investing Framework (EN + 中文)
This skill is an explicit rule-based value model focused on US stocks.
## Input
Company financial report data (structured JSON), including:
- 3+ years of ROE
- Debt ratio
- Free cash flow and net income
- Moat assessment: brand / network effect / cost advantage
Use the bundled template: `references/input-template.json`.
## Decision Rules (strict)
1. **ROE rule**: ROE > 15% for at least 3 consecutive years
2. **Leverage rule**: Debt ratio < 50%
3. **Cash conversion rule**: Free cash flow > 80% of net income
4. **Moat rule**: evaluate brand/network effect/cost advantage
## Output
- Investment rating: **A / B / C / D**
- Reasons (pass/fail explanation per rule)
- Bilingual summary (EN main + 中文摘要)
## Run
```bash
python3 scripts/evaluate_company.py \
--input references/input-template.json \
--out .state/eval.json \
--markdown .state/eval.md
```
## Rating policy
- **A**: all 4 rules pass
- **B**: 3 rules pass
- **C**: 2 rules pass
- **D**: 0-1 rule pass
## Resources
- `scripts/evaluate_company.py`: deterministic evaluator
- `references/input-template.json`: input schema example
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!