A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Agent-ready 0xArchive market data skill for Hyperliquid and Lighter.xyz.
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.
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 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 |
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 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.
| 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 |
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
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.
curl and jq available in your shellDesign enforcement with memory — keeps your UI consistent across a project
Human + AI music production workflow for Suno - skills, templates, and tools
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini