Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From cryptozavr
Fetch OHLCV candles (open/high/low/close/volume) for a symbol + timeframe.
npx claudepluginhub evgenygurin/cryptozavr --plugin cryptozavrHow this command is triggered — by the user, by Claude, or both
Slash command
/cryptozavr:ohlcv <venue> <symbol> <timeframe> [limit]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Fetch OHLCV candles for the user's requested symbol. Parse `$ARGUMENTS` as: `<venue> <symbol> <timeframe> [limit]`. Supported timeframes: `1m`, `5m`, `15m`, `30m`, `1h`, `4h`, `1d`, `1w`. Call the `get_ohlcv` MCP tool with: - `venue`, `symbol`, `timeframe` from args - `limit`: default `100`, or 4th arg if provided (1..1000) - `force_refresh`: `false` Render the candles as a compact table (opened_at, open, high, low, close, volume). Highlight the last closed candle. Append the `reason_codes` audit trail.
Share bugs, ideas, or general feedback.
Fetch OHLCV candles for the user's requested symbol.
Parse $ARGUMENTS as: <venue> <symbol> <timeframe> [limit].
Supported timeframes: 1m, 5m, 15m, 30m, 1h, 4h, 1d, 1w.
Call the get_ohlcv MCP tool with:
venue, symbol, timeframe from argslimit: default 100, or 4th arg if provided (1..1000)force_refresh: falseRender the candles as a compact table (opened_at, open, high, low, close, volume). Highlight the last closed candle. Append the reason_codes audit trail.