agentsclimarketplace

Money flow

Skill blaze10011/market-flow-desk/.claude/skills/money-flow

Money Flow Index (volume-weighted RSI) — the conviction check. Use when the user asks "does this move have volume behind it?", "is this rally real or thin?", "MFI on <ticker>", "is there accumulation/distribution?", or as part of analyzing the daily brief to separate volume-backed moves from thin drifts. MFI is RSI that also weighs volume; printed side-by-side with plain RSI to expose moves that price alone makes look stronger than they are.From its SKILL.md

Install
npx -y skills add blaze10011/market-flow-desk --skill money-flow

Assembled 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, 275 tokens by cl100k_base, as published. Nobody here has run it

Money Flow Index — volume-weighted RSI

RSI only sees price; MFI weighs volume too. Comparing the two separates a conviction move from a thin one — exactly the SOFI case in the brief (RSI fine, but volume 0.1× average → no real buying).

Steps

  1. Run from project root: python3 scripts/mfi.py [TICKERS...] (no args = all 10 traded names)
  2. Interpret only what it prints (MFI, RSI, and the gap between them):
    • aligned (|gap| ≤ 8) → the move has volume conviction; trust it more.
    • MFI well BELOW RSI → price rose on thin volume; weak/suspect, easy to reverse — don't chase.
    • MFI well ABOVE RSI → heavy accumulation the price hasn't fully reflected; constructive.
    • 80 overbought / <20 oversold, same scale as RSI.

  3. Deliver a one-line read per name: is today's move backed by volume or not, and what that does to the lean's confidence.

Use it to grade the CONVICTION of a signal from the other tools, not as a standalone trigger. Decision support, NOT advice. Data ~15-min delayed.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.