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/wallet-ui/wallet-ui/install-wallet-ui-react-nativenpx skills add wallet-ui/wallet-ui --skill install-wallet-ui-react-nativegit clone --depth 1 https://github.com/wallet-ui/wallet-uiWrote 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/wallet-ui/wallet-ui/install-wallet-ui-react-native)<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>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 | $0.00041 | $0.00403 |
| Opus 5 | $0.00020 | $0.00201 |
| Sonnet 5 | $0.00008 | $0.00081 |
| Haiku 4.5 | $0.00004 | $0.00040 |
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.
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.jsv1. - You need specific legacy dependencies that haven't migrated to
@solana/kit. - You understand that
@solana/web3.jsis 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 |
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.
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.
- 5d ago First seen · 44 lines · 41 tokens per session scan A 3f6ca5046100
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.
Other skills, from other repositories
amethyst
Build customized Amethyst Nostr clients for Android. Fork, rebrand, customize, and distribute your own version.
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.
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…
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-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.
setup-react-native-app
Scaffold a React Native (Expo) app with Phantom React Native SDK for mobile wallet integration, including polyfills and deep linking.