0xArchiveIO/0xarchive-skill

8 stars · Last commit 2026-05-08

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.

README preview

# 0xArchive Skill

Agent-ready 0xArchive market data prompts with no runtime dependency beyond `curl` and `jq`.

0xArchive is granular market data infrastructure for Hyperliquid and Lighter.xyz. HIP-3 builder perps, HIP-4 outcome markets (binary prediction markets), and Hyperliquid Spot all live under the Hyperliquid namespace. This repository ships the skill package for coding-agent clients that support local skills, including OpenClaw, Claude Code, Codex, and other SKILL.md-compatible agent environments.

Use this repo when your coding-agent surface supports a local skill package and you want the fastest route from `X-API-Key` to one live market-data answer. Use [AI Clients](https://www.0xarchive.io/docs/ai-clients) to choose between skills, MCP, CLI, markdown docs, `llms.txt`, OpenAPI, and other Claude Code or GPT Codex routes.

**ClawHub:** [0xarchive on ClawHub](https://clawhub.ai/0xFantomMenace/0xarchive)

## First Answer

### OpenClaw install

```bash
openclaw install 0xarchive
export OXARCHIVE_API_KEY="0xa_your_api_key"
```

Then ask:

View full repository on GitHub →