liquidity-sweep

liquidity-sweep is a skill for Claude Code, Codex from kayzaa/k.i.t.-bot. It costs 0 tokens per session (391 once invoked), scanned A, a copy of liquidity-sweep, MIT.

A price-pattern detector based on Smart Money Concepts that finds moments when price briefly moves past a previous high or low and then reverses. These moves are often described as liquidity sweeps or stop hunts because they can trigger traders' stop-loss orders.

In plain words
What is it for?
Use it to detect bullish and bearish sweeps across timeframes, map liquidity pools, and identify related fair-value gaps and order blocks.
Why use it?
It helps traders spot possible reversals around swing highs, swing lows, and trading-session levels.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to detect bullish and bearish sweeps across timeframes, map liquidity pools, and identify related fair-value gaps and order blocks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kayzaa/k.i.t.-bot/liquidity-sweep
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kayzaa/k.i.t.-bot --skill liquidity-sweep
Clone the repo
git clone --depth 1 https://github.com/kayzaa/k.i.t.-bot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for liquidity-sweep

README.md
[![agentmods](https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/liquidity-sweep/github.svg)](https://agentmods.dev/skills/kayzaa/k.i.t.-bot/liquidity-sweep)
Your own site
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/liquidity-sweep"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/liquidity-sweep/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for liquidity-sweep

Your own site · 80×15
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/liquidity-sweep"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/liquidity-sweep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 391 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00391
Opus 5 $0.00000 $0.00196
Sonnet 5 $0.00000 $0.00078
Haiku 4.5 $0.00000 $0.00039

Measured 7d ago against content hash e702c256690c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

liquidity-sweep scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to liquidity-sweep — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/liquidity-sweep/SKILL.md · 55 lines

What it actually says

Liquidity Sweep Detector

Smart Money Concept: Detect liquidity grabs before reversals.

Overview

Identifies when price sweeps above/below key levels to grab stop losses before reversing. Essential for Smart Money trading.

Sweep Types

  1. High Sweep (Bearish): Price sweeps above swing high, then closes below
  2. Low Sweep (Bullish): Price sweeps below swing low, then closes above
  3. Equal Highs/Lows: Price targets equal highs/lows for liquidity
  4. Session Sweep: Price sweeps Asian/London session highs/lows

Detection Logic

Bullish Sweep:
- Candle wick goes below previous swing low
- Candle body closes above the swing low
- Creates "reclaim" signal (⤴)

Bearish Sweep:
- Candle wick goes above previous swing high
- Candle body closes below the swing high
- Creates "reclaim" signal (⤵)

Features

  • Multi-timeframe sweep detection
  • Liquidity pool mapping
  • Stop hunt identification
  • Fair Value Gap (FVG) after sweep
  • Order block creation after sweep
  • Confluence scoring

Configuration

liquiditySweep:
  swingLength: 20       # Bars for swing detection
  minWickRatio: 0.5     # Wick must be 50%+ of candle
  confirmBars: 3        # Bars to confirm sweep
  showPools: true       # Show liquidity pools on chart
  alertOnSweep: true

Alerts

  • Bullish liquidity sweep confirmed
  • Bearish liquidity sweep confirmed
  • Large liquidity pool forming
  • Session high/low swept

Best Pairs

  • BTC/USD, ETH/USD (crypto)
  • EUR/USD, GBP/USD (forex)
  • NASDAQ, S&P 500 (indices)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 55 lines · 0 tokens per session scan A e702c256690c

Subscribe to this mod's changes

liquidity-sweep is a skill published in the GitHub repository kayzaa/k.i.t.-bot (5 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 391 tokens. A static security scan graded it A with 0 findings. It is 100% identical to liquidity-sweep, differing in 0 lines, and is treated as a copy.