Claude Code skills for investment analysis — options flow scanner + price alerts (open source) #7688
tellmefrankie
started this conversation in
General
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.
Hi AutoGen community,
Multi-agent systems builders here — sharing an open source project that demonstrates agentic workflows for investment analysis.
AI Investment Skills — Claude Code skills for market monitoring:
Multi-agent angle:
The options scanner pipeline has multiple stages: (1) data fetcher agent, (2) volume quality filter, (3) ratio analyzer, (4) anomaly detector, (5) alert dispatcher. Each stage could be a separate AutoGen agent. The current implementation is single-agent but the decomposition is natural.
Open source:
→ https://github.com/tellmefrankie/ai-investment-skills
The signal that validated the approach: XLI P/C hit 5.32 (normal: 0.5–1.2). After filtering: 98% was $0.01 lottery calls on CEG. Filtered signal: "extremely bearish." AutoGen users interested in finance domain applications?
All reactions