xrocket-exchange

xrocket-exchange is a skill for Claude Code, Codex from nakazanie-ton/myrocket. It costs 87 tokens per session (1,189 once invoked), scanned A, original, MIT.

A skill for working with xRocket Exchange, a cryptocurrency trading platform, through its MCP tools. It can inspect markets and accounts and handle certain trading or transfer tasks under configured limits.

In plain words
What is it for?
Use it to inspect spot markets and account information, trade within an operator-set daily limit, or prepare approved deposits, transfers, and withdrawals.
Why use it?
It provides a controlled workflow for checking exchange data and preparing or performing supported account actions while separating public reads from private operations.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the xrocket-exchange plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to inspect spot markets and account information, trade within an operator-set daily limit, or prepare approved deposits, transfers, and withdrawals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nakazanie-ton/myrocket/xrocket-exchange
Install

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.

Any agent
npx skills add nakazanie-ton/myrocket --skill xrocket-exchange
Clone the repo
git clone --depth 1 https://github.com/nakazanie-ton/myrocket

Made for: Claude Code, Codex.

Or install xrocket-exchange, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote 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.

agentmods badge for xrocket-exchange

README.md
[![agentmods](https://agentmods.dev/badge/skills/nakazanie-ton/myrocket/xrocket-exchange/github.svg)](https://agentmods.dev/skills/nakazanie-ton/myrocket/xrocket-exchange)
Your own site
<a href="https://agentmods.dev/skills/nakazanie-ton/myrocket/xrocket-exchange"><img src="https://agentmods.dev/badge/skills/nakazanie-ton/myrocket/xrocket-exchange/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.

agentmods 80×15 button for xrocket-exchange

Your own site · 80×15
<a href="https://agentmods.dev/skills/nakazanie-ton/myrocket/xrocket-exchange"><img src="https://agentmods.dev/badge/skills/nakazanie-ton/myrocket/xrocket-exchange.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,189 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.01189
Opus 5 $0.00044 $0.00594
Sonnet 5 $0.00017 $0.00238
Haiku 4.5 $0.00009 $0.00119

Measured 11d ago against content hash 811f70ab936a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

xrocket-exchange scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/xrocket-exchange/skills/xrocket-exchange/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

xRocket Exchange

Use semantic xRocket MCP tools. Keep public analysis fast and keep every private or financial action fail-closed.

Start safely

  1. Identify the requested environment and operation. The environment is fixed when the MCP server starts. Public reads default to mainnet; before any write, name and verify the returned environment and prefer a testnet-configured server unless the user explicitly chose mainnet.
  2. Use public for market data. Use private-read only when account state is needed. Use full only when the user explicitly requests a supported financial action.
  3. Never ask for the API token in chat or pass it as a tool argument. If account or order tools are unavailable, call xrocket_onboarding_links when present, ask the user to sign in, and direct them to npx -y [email protected] trading-config --limit 100 --asset USD for testnet-first local setup. Let the user choose the limit; do not solicit the secret.
  4. Read references/api-map.md for tool selection. Read references/safety.md before any write, references/errors.md for failures, and references/advanced-workflows.md for multi-step work.

Public market workflow

  1. For a broad current-market question, call xrocket_market_snapshot; it resolves an exact symbol or unambiguous base asset and returns rules, ticker, orderbook, trades, and fees together.
  2. Use xrocket_market_symbols, xrocket_asset_info, candles, rates, or another narrow tool only when the question needs more detail.
  3. Preserve timestamps and decimal strings. Label stale or missing fields; do not synthesize funding rate, open interest, positions, leverage, or derivatives data because the audited API does not expose them.
  4. Describe the result as an xRocket REST snapshot, not a live WebSocket stream.

Private read workflow

  1. Confirm the user wants their account data and that private-read or full is configured locally.
  2. Use xrocket_account_overview for a whole-account question. Use balances, orders, transfers, withdrawals, or quotas for a narrow question.
  3. Minimize disclosure in the answer. Do not echo the bearer token, full withdrawal addresses, or unrelated account data.
  4. Distinguish trading and funding balances. Describe Exchange transfers only as internal fundingtrading moves.

Read the full file on GitHub · 67 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 11d ago First seen · 67 lines · 87 tokens per session scan A 811f70ab936a

Subscribe to this mod's changes

xrocket-exchange is a skill published in the GitHub repository nakazanie-ton/myrocket (0 stars, last pushed 17d ago), licensed MIT. It adds 87 tokens to every session and 1,189 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

alpha-arcade-interaction

Trade on Alpha Arcade prediction markets on Algorand — browse markets, read orderbooks, place limit/market orders, manage positions, cancel/amend orders, split/merge shares, and claim winnings. Use when user asks about prediction markets, event betting, YES/NO shares, orderbooks, or Alpha Arcade.

GoPlausible/algorand-mcp · 71 tokens

haystack-router-interaction

Route and execute optimal token swaps on Algorand using Haystack Router via Algorand MCP tools. Use when getting best-price quotes across multiple Algorand DEXes and LST protocols, executing atomic swaps, and checking asset opt-in — all through the Algorand MCP server.

GoPlausible/algorand-mcp · 65 tokens

algorand-x402-payment

Execute x402 payments at runtime using Algorand MCP tools. Use whenever an HTTP request returns 402 Payment Required (or a PAYMENT-REQUIRED header), the user needs to access a paid API or x402-protected resource, or the user mentions x402, micropayments, paying for an endpoint, or "payment required" — even if they…

GoPlausible/algorand-mcp · 84 tokens

openclaw-crypto-payments

Skill "openclaw-crypto-payments" from yedanyagamiai-cmd/openclaw-mcp-servers, covering openclaw crypto payments v2.0, what's new in v2.0, quick start, detection triggers and named protocols.

yedanyagamiai-cmd/openclaw-mcp-servers · 115 tokens

conviction-fm

Compete in daily crypto prediction competitions on conviction.fm. Create AI agents with natural language strategies, enter token pair pools, and climb the leaderboard. Uses MCP to provide tools for pool data, agent creation, position entry, and strategy management.

abcxz/conviction-fm · 53 tokens

x402-payments

Quote and settle OpenMesha x402 paywalled services (USDC on Base). Use when metering tool calls, outcome fees, or agent-to-agent settlement.

ANAMIZED/OpenMesha · 39 tokens