Analyze a US stock using a value investing checklist and output detailed scoring steps.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill ai-investing-assistant-with-framework --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ai Investing Assistant With Framework?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-ai-investing-assistant-with-framework)More formats (shields.io, HTML) on the badges page.
---
name: ai-investing-assistant-with-framework
version: 0.1.0
description: Analyze a US stock using a value investing checklist and output detailed scoring steps.
tags: [investing, stocks, analysis]
requirements:
bins: [python3]
---
# 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
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!