Tick Data Skill

Retrieve historical tick, OHLC, and orderbook spread data from TimescaleDB.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill tick-data-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tick Data Skill
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/ticks
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill tick-data-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to query and retrieve historical tick, OHLC (Open, High, Low, Close), and orderbook spread data from a TimescaleDB database, enabling detailed market analysis.

Core Features & Use Cases

  • Historical Tick Data: Retrieve recent price movements for a given market and outcome.
  • OHLC Candlestick Data: Get aggregated price data over specified intervals (e.g., 1 hour, 1 day).
  • Orderbook Spread History: Analyze the bid-ask spread and depth over time.
  • Recorder Statistics: Monitor the status and performance of the tick data recorder.
  • Use Case: A trader can use this Skill to analyze the price volatility of a specific outcome on a prediction market over the last 24 hours, or to check the spread history of a futures contract to identify potential arbitrage opportunities.

Quick Start

Query the last 24 hours of tick data for the 'polymarket' platform and market ID '0x1234abcd'.

Frequently Asked Questions about Tick Data Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve historical tick data for a specific market and outcome?

To retrieve historical tick data, query the TimescaleDB instance by specifying the target market and outcome. This returns recent price movements and individual tick records for detailed market analysis.

Can I get aggregated OHLC candlestick data with custom time intervals?

Yes, you can retrieve aggregated OHLC candlestick data with customizable intervals such as 1 hour or 1 day. This allows you to analyze price trends and volatility over specified timeframes.

Does this Skill support querying orderbook spread history?

Yes, the Skill supports querying orderbook spread history from TimescaleDB. You can analyze bid-ask spread and depth over time to identify arbitrage opportunities for specific markets.

How do I check the status and statistics of the tick data recorder service?

You can check the status and statistics of the tick data recorder service by using the included functionality. This monitors the performance and operational state of the data recording process.

What database do I need to query historical market data?

You need a TimescaleDB instance to query historical market data. The Skill retrieves ticks, OHLC candles, and orderbook spreads directly from this time-series database.

What is the best way to analyze price volatility on prediction markets?

The best way to analyze price volatility is by retrieving historical OHLC candles or tick data from TimescaleDB. This provides the detailed price movements needed for specific market outcomes.