✓ Verified 💻 Development ✓ Enhanced Data

Us Value Investing Framework

US stock valuation model skill (English-first + 中文) based on financial report data.

Rating
4.8 (78 reviews)
Downloads
1,742 downloads
Version
1.0.0

Overview

US stock valuation model skill (English-first + 中文) based on financial report data.

Complete Documentation

View Source →

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)

  • ROE rule: ROE > 15% for at least 3 consecutive years
  • Leverage rule: Debt ratio < 50%
  • Cash conversion rule: Free cash flow > 80% of net income
  • 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

Installation

Terminal bash

openclaw install us-value-investing-framework
    
Copied!

💻Code Examples

example.sh
python3 scripts/evaluate_company.py \
  --input references/input-template.json \
  --out .state/eval.json \
  --markdown .state/eval.md

Tags

#cli_utilities #data

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author spyfree
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install us-value-investing-framework