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

Building a 20-Agent Pipeline with Claude Code: Less AI, More Structure
A developer built a 20-agent pipeline with Claude Code to automate daily workflows across Gmail, Calendar, Notion, LinkedIn, web scrapers, and local APIs. The key insight: reliability came from adding deterministic structure around the AI, not better prompts.

Using SkyClaw with Google Sheets for Job Application Workflow
A Reddit user shares their workflow using OpenClaw's SkyClaw agent to automate job search tasks. They set up a Google Sheet where the agent adds job listings based on their CV, with daily updates and notifications.

Developer Builds AI Baseball Simulation Engine with Claude Code in Two Weeks
A developer used Claude Code to build a complete baseball simulation system with 30 AI-managed MLB teams, game recaps, press conferences, and audio podcasts. The project cost $50 in API credits and includes a simulation engine, content pipeline, Discord bot, and website.

Recovering Deleted Apple Music Playlists with Claude Cowork
A user recovered 75 playlists and 8,185 tracks after accidentally deleting their entire Apple Music library. Claude Cowork parsed Apple's data export files, wrote Python scripts for analysis, generated AppleScripts for restoration, and built custom HTML tools to handle missing tracks.