AgentSkills-compatible. Place SKILL.md in your agent workspace and Chartai pattern commands are available as native slash commands — no integration code.
# Install Chartai skill globally pip install chartai-skill # Or copy SKILL.md to your agent workspace curl -o SKILL.md https://chartai.live/skill/SKILL.md
# .env or environment CHARTAI_API_KEY=sk-chartai-<YOUR_KEY> # Or pass inline chartai-skill configure --api-key sk-chartai-<YOUR_KEY>
# Claude Code reads SKILL.md automatically # Any slash command starting with /chartai: is routed # Example agent interaction: User: What patterns does BTCUSDT show right now? Assistant: /chartai:scan BTCUSDT 1h → Found Falling Wedge (continuation) — breakout zone 77,400
/chartai:scan<symbol> [tf]Scan a symbol for patterns on a timeframe. Returns pattern cards with entry/target/stop.
/chartai:scan BTCUSDT 4h
/chartai:alert<symbol> <pattern> [tf]Subscribe to alerts for a pattern on a symbol. Notifies your agent when detected.
/chartai:alert ETHUSDT "double bottom" 1d
/chartai:records[symbol] [limit]Fetch recent historical signal records with outcomes.
/chartai:records AAPL 10
/chartai:patterns[category]List all supported pattern types.
/chartai:patterns harmonic
Plus or Pro plan required. 14-day free trial.