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.
npx agentmods add skills/kayzaa/k.i.t.-bot/auto-chart-patternsnpx skills add kayzaa/k.i.t.-bot --skill auto-chart-patternsgit clone --depth 1 https://github.com/kayzaa/k.i.t.-botWrote 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.
[](https://agentmods.dev/skills/kayzaa/k.i.t.-bot/auto-chart-patterns)<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>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.
| Model | Per session | Once 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 |
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.
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.
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 scanGET /api/patterns/:symbol- Symbol patternsGET /api/patterns/history- Detection historyGET /api/patterns/stats- Performance statisticsPOST /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
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.
- 6d ago First seen · 80 lines · 0 tokens per session scan A 5797d1650d25
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.
Other skills, from other repositories
BytesAgain Crypto Toolkit — 200+ Technical Indicators, Real-Time Market Data
Use when you need real-time crypto prices, technical indicators (RSI, MACD, Bollinger, 50+), market rankings, on-chain data, or trading signals. Zero API key required.
derivatives-trading-portfolio-margin
Binance Derivatives-trading-portfolio-margin request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.
spot
Binance Spot request using the Binance API. Authentication requires API key and secret key. Supports testnet, mainnet, and demo.
assets
Binance Assets request using the Binance API. Authentication requires API key and secret key.
derivatives-trading-coin-futures
Binance Derivatives-trading-coin-futures request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.
p2p
Binance P2P trading assistant for natural-language queries about P2P/C2C market ads and (optionally) the user’s own P2P order history. Use when the user asks about P2P prices, searching/choosing ads, comparing payment methods, or reviewing their P2P order history (requires API key). Do NOT use for spot/futures prices…