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 skills add Itr3k/axiom-relay --skill crypto-claudegit clone --depth 1 https://github.com/Itr3k/axiom-relayWrote 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/itr3k/axiom-relay/crypto-claude)<a href="https://agentmods.dev/skills/itr3k/axiom-relay/crypto-claude"><img src="https://agentmods.dev/badge/skills/itr3k/axiom-relay/crypto-claude/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/itr3k/axiom-relay/crypto-claude"><img src="https://agentmods.dev/badge/skills/itr3k/axiom-relay/crypto-claude.svg" alt="Reviewed on agentmods" width="80" 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.00031 | $0.00406 |
| Opus 5 | $0.00015 | $0.00203 |
| Sonnet 5 | $0.00006 | $0.00081 |
| Haiku 4.5 | $0.00003 | $0.00041 |
Grade A, and why
route-crypto-swap 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 7d ago.
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.
curl -sX POST https://axiom-relay.reference-seller.workers.dev/v1/crypto/analyze \ What it actually says
Routing a swap through Axiom
Use when a task needs to exchange tokens and you want the route with the best outcome after every cost — not the best headline price.
1. Analyse first
curl -sX POST https://axiom-relay.reference-seller.workers.dev/v1/crypto/analyze \
-H 'content-type: application/json' \
-d '{"fromChain":8453,"sellToken":"<addr>","buyToken":"<addr>","sellAmount":"<atomic>","taker":"<wallet>"}'
Read recommendation.execute and recommendation.concerns. No transaction is
returned, so this cannot spend anything.
2. Read the costs honestly
costDisclosure separates the fees. providerFee is the execution provider's
own charge and is not Axiom revenue. axiomFee is 15 bps and is the only
line Axiom receives. networkGas is paid separately by whoever signs.
priceImpactBps of null means the provider did not report it — unknown, not
zero.
3. Quote when you intend to proceed
POST /v1/crypto/quote returns the same economics plus transactions: an
exact-amount approval, then the swap.
4. Signing is not yours to delegate
Hand the transactions to the wallet layer. Axiom holds no key and exposes no execution endpoint — nothing happens until a signature exists.
Operational limits
$500 per trade, $5,000 per day. Exceeding either returns
crypto_trade_too_large or crypto_daily_gmv_exhausted; both are honest
refusals, not failures.
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.
- 7d ago First seen · 46 lines · 31 tokens per session scan A 7090604446e0
route-crypto-swap is a skill published in the GitHub repository Itr3k/axiom-relay (0 stars, last pushed 8d ago), licensed MIT. It adds 31 tokens to every session and 406 once invoked, about $0.0002 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-09-04.
Other skills, from other repositories
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…