SkillHub

ai-investing-assistant-with-framework

v0.1.0

Analyze a US stock using a value investing checklist and output detailed scoring steps.

Sourced from ClawHub, Authored by kris

Installation

Please help me install the skill `ai-investing-assistant-with-framework` from SkillHub official store. npx skills add kristian-Zf/ai-investing-assistant-with-framework

AI Investing Assistant (Value Framework)

What it does

Analyze a US stock using a simple checklist: - ROE - Debt ratio - FCF conversion - Moat strength

Outputs: - Rating (A/B/C/D) - Detailed per-metric checks - Scoring rules - Missing fields - Step-by-step trace of logic

Input

Accepts JSON via stdin with fields: - ticker - metrics (roe, debt_ratio, fcf_to_net_income, moat)

Script

scripts/invest_analysis.py