Sharing: financial analysis CLI skill built with Claude Code (options flow + sentiment) #2899
tellmefrankie
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For those building Claude Code CLI tools — sharing a financial one that's in production.
What it does:
Monitors sector ETF options chains, filters noise, surfaces real institutional positioning signals. Outputs clean structured data to Telegram every morning.
The key insight that makes it work:
Before computing put/call ratios, strip contracts priced ≤ $0.10. CEG had a 'neutral' P/C of 1.0 — until we filtered: 98.4% of its options volume was lottery tickets. The real signal was completely different.
Real output:
Free GitHub: https://github.com/tellmefrankie/ai-investment-skills
Works with Claude Code CLI. SKILL.md format.
All reactions