0xarchive-skill
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Claude Code skill for querying historical crypto market data from 0xArchive - orderbooks, trades, candles, funding rates, open interest, and liquidations across Hyperliquid, Lighter.xyz, and HIP-3.
0xArchive Skill
Agent-ready 0xArchive market data prompts with no runtime dependency beyond curl and jq.
0xArchive is granular market data infrastructure for the Hyperliquid and Lighter.xyz venue APIs. Hyperliquid includes core perps, HIP-3 builder perps, HIP-4 outcome markets, and Hyperliquid Spot; HIP-3, HIP-4, and Spot stay under the Hyperliquid namespace. Lighter.xyz is the second top-level venue API. This repository ships the local skill package for Claude Code, ChatGPT Codex, and other skill-capable coding-agent environments.
Use this repo when Claude Code, ChatGPT Codex, or another local skill-capable coding agent needs the fastest route from X-API-Key to one live market-data answer. Use AI Clients to choose between skills, MCP, CLI, markdown docs, llms.txt, OpenAPI, and other Claude Code or ChatGPT Codex routes.
First Answer
Claude Code and ChatGPT Codex install
git clone https://github.com/0xArchiveIO/0xarchive-skill.git
# Claude Code
mkdir -p .claude/skills/0xarchive
cp 0xarchive-skill/skills/query/SKILL.md .claude/skills/0xarchive/SKILL.md
# ChatGPT Codex repo-scoped skill
mkdir -p .agents/skills/0xarchive
cp 0xarchive-skill/skills/query/SKILL.md .agents/skills/0xarchive/SKILL.md
export OXARCHIVE_API_KEY="0xa_your_api_key"
Then ask:
/0xarchive:query BTC funding rate
Expected result: current or recent 0xArchive market data, or a direct auth/configuration error.
If your workflow already manages skills through OpenClaw, install the same 0xArchive skill with:
openclaw install 0xarchive
Use the local .claude or .agents paths above for Claude Code and ChatGPT Codex installs.
Agent Integration Requirements
| Agent surface | Requirement | Setup mechanic |
|---|---|---|
| Claude Code | Local skills enabled | Clone or copy the skill into .claude/skills/0xarchive |
| ChatGPT Codex | ChatGPT Codex with skills enabled | Clone or copy the skill into .agents/skills/0xarchive in the target repo where applicable, or use the skill path your Codex client documents |
| Both coding agents | OXARCHIVE_API_KEY, curl, and jq |
Ask one /0xarchive query first, then expand into CLI, MCP, SDKs, or Data Catalog exports |
| OpenClaw | Optional install helper | openclaw install 0xarchive |
| No local skill support | Shell, MCP, or docs access | Use the CLI, MCP where supported, SDKs, llms.txt, OpenAPI, or markdown docs |
Standalone install
git clone https://github.com/0xArchiveIO/0xarchive-skill.git
# Claude Code
mkdir -p .claude/skills/0xarchive
cp 0xarchive-skill/skills/query/SKILL.md .claude/skills/0xarchive/SKILL.md
# ChatGPT Codex repo-scoped skill
mkdir -p .agents/skills/0xarchive
cp 0xarchive-skill/skills/query/SKILL.md .agents/skills/0xarchive/SKILL.md
export OXARCHIVE_API_KEY="0xa_your_api_key"
Then ask:
/0xarchive:query BTC orderbook
Claude Code And ChatGPT Codex
Claude Code and ChatGPT Codex should both start from the same 0xArchive product truth: one authenticated request first, then expand into deeper tooling only after the result is concrete. Use this SKILL.md package directly in skill-capable clients. When a client does not support local skills, use the same API key through the CLI, SDKs, MCP where supported, llms.txt, OpenAPI, and markdown docs.
Usage Examples
| Command | What you get |
|---|---|
/0xarchive:query BTC funding rate |
Current funding rate for BTC |
/0xarchive:query ETH 4h candles last week |
Historical OHLCV candles |
/0xarchive:query SOL liquidations last 24h |
Recent liquidation events |
/0xarchive:query km:US500 trades last hour |
Hyperliquid HIP-3 trades |
/0xarchive:query system health |
Data quality status across venue APIs |
/0xarchive:query compare BTC funding Hyperliquid vs Lighter |
Venue funding comparison |
/0xarchive:query sign up with wallet 0x... |
Web3 onboarding for a free API key |
Data Available
- Orderbooks -- L2 snapshots with configurable depth and granularity. Depth tiers apply to L2 snapshot routes.
- L4 Orderbooks -- User-attributed orderbook reconstruction, diffs, and checkpoints (Hyperliquid + HIP-3)
- L3 Orderbooks -- Order-level orderbook snapshots with account filtering (Lighter)
- Orders -- Order history with user attribution, order flow aggregation, TP/SL history (Hyperliquid + HIP-3)
- Trades -- Individual fills with maker/taker details
- Candles -- OHLCV aggregations (1m to 1w intervals)
- Funding Rates -- Historical and current, with aggregation intervals
- Open Interest -- Historical and current, with aggregation intervals
- Liquidations -- By symbol, by user address, aggregated volume (Hyperliquid + HIP-3)
- Price History -- Mark, oracle, and mid price over time
- Freshness -- Per-data-type lag and last-updated timestamps
- Market Summary -- Price, funding, OI, volume, and liquidations in one call
- Data Quality -- Coverage, latency, SLA, incidents
Install
For Claude Code or ChatGPT Codex with skills enabled, copy the skill into the local skill directory your client reads:
git clone https://github.com/0xArchiveIO/0xarchive-skill.git
# Claude Code
mkdir -p .claude/skills/0xarchive
cp 0xarchive-skill/skills/query/SKILL.md .claude/skills/0xarchive/SKILL.md
# ChatGPT Codex repo-scoped skill
mkdir -p .agents/skills/0xarchive
cp 0xarchive-skill/skills/query/SKILL.md .agents/skills/0xarchive/SKILL.md
Set your API key:
export OXARCHIVE_API_KEY="0xa_your_api_key"
Then use /0xarchive in that skill-capable client, e.g.:
/0xarchive BTC funding rate
/0xarchive ETH 4h candles last week
/0xarchive system health status
Data Catalog
For file-based historical pulls, use the Data Catalog. It lets you search markets, choose datasets and dates, see a live quote, and export zstd-compressed Parquet.
Requirements
- An 0xArchive API key from signup
curlandjqavailable in your shell
Next Paths
- First authenticated route: Quick Start
- Skill/MCP/agent choice: AI Clients
- CLI for Claude Code, ChatGPT Codex, and other shell-first agent work: CLI docs
- Plans and limits: Pricing
- Status and changes: Status, Changelog
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found