Open source investment analysis skills for AI agents — options flow scanner + price alerts #5689
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 Google ADK community,
Building agents with ADK? Sharing an open source project that demonstrates investment analysis agent skills — might spark ideas for finance domain use cases.
AI Investment Skills — Claude Code skills for market monitoring:
The agent skill design:
Each skill is self-contained with a clear SKILL.md definition. The options scanner: fetches options chain → filters lottery volume → computes adjusted P/C → compares to historical norms → generates alert. Clean state machine, easy to adapt to ADK's tool calling pattern.
Real signal:
XLI P/C hit 5.32. After filtering 98% lottery ticket volume on CEG: signal changed from "neutral" to "extremely bearish." That filtering logic is the key agent skill.
GitHub (free):
→ https://github.com/tellmefrankie/ai-investment-skills
Would love to see how ADK's multi-agent orchestration could extend this. Anyone here building finance agents with ADK?
Beta Was this translation helpful? Give feedback.
All reactions