install-wallet-ui-react-native

install-wallet-ui-react-native is a skill for Claude Code, Codex from wallet-ui/wallet-ui. It costs 41 tokens per session (403 once invoked), scanned A, original, MIT.

A setup guide for Wallet UI in Expo React Native apps, which are mobile applications built with React Native and Expo, for Solana cryptocurrency wallets.

In plain words
What is it for?
It helps configure Wallet UI for a new app or an existing app that still depends on @solana/web3.js.
Why use it?
It explains why setup differs between the newer @solana/kit library and the older @solana/web3.js version, helping avoid choosing the wrong integration path.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/wallet-ui/wallet-ui/install-wallet-ui-react-native
Any agent
npx skills add wallet-ui/wallet-ui --skill install-wallet-ui-react-native
Clone the repo
git clone --depth 1 https://github.com/wallet-ui/wallet-ui

Made for: Claude Code, Codex.

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 install-wallet-ui-react-native

README.md
[![agentmods](https://agentmods.dev/badge/skills/wallet-ui/wallet-ui/install-wallet-ui-react-native.svg)](https://agentmods.dev/skills/wallet-ui/wallet-ui/install-wallet-ui-react-native)
Your own site
<a href="https://agentmods.dev/skills/wallet-ui/wallet-ui/install-wallet-ui-react-native"><img src="https://agentmods.dev/badge/skills/wallet-ui/wallet-ui/install-wallet-ui-react-native.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 403 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00041 $0.00403
Opus 5 $0.00020 $0.00201
Sonnet 5 $0.00008 $0.00081
Haiku 4.5 $0.00004 $0.00040

Measured 5d ago against content hash 3f6ca5046100, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

install-wallet-ui-react-native 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 5d 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.

.ruler/skills/install-wallet-ui-react-native/SKILL.md · 44 lines

What it actually says

Install Wallet UI (React Native)

Overview

This skill helps you set up Wallet UI in your Expo React Native application. You need to choose which Solana library you are using, as the setup differs significantly.

Choose Your Path

1. Modern: @solana/kit (Recommended)

Use this if:

  • You are starting a new project.
  • You prefer the modern, lightweight, functional API of @solana/kit.
  • You want better tree-shaking and smaller bundle sizes.

Instructions: Open Solana Kit Guide

2. Legacy: @solana/web3.js (Maintenance Mode)

Use this if:

  • You are maintaining an existing project heavily reliant on @solana/web3.js v1.
  • You need specific legacy dependencies that haven't migrated to @solana/kit.
  • You understand that @solana/web3.js is heavier and no longer the primary recommendation for new apps.

Instructions: Open Solana Web3.js Guide

Quick Comparison

Feature @wallet-ui/react-native-kit @wallet-ui/react-native-web3js
Solana Lib @solana/kit @solana/web3.js (v1)
API Style Functional, Tree-shakeable Object-Oriented, Monolithic
Bundle Size Smaller Larger
Status Recommended Maintenance / Legacy Support
Files

What ships with it

2 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. 5d ago First seen · 44 lines · 41 tokens per session scan A 3f6ca5046100

Subscribe to this mod's changes

install-wallet-ui-react-native is a skill published in the GitHub repository wallet-ui/wallet-ui (43 stars, last pushed 3d ago), licensed MIT. It adds 41 tokens to every session and 403 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

amethyst

Build customized Amethyst Nostr clients for Android. Fork, rebrand, customize, and distribute your own version.

vitorpamplona/amethyst · 0 tokens

bitcoin-infrastructure-bluewallet

BlueWallet: mobile Bitcoin + Lightning wallet (iOS/Android). LND on-device + LndHub backend variants. Multi-wallet support. USE WHEN: mobile wallet integrations, evaluating BlueWallet vs Phoenix / Mutiny.

claude-dev-suite/claude-dev-suite · 53 tokens

solana-mobile

Scaffold, configure, and troubleshoot Solana Mobile apps for Android using the solana-mobile CLI, Expo, and React Native. Use when creating a new Solana mobile app, picking a template, adding Solana to an existing Expo app, checking the Android toolchain, managing Android emulators or connected devices, installing a…

solana-mobile/solana-mobile-skills · 89 tokens

integration-privy

Add Privy authentication to a Solana Expo Android app on top of Mobile Wallet Adapter, using Sign-In-With-Solana. Use when installing @privy-io/expo, mounting PrivyProvider, logging a user in with useLoginWithSiws, linking a wallet to an existing Privy account, reading the Privy access token from a backend, or…

solana-mobile/solana-mobile-skills · 87 tokens

solana-mobile-wallet

Connect Solana wallets and sign or send transactions in React Native Expo apps using Mobile Wallet Adapter and Wallet UI. Use when adding a connect wallet button, showing a connected address, disconnecting, signing messages, sign-in with Solana, transferring SOL, or sending any transaction from a Solana mobile app.

solana-mobile/solana-mobile-skills · 66 tokens

setup-react-native-app

Scaffold a React Native (Expo) app with Phantom React Native SDK for mobile wallet integration, including polyfills and deep linking.

phantom/phantom-agent-kit · 30 tokens