Show and tell: options flow skill that caught XLI P/C = 5.32 live (free, SKILL.md) #1868
Replies: 6 comments
|
Thanks for sharing this. The useful ECC-facing part is the concrete SKILL.md packaging pattern and the fact that it has a real workflow behind it. For readers evaluating or adapting it, I would keep a few boundaries clear:
If this evolves into a generalized skill-quality example, the most useful follow-up would be a small eval fixture showing how the skill handles noisy options chains, stale data, and missing provider responses. |
|
Love this — the live XLI P/C catch is a nice concrete proof point — turning the SKILL.md into a tradeable signal pipeline is exactly the kind of cross-domain use we want featured. A few things from our side:
— Affaan |
|
Thanks Affaan! Would love to be featured in the Show & Tell roundup. Here's what we've built since posting:
Live catch: XLI P/C hit 5.32 for 5 straight weeks while SPY sat at 0.44. Scanner flagged the industrial hedging divergence. Repo: https://github.com/tellmefrankie/ai-investment-skills Happy to be in the roundup — DM works or reply here. Keep building. |
|
Appreciate the update. I’ll treat this as a community Show & Tell candidate for the ECC 2.0 release roundup. For the roundup I’ll frame it as a skill-packaging / multi-agent workflow example, not as an endorsed trading signal. The interesting ECC angle is:
The anti-narrative harness piece is especially relevant to the broader ECC direction: agents should preserve source timestamps, uncertainty, and contradictory evidence instead of turning one live signal into a confident story. If you add a small replay/eval fixture for one noisy options-chain case, that would make it much easier to feature cleanly. |
|
Replay/eval fixture ready. Two test cases:
Test suite ( Also updated the scanner to output raw + adjusted + lottery composition together (per @MrTalecky's feedback on elizaOS — both figures flow to the Critic now, not just the cleaned number). All in the repo: https://github.com/tellmefrankie/ai-investment-skills |
|
Hi @affaan-m — circling back with the piece you asked for. The replay/eval fixtures are live: Congrats on shipping ECC 2.0 — completely understand if the roundup was already locked by then. If there's a future Show & Tell, or a fit for the harness / skill-packaging examples, I'd be glad to have it considered. Since we last talked it's had steady organic pickup — regular clones, and a paid user who found the bundle straight from the repo — so the "real repo people can inspect and adapt" angle is holding up. No pressure either way, and thanks again for the thoughtful framing earlier. |
Uh oh!
There was an error while loading. Please reload this page.
Sharing a Claude Code skill that's been in production for 6 months on a real portfolio.
What it caught:
XLI (Industrial ETF) put/call ratio at 5.32 while SPY was at 0.44. That's 5.96x XLI's own 30-session baseline — institutional-scale downside hedging on industrials while tech longs held. The divergence was the signal.
Why raw P/C ratios fail:
CEG showed ~1.0 (neutral) but 98.4% of its options volume was $0.01–$0.09 lottery calls. Including those in the P/C calculation poisons the signal. One filter line in the skill prompt changes the entire read.
Skill architecture (SKILL.md format):
Two skills are free and open source:
GitHub: https://github.com/tellmefrankie/ai-investment-skills
Works with Claude Code, Cursor, Codex CLI. Happy to discuss the skill architecture.
All reactions