Claude Code Skill
Query 0xArchive from Claude Code with curl + jq, including market data, order-level routes, data quality, and wallet signup without running MCP.
Query 0xArchive from Claude Code without running a local MCP server.
The skill turns prompts into curl-based requests across Hyperliquid, HIP-3, and Lighter.xyz, expects curl and jq locally, and covers market data, order-level routes, data quality, and wallet signup.
Install as plugin
Clone the repo and load it as a plugin. Skills are namespaced as /0xarchive:query.
git clone https://github.com/0xArchiveIO/0xarchive-skill.gitclaude --plugin-dir ./0xarchive-skillInstall via OpenClaw
Install from ClawHub using the OpenClaw CLI.
openclaw install 0xarchiveInstall as standalone skill
Copy the skill file directly into your project. It is invoked as /0xarchive and expects curl plus jq in your shell.
mkdir -p .claude/skills/0xarchivecurl -o .claude/skills/0xarchive/SKILL.md \ https://raw.githubusercontent.com/0xArchiveIO/0xarchive-skill/main/skills/query/SKILL.mdExample prompts
Once installed, call the skill from Claude Code with prompts like these.
/0xarchive:query BTC funding rate/0xarchive:query ETH 4h candles last week/0xarchive:query SOL orderbook depth 20/0xarchive:query BTC order flow last hour/0xarchive:query hyna:BTC tpsl orders today/0xarchive:query km:US500 trades last hour/0xarchive:query system health status/0xarchive:query sign up with wallet 0xabc123...
MCP server or skill
Use the MCP server when you need typed tools across clients. Use the skill when you only need Claude Code.
| MCP server | Skill plugin | |
|---|---|---|
| Dependencies | Node.js + npm | curl + jq |
| Compatible with | Claude Desktop, Claude Code, Cursor, any MCP client | Claude Code only |
| Tools | 73 typed tools with output schemas | Natural language → curl commands |
| Use | Structured queries and multi-client setups | Fast setup when curl and jq are already available |
