wyckoff-schematic

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

A market-analysis tool that identifies Wyckoff accumulation and distribution patterns from price and volume data. Wyckoff is a trading method for interpreting how large investors may buy or sell over time.

In plain words
What is it for?
Use it to detect accumulation or distribution, label events such as selling climaxes and breakouts, analyze volume, and visualize patterns as they develop.
Why use it?
It helps organize complex market movements into recognizable phases and events. This can make possible buying, selling, and trend changes easier to examine.

Skill for Claude CodeCodex

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

Good fit Use it to detect accumulation or distribution, label events such as selling climaxes and breakouts, analyze volume, and visualize patterns as they develop.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kayzaa/k.i.t.-bot/wyckoff-schematic
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 wyckoff-schematic
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 wyckoff-schematic

README.md
[![agentmods](https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/wyckoff-schematic/github.svg)](https://agentmods.dev/skills/kayzaa/k.i.t.-bot/wyckoff-schematic)
Your own site
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/wyckoff-schematic"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/wyckoff-schematic/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 wyckoff-schematic

Your own site · 80×15
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/wyckoff-schematic"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/wyckoff-schematic.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 770 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.00770
Opus 5 $0.00000 $0.00385
Sonnet 5 $0.00000 $0.00154
Haiku 4.5 $0.00000 $0.00077

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

Security

Grade A, and why

wyckoff-schematic 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 8d 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 wyckoff-schematic — 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/wyckoff-schematic/SKILL.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wyckoff Schematic Detector

Automatically detect and visualize Wyckoff Method accumulation and distribution patterns in real-time.

Overview

Identifies smart money movements using Richard Wyckoff's century-old method:

  • Accumulation phases (smart money buying)
  • Distribution phases (smart money selling)
  • Phase transitions (PS, SC, AR, ST, Spring, UTAD, SOW, etc.)

Features

Phase Detection

  • Preliminary Support (PS): First buying appears after prolonged downtrend
  • Selling Climax (SC): Panic selling on high volume, capitulation
  • Automatic Rally (AR): Natural bounce after SC
  • Secondary Test (ST): Retest of SC lows
  • Spring/Shakeout: Final fake breakdown before markup
  • Last Point of Support (LPS): Higher low confirmations
  • Sign of Strength (SOS): Breakout above resistance

Distribution Detection

  • Preliminary Supply (PSY): First selling after uptrend
  • Buying Climax (BC): Euphoric buying on high volume
  • Automatic Reaction (AR): Pullback after BC
  • Secondary Test (ST): Retest of BC highs
  • Upthrust After Distribution (UTAD): Failed breakout
  • Sign of Weakness (SOW): Breakdown signals

Volume Analysis

  • Volume spread analysis at each phase
  • Effort vs Result comparison
  • Supply/demand strength measurement
  • No-demand and no-supply candles

Visual Elements

  • Phase labels on chart
  • Trading range boundaries
  • Creek/ice levels (support/resistance)
  • Volume annotations
  • Alert zones

Configuration

wyckoff_schematic:
  sensitivity: medium  # low, medium, high
  min_range_bars: 20   # minimum bars for trading range
  volume_threshold: 1.5 # volume spike multiplier
  show_labels: true
  show_annotations: true
  alert_on_spring: true
  alert_on_utad: true
  timeframes: [1h, 4h, 1d]
  assets: [BTC, ETH, SPY]

Outputs

  • phase: Current Wyckoff phase (accumulation, distribution, markup, markdown)
  • event: Latest detected event (SC, AR, ST, Spring, etc.)
  • probability: Confidence level (0-100%)
  • bias: Expected direction (bullish, bearish, neutral)
  • range_high: Trading range resistance
  • range_low: Trading range support
  • volume_context: Volume analysis summary

Read the full file on GitHub · 102 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 102 lines · 0 tokens per session scan A ac57c68fd834

Subscribe to this mod's changes

wyckoff-schematic 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 770 tokens. A static security scan graded it A with 0 findings. It is 100% identical to wyckoff-schematic, differing in 0 lines, and is treated as a copy.