# 2.1 Pattern Recognition Bot

> Skill: Pattern Recognition Bot (2.1)

- Skill: `olaxbt/2-1-pattern-recognition-bot` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add olaxbt/2-1-pattern-recognition-bot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/olaxbt/2-1-pattern-recognition-bot/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: olaxbt (https://skillmd.com/u/olaxbt)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/olaxbt/2-1-pattern-recognition-bot

---

# Skill: Pattern Recognition Bot (2.1)

## Capabilities
- `analyze(ticker, market_data)` → Tier-0 contract with pattern + setup score
- Direct query: "What pattern is forming on BTC?"
- Direct query: "Where is the support level?"

## Data Sources
- OHLCV bars (internal)
- Pre-computed Kalman filter estimates

## Query Interface
```
/pattern_recognition_bot?ticker=BTC/USDT
```
Returns: setup score + pattern label + support level + reasoning.

## Dependencies
- `src/ta/pattern_engine.py` — pattern detection
- Kalman filter from statistical utilities

