bybit-openapi-skill

Access Bybit V5 public market data APIs via the UXC CLI.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill bybit-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bybit-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/bybit-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill bybit-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill allows you to interact with Bybit's public market data APIs programmatically, simplifying access to crucial trading information without needing to manually parse API responses or manage complex authentication for public endpoints.

Core Features & Use Cases

  • Market Data Access: Retrieve server time, instrument details, tickers, order books, and kline data.
  • Simplified Interaction: Uses uxc for a consistent command-line interface, abstracting away protocol specifics.
  • Use Case: Quickly fetch the current BTCUSDT spot ticker price and order book depth to inform trading decisions.

Quick Start

Use the bybit-openapi-cli to get the current spot tickers for BTCUSDT.

Frequently Asked Questions about bybit-openapi-skill

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

FAQPage Schema
How do I fetch Bybit market data like tickers and order books via CLI?

Fetch Bybit market data by executing V5 public API operations through the UXC CLI. It abstracts protocol specifics to return deterministic JSON outputs for tickers, order books, and klines.

What Bybit V5 API endpoints can I query for crypto trading data?

You can query Bybit V5 public endpoints for server time, instrument metadata, spot tickers, order book depth, and kline data. The skill leverages a curated OpenAPI schema for these operations.

Do I need uxc installed to retrieve Bybit kline data and instrument details?

Yes, you need the `uxc` CLI installed and linked to use this skill. It relies on `uxc` to provide the command-line interface for interacting with the Bybit OpenAPI schema.

Can I get deterministic JSON output from Bybit public APIs without manual parsing?

Yes, this skill uses a curated OpenAPI schema to ensure deterministic JSON output. It simplifies programmatic access to public market data without manually parsing API responses.

Does this Bybit API skill support private endpoints for executing trades?

No, this skill specifically enables programmatic access to Bybit V5 public market data APIs. It does not handle complex authentication or private endpoints for executing trades.

What is the best way to inspect available operations for Bybit market data?

The best way to inspect Bybit market data operations is through the UXC CLI. The skill facilitates discovery and inspection of available API actions before execution.