Using Dify-style pipelines for investment analysis — built open source Claude Code skills #36126
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 Dify community,
Huge fan of the pipeline architecture here. I've been building something similar but focused on investment analysis workflows.
AI Investment Skills — Claude Code skills for market analysis:
The core problem it solves:
Raw options data is noisy. XLI P/C hit 5.32 (normal: 0.5–1.2) — sounds alarming. But 98% of that volume was $0.01 CEG calls (lottery tickets with no real signal). The skill filters this out automatically. Without filtering: "neutral." With filtering: "extremely bearish." Big difference.
Open source on GitHub:
→ https://github.com/tellmefrankie/ai-investment-skills
Dify's workflow approach would be perfect for chaining this kind of signal filtering with downstream decision logic. Anyone building investment/trading pipelines with Dify?
Beta Was this translation helpful? Give feedback.
All reactions