auto-chart-patterns

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

A chart-analysis tool that automatically spots more than 30 common price patterns as they form, such as triangles, flags, double tops, and head-and-shoulders shapes.

In plain words
What is it for?
It is for scanning watchlists or markets for chart patterns across different assets, checking individual symbols, and finding possible reversal or continuation setups.
Why use it?
It removes the need to watch charts and identify these patterns by eye. It also provides pattern quality ratings, estimated price targets, historical success rates, and alerts when patterns complete.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/kayzaa/k.i.t.-bot/auto-chart-patterns
Any agent
npx skills add kayzaa/k.i.t.-bot --skill auto-chart-patterns
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 auto-chart-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/auto-chart-patterns.svg)](https://agentmods.dev/skills/kayzaa/k.i.t.-bot/auto-chart-patterns)
Your own site
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/auto-chart-patterns"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/auto-chart-patterns.svg" alt="Measured on agentmods" 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 522 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00522
Opus 5 $0.00000 $0.00261
Sonnet 5 $0.00000 $0.00104
Haiku 4.5 $0.00000 $0.00052

Measured 6d ago against content hash 5797d1650d25, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

auto-chart-patterns 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 6d 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 auto-chart-patterns — 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/auto-chart-patterns/SKILL.md · 80 lines

How it starts

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

Auto Chart Patterns

TradingView Premium-style automatic chart pattern recognition.

Features

  • Real-Time Detection - Patterns detected as they form
  • 30+ Pattern Types - Classic and advanced patterns
  • Confidence Scoring - AI-based pattern quality rating (0-100%)
  • Price Targets - Automatic target calculation from pattern
  • Historical Stats - Success rate per pattern type
  • Multi-Asset Scanning - Scan entire markets for patterns
  • Alert on Formation - Get notified when patterns complete

Patterns Detected

Reversal Patterns

  • Head & Shoulders / Inverse H&S
  • Double Top / Double Bottom
  • Triple Top / Triple Bottom
  • Rounding Top / Rounding Bottom
  • Diamond Top / Diamond Bottom

Continuation Patterns

  • Ascending/Descending Triangle
  • Symmetrical Triangle
  • Bull/Bear Flag
  • Bull/Bear Pennant
  • Rising/Falling Wedge
  • Rectangle/Channel

Advanced Patterns

  • Cup & Handle / Inverse C&H
  • Adam & Eve
  • Bump & Run
  • Island Reversal
  • Three Drives
  • Wolfe Waves
  • Gartley / Butterfly / Bat / Crab (Harmonics)

Commands

kit patterns scan                  # Scan watchlist for patterns
kit patterns <symbol>              # Detect patterns on symbol
kit patterns history               # View detected pattern history
kit patterns stats                 # Pattern success statistics
kit patterns alert <type>          # Alert on specific pattern

API Endpoints

  • GET /api/patterns/scan - Multi-asset pattern scan
  • GET /api/patterns/:symbol - Symbol patterns
  • GET /api/patterns/history - Detection history
  • GET /api/patterns/stats - Performance statistics
  • POST /api/patterns/alerts - Configure alerts

Configuration

patterns:
  min_confidence: 70          # Minimum pattern quality
  detection_mode: realtime    # realtime/endofbar
  include_harmonics: true
  include_candlestick: true
  lookback_bars: 200
  auto_trade: false           # Enable auto-trading on patterns

Pattern Data

Each detection includes:

  • Pattern type and direction
  • Entry point and stop loss
  • Target prices (1, 2, 3)
  • Confidence score
  • Historical success rate
  • Volume confirmation status

Read the full file on GitHub · 80 lines

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. 6d ago First seen · 80 lines · 0 tokens per session scan A 5797d1650d25

Subscribe to this mod's changes

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