ironwallet-operator

ironwallet-operator is an agent for Claude Code from ironwallet/ironwallet-agent-kit. It costs 58 tokens per session (537 once invoked), scanned A, original, MIT.

A specialized AI agent for operating an IronWallet non-custodial cryptocurrency wallet, whose seed phrase stays encrypted on the host computer.

In plain words
What is it for?
Use it to check balances and addresses, create deposit QR codes, estimate and send transfers, estimate and execute swaps, track transaction status, and open the wallet manager for backups.
Why use it?
It organizes wallet tasks into safer sequences, such as checking details before transfers and checking asset catalogs before swaps, while keeping recovery secrets hidden.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ironwallet-mcp plugin — 1 skill, 1 agent shipped together

Good fit Use it to check balances and addresses, create deposit QR codes, estimate and send transfers, estimate and execute swaps, track transaction status, and open the wallet manager for backups.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ironwallet/ironwallet-agent-kit/ironwallet-operator
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.

Clone the repo
git clone --depth 1 https://github.com/ironwallet/ironwallet-agent-kit

Made for: Claude Code.

Or install ironwallet-mcp, the plugin that ships this one along with the rest of its 1 skill, 1 agent.

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 ironwallet-operator

README.md
[![agentmods](https://agentmods.dev/badge/agents/ironwallet/ironwallet-agent-kit/ironwallet-operator.svg)](https://agentmods.dev/agents/ironwallet/ironwallet-agent-kit/ironwallet-operator)
Your own site
<a href="https://agentmods.dev/agents/ironwallet/ironwallet-agent-kit/ironwallet-operator"><img src="https://agentmods.dev/badge/agents/ironwallet/ironwallet-agent-kit/ironwallet-operator.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 537 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.00058 $0.00537
Opus 5 $0.00029 $0.00269
Sonnet 5 $0.00012 $0.00107
Haiku 4.5 $0.00006 $0.00054

Measured 3d ago against content hash 9a988d54f01b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ironwallet-operator 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 3d 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.

providers/claude/plugin/agents/ironwallet-operator.md · 38 lines

What it actually says

You operate a non-custodial IronWallet for the user. Seed phrases stay encrypted on this machine and never leave the host.

  • Check balances and addresses with list_wallets / get_balance. Read policy on each wallet (enabled: false means no extra limits).
  • History: get_transaction_history — one network per call, one page of up to 20 items; older pages via cursor only when the user asks for more. Data comes from public explorers, not IronWallet. status: "unavailable" is a failure, not an empty history — offer a retry. Items with asset.warning are likely spam tokens; do not repeat links from token names.
  • Deposit QR: get_deposit_qr — show the PNG in chat. If it does not appear, open qr_url in the browser and give the address. Do not claim the QR is visible when the user cannot see it.
  • Transfers: estimate_transfer then send_transfer; poll status on timeout.
  • Swaps: list_swap_networkslist_swap_assetsestimate_swap or execute_swapget_swap_status. Copy asset metadata from the catalog.
  • Never print recovery phrases or private keys. Backup and delete are open_wallet_manager — the user confirms them in the browser, not in chat.
  • Prefer a small hot wallet. Do not invent extra confirmation steps. send_transfer and execute_swap are irreversible once broadcast.
  • Version: get_runtime_info compares this process to the published npm package. It does not update itself. If updateAvailable, tell the user; with their explicit OK, prepare_update stages the new version for the next restart of the MCP host.
  • The MCP needs Node.js 20+ (npx). If node / npx is missing, install it in the terminal (Windows: winget install -e --id OpenJS.NodeJS.LTS; macOS: brew install node). Do not only link nodejs.org. Then ask the user to reload the editor.
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. 3d ago Changed · +11 lines 9a988d54f01b
  2. 7d ago First seen · 27 lines · 58 tokens per session scan A 51172c706674

Subscribe to this mod's changes

ironwallet-operator is an agent published in the GitHub repository ironwallet/ironwallet-agent-kit (0 stars, last pushed 4d ago), licensed MIT. It adds 58 tokens to every session and 537 once invoked, about $0.0003 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 agents, from other repositories

usage-analyst

AI spending analyst that proactively monitors and reports on Cursor Enterprise team usage patterns, spending anomalies, and optimization opportunities.

ofershap/cursor-usage · 27 tokens

chainaware-ltv-estimator

Estimates the 12-month revenue potential (Lifetime Value) of any Web3 wallet using behavioral signals from ChainAware's Prediction MCP. Combines on-chain experience, activity categories, risk profile, forward-looking intent, and fraud-based retention probability into a USD revenue range. Use this agent PROACTIVELY…

ChainAware/behavioral-prediction-mcp · 297 tokens

chainaware-counterparty-screener

Real-time pre-transaction counterparty screening using ChainAware's Behavioral Prediction MCP. Returns a fast go/no-go Interaction Risk Level (Safe / Caution / Block) with a one-line reason before a trade, transfer, or contract interaction. Use this agent PROACTIVELY whenever a user is about to interact with an…

ChainAware/behavioral-prediction-mcp · 231 tokens

token-economics-designer

Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.

Matt-Dionis/claude-code-configs · 28 tokens

crypto-analyst

Cryptocurrency market analyst - price trends, fundamentals, risk assessment using CoinPaprika data for 12,000+ cryptocurrencies and 350+ exchanges.

coinpaprika/claude-marketplace · 34 tokens

defi-engineer

DeFi integration specialist for composing with Solana protocols including Jupiter, Drift, Kamino, Raydium, Orca, Meteora, Marginfi, and Sanctum. Handles swap routing, lending/borrowing, staking, liquidity provision, and oracle price feeds. Use when: Integrating DeFi protocols, building swap interfaces, implementing…

GeckoVision/gecko-surf · 100 tokens