Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt

Use this file to discover all available pages before exploring further.

Claude Code Skill guidance should be specific to Claude Code setup, not a generic Skill chooser. This page keeps that older search path useful without blurring the rest of the tooling docs. A Skill is a local SKILL.md workflow package. It teaches a compatible host how to choose 0xArchive route families, make bounded HTTP calls, inspect JSON, and preserve request IDs. It is not MCP, not CLI, and not a coding agent. Claude Code is the host.

Claude Code Fit

Use the 0xArchive Skill in Claude Code when the workflow benefits from reusable instructions and shell-backed request patterns. Use MCP Server instead when Claude Code should call typed MCP tools. Use CLI when a repeatable terminal command is enough. Use OpenAPI and SDKs when Claude is generating application code.
NeedBetter surface
Reusable route-selection procedureSkill
Typed tool calls in Claude CodeMCP Server
One-off shell or CI commandCLI
Generated app clientOpenAPI and SDKs
Concept or citation contextMarkdown docs and llms.txt

Setup Checklist

1

Install or place the Skill package

Put the 0xArchive SKILL.md package in the Claude Code skill location used by your environment.
2

Set the API key

Keep OXARCHIVE_API_KEY in the shell or project environment Claude Code uses.
3

Start with route selection

Ask Claude to name the venue family and route before running a request.
4

Keep requests bounded

Require one symbol, one route, one small window, and meta.request_id logging before widening.

Prompt Shape

Claude Task Packet

For Claude Code, write the request as a small local task instead of a broad research prompt.
FieldGood packet
Route decision”Use Hyperliquid Spot trades for HYPE-USDC; cite the route before calling it.”
Request bound”Run one freshness check or one page before adding loops.”
Credential path”Read OXARCHIVE_API_KEY from the shell; do not print it.”
Output shape”Return the route, status, key fields, and meta.request_id.”
Stop rule”Ask before exports, dependency installs, or wider market pulls.”

Safety Boundaries

The Skill should not install arbitrary packages, mutate unrelated files, or run broad exports by default. It should teach Claude Code to choose the route family, use X-API-Key, inspect freshness, parse the response envelope, and stop when the prompt lacks venue, symbol, or time-window information.

Next Step

Use Skill for the full surface description and MCP Claude Setup if the Claude workflow should use MCP instead.
Last modified on May 20, 2026