skills/bybit-openapi-skill/SKILL.md
Operate Bybit V5 public market APIs through UXC with a curated OpenAPI schema, market-first discovery, and explicit private-auth boundary notes.
npx skillsauth add holon-run/uxc bybit-openapi-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to run Bybit V5 market-data operations through uxc + OpenAPI.
Reuse the uxc skill for shared execution, auth, and error-handling guidance.
uxc is installed and available in PATH.https://api.bybit.comhttps://api-testnet.bybit.comhttps://raw.githubusercontent.com/holon-run/uxc/main/skills/bybit-openapi-skill/references/bybit-v5.openapi.jsonThis skill covers a curated Bybit V5 public market surface for:
This skill does not cover:
Public market endpoints in this skill do not require credentials.
Bybit private APIs use provider-specific header signing that is not yet packaged as a generic uxc signer flow. Keep this v1 skill public-data-only until a reusable Bybit signer path exists.
Bybit's official docs note region and IP restrictions. If requests fail unexpectedly, verify that the current execution environment is permitted for Bybit API access before debugging the schema or parameters.
Use the fixed link command by default:
command -v bybit-openapi-cliuxc link bybit-openapi-cli https://api.bybit.com --schema-url https://raw.githubusercontent.com/holon-run/uxc/main/skills/bybit-openapi-skill/references/bybit-v5.openapi.jsonbybit-openapi-cli -hInspect operation help before execution:
bybit-openapi-cli get:/v5/market/time -hbybit-openapi-cli get:/v5/market/instruments-info -hbybit-openapi-cli get:/v5/market/tickers -hPrefer narrow spot reads first:
bybit-openapi-cli get:/v5/market/tickers category=spot symbol=BTCUSDTbybit-openapi-cli get:/v5/market/orderbook category=spot symbol=BTCUSDT limit=20get:/v5/market/timeget:/v5/market/instruments-infoget:/v5/market/tickersget:/v5/market/orderbookget:/v5/market/kline--text.ok, kind, protocol, data, error.category=spot unless the user explicitly needs another market family and has checked the symbol format.bybit-openapi-cli <operation> ... is equivalent to uxc https://api.bybit.com --schema-url <bybit_v5_openapi_schema> <operation> ....references/usage-patterns.mdreferences/bybit-v5.openapi.jsondevelopment
Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.
development
Operate X API v2 through UXC with the official OpenAPI schema, OAuth2 PKCE user-context auth, app-only bearer guidance, and read-first guardrails for timeline/bookmark/post workflows.
development
Operate GitHub REST API through UXC with the official OpenAPI schema, explicit gh-to-uxc auth import, and read-first guardrails for repo, issue, pull request, and event workflows.
development
Operate WhatsApp Business Platform Cloud API through UXC with a curated OpenAPI schema, bearer-token auth, and message/profile guardrails.