Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/0xarchiveio/0xarchive-skill/querynpx skills add 0xArchiveIO/0xarchive-skill --skill querygit clone --depth 1 https://github.com/0xArchiveIO/0xarchive-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/0xarchiveio/0xarchive-skill/query)<a href="https://agentmods.dev/skills/0xarchiveio/0xarchive-skill/query"><img src="https://agentmods.dev/badge/skills/0xarchiveio/0xarchive-skill/query.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00310 | $0.10875 |
| Opus 5 | $0.00155 | $0.05437 |
| Sonnet 5 | $0.00062 | $0.02175 |
| Haiku 4.5 | $0.00031 | $0.01087 |
Grade A, and why
0xarchive scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Query historical and real-time crypto market data from **0xArchive** using `curl`. 0xArchive exposes two top-level venue APIs: **Hyperliquid** and **Lighter.xyz**. **HIP-3** builder perps live under the Hyperliquid names How it starts
The opening of the file, as written. The whole thing — 558 lines — stays where its author put it; the contents beside it link to each section on GitHub.
0xArchive API Skill
Query historical and real-time crypto market data from 0xArchive using curl. 0xArchive exposes two top-level venue APIs: Hyperliquid and Lighter.xyz. HIP-3 builder perps live under the Hyperliquid namespace at /v1/hyperliquid/hip3. HIP-4 outcome markets (binary prediction markets) live at /v1/hyperliquid/hip4. Hyperliquid Spot has 326 authenticated inventory rows at /v1/hyperliquid/spot. Data types are route-specific: orderbooks, trades, candles, funding rates, open interest, liquidations, outcome markets, spot, TWAP, and data quality metrics.
Orderbook depth limits apply to L2 snapshot endpoints only.
Authentication
All endpoints require the x-api-key header. The key is read from $OXARCHIVE_API_KEY.
curl -s -H "x-api-key: $OXARCHIVE_API_KEY" "https://api.0xarchive.io/v1/..."
Venue Scopes & Coin Naming
| Scope | Path prefix | Coin format | Examples |
|---|---|---|---|
| Hyperliquid | /v1/hyperliquid |
UPPERCASE | BTC, ETH, SOL |
| Hyperliquid HIP-3 | /v1/hyperliquid/hip3 |
Case-sensitive, builder:NAME |
km:US500, xyz:GOLD, hyna:BTC, vntl:SPACEX, flx:TSLA, cash:NVDA |
| Hyperliquid HIP-4 | /v1/hyperliquid/hip4 |
Bare numeric <10*outcome_id + side> (legacy #0 / %230 also accepted) |
0, 1, 10, 11 |
| Hyperliquid Spot | /v1/hyperliquid/spot |
Dashed canonical BASE-QUOTE |
HYPE-USDC, PURR-USDC, AAPL-USDC |
| Lighter | /v1/lighter |
UPPERCASE | BTC, ETH |
Hyperliquid and Lighter auto-uppercase the symbol server-side. HIP-3 coin names are passed through as-is. HIP-4 coins encode outcome and side: 0 is outcome 0 / side 0 (YES), 1 is outcome 0 / side 1 (NO), 10 is outcome 1 / side 0, etc. The bare numeric form is canonical; the legacy #0 and %230 forms still work for backward compatibility. Spot symbols are dashed (HYPE-USDC, PURR-USDC, AAPL-USDC); the server resolves the dashed form to the wire format (PURR/USDC, @107) internally, so always use the dashed form.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed cc424e79cbe5
- 5d ago First seen · 558 lines · 310 tokens per session scan A 582a06200698
0xarchive is a skill published in the GitHub repository 0xArchiveIO/0xarchive-skill (10 stars, last pushed 4d ago), licensed MIT. It adds 310 tokens to every session and 10,875 once invoked, about $0.0015 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
trading-solana
Trade tokens on Solana DEXes - Jupiter, Raydium, Orca, Meteora, Pump.fun.
pump-swarm
Coordinated multi-wallet trading on Pump.fun.
whale-tracking
Monitor whale trades on Polymarket and crypto chains (Solana, ETH, Polygon, ARB, Base, OP).
copy-trading
Automatically copy trades from successful wallets on Polymarket and crypto.
trading-evm
Trade tokens on EVM chains - Uniswap V3, 1inch on Ethereum, Arbitrum, Optimism, Base, Polygon.
acp
Enable agent-to-agent commerce with on-chain escrow, cryptographic agreements, and service discovery.