Market pulse
Skill blaze10011/market-flow-desk/.claude/skills/market-pulse
Daily market-flow read. Use when the user asks "what's hot today", "which sector is on the run / in play", "where is money rotating", "what's volatile right now", or wants a read on sector rotation and the macro backdrop before making a trade or watchlist decision.From its SKILL.md
npx -y skills add blaze10011/market-flow-desk --skill market-pulseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 322 tokens by cl100k_base, as published. Nobody here has run it
Market Pulse
Tell the user which sectors money is rotating into vs out of right now, what is volatile (in play), and the macro regime behind it.
Steps
- Run both scanners from the project root:
python3 scripts/rotation.py— sector + thematic relative strength vs SPY, volatility, RSI.python3 scripts/macro.py— yields, VIX, dollar, oil, gold backdrop.
- Interpret only what the scripts printed (never invent numbers):
- Top of the rotation table = leaders, money flowing IN. Bottom = laggards, flowing OUT.
inPLAY= above-median volatility + positive score → where the action is.RSI > 75= extended (pullback risk);< 30= oversold (possible bounce).- Use the macro backdrop as the why (e.g. yields + oil up + VIX up → risk-off, energy/defense lead, long-duration tech lags).
- Deliver a short ranked read:
- IN: … OUT: … In play (volatile): … Backdrop: …
- Then suggest the natural next step: Thematic Flow (to map why a theme is moving) or a single-stock deep dive.
Data is ~15-min delayed / EOD (free tier) — fine for flow and swing reads, not intraday scalping. This is decision support, not a buy/sell signal.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.