Student Builds Personal Wealth Advisor with Claude Code CLI

Claude Code CLI Wealth Advisor System
A 19-year-old student built a personal wealth advisor system using Claude Code CLI that provides institutional-grade analysis rather than basic stock tips. The system runs entirely on a Claude Max subscription with no API costs and is available as open source on GitHub.
System Components
The system integrates several data sources and features:
- Pulls live market data using yfinance
- Collects macro indicators from FRED and ECB
- Gathers news data via Brave Search
- Feeds all data into Claude Code CLI with a CFA-style system prompt
- Sends Telegram briefings twice weekly
- Includes memory functionality to avoid repeating recommendations and track whether previous advice worked
- Allows interactive chatting, deep analysis of specific tickers, and trade logging
Practical Results
The system has demonstrated several practical capabilities:
- Identified insider selling patterns
- Calculated EUR/USD currency exposure
- Recommended doing nothing during extreme fear markets instead of panic-buying
- Generated actionable briefings that surprised the creator with their insight
Technical Implementation
The project is open source at github.com/Kingler16/claudefolio. It represents a practical application of Claude Code CLI for financial analysis, showing how developers can build specialized tools using existing AI subscriptions rather than incurring additional API costs.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Opus 4.7 in Real Incident Response: Solo Closing a Healthcare Malware Breach in 5 Hours
A security engineer used Claude Opus 4.7 to reverse-engineer Python bytecode RAT, draft HIPAA risk assessments, and write 12 forensic scripts — closing a 60-person practice malware incident solo in 5 hours instead of a 3-6 person team taking a week.

Opus Handles Frontend Cleanup by Delegating to Subagents from a Playbook
A user tuned one page, documented the fixes in an ADR playbook, then had Opus split the remaining 9 pages among 3 subagents, touching 41 files with near-perfect Lighthouse results.

Cross-Platform Graphics Testing Workflow for AI-Assisted Development
A developer shares a workflow for testing Windows D3D11/D3D12 graphics code on headless Linux CI runners without a GPU, using MinGW-w64, Wine, DXVK/VKD3D-Proton, Lavapipe, and llvmpipe. The approach enables comprehensive validation of AI-generated code through CI pipelines.

Non-coder builds live MLB dashboard using Claude AI and Claude Code on GitHub Codespaces
A user with no coding experience used Claude chat and Claude Code on GitHub Codespaces to build a live MLB dashboard with injury reports, game scores, and team stats, deploying it to Vercel.