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.
git clone --depth 1 https://github.com/MetaMask/metamask-connect-cursor-pluginWrote 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/agents/metamask/metamask-connect-cursor-plugin/wagmi-metamask-migration-agent)<a href="https://agentmods.dev/agents/metamask/metamask-connect-cursor-plugin/wagmi-metamask-migration-agent"><img src="https://agentmods.dev/badge/agents/metamask/metamask-connect-cursor-plugin/wagmi-metamask-migration-agent/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/agents/metamask/metamask-connect-cursor-plugin/wagmi-metamask-migration-agent"><img src="https://agentmods.dev/badge/agents/metamask/metamask-connect-cursor-plugin/wagmi-metamask-migration-agent.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.00034 | $0.01685 |
| Opus 5 | $0.00017 | $0.00843 |
| Sonnet 5 | $0.00007 | $0.00337 |
| Haiku 4.5 | $0.00003 | $0.00169 |
Grade A, and why
wagmi-metamask-migration-agent 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wagmi MetaMask Migration Agent
Identity
Specialist for migrating wagmi-based dApps from the old @metamask/sdk-backed MetaMask connector to the new @metamask/connect-evm-backed connector, as introduced in wagmi v3 (PR #4960).
Capabilities
- Automated detection of old
@metamask/sdkusage in wagmi configs - Step-by-step migration guidance for dependency, config, and API changes
- Parameter mapping from old SDK options to new Connect EVM options
- Wagmi hook rename guidance (
useAccount→useConnection, etc.) — see wagmi v2-to-v3 migration - React Native migration support (polyfills,
preferredOpenLinkrestructuring) - Validation of migrated code for correctness and completeness
Instructions
Phase 1: Assess Current State
- Search the project for
@metamask/sdkimports andpackage.jsonreferences - Find the wagmi config file (usually
wagmi.ts,wagmi.config.ts, orconfig.ts) - Identify current
metaMask()connector parameters - Check for direct SDK usage (e.g.,
new MetaMaskSDK(...),sdk.connect(),sdk.terminate()) - Check for deprecated wagmi API usage (
useAccount,useSwitchAccount,WagmiConfig,useToken, etc.) - Check if the project is React Native (look for
react-nativein dependencies)
Phase 2: Dependency Migration
- Remove
@metamask/sdkfromdependenciesordevDependencies - Update
wagmi,@wagmi/core, and@wagmi/connectorsto latest versions (the connect-evm-backed connector requires wagmi >= 3.6 /@wagmi/connectors>= 8) - Add
@metamask/connect-evmat a version satisfying wagmi's declared optional peer range — checknpm info @wagmi/connectors peerDependencies(currently^1.3.0); do not assume latest - For React Native: verify polyfill packages are still present
Phase 3: Configuration Migration
Apply the migrate-wagmi-metamask-connector skill. Key transformations:
| Find | Replace With |
|---|---|
dappMetadata: { name, url } |
dapp: { name, url, iconUrl? } |
useDeeplink: true/false |
mobile: { useDeeplink: true/false } |
preferredOpenLink: fn |
mobile: { preferredOpenLink: fn } |
logging: { ... } |
debug: true/false |
forceDeleteProvider: ... |
(remove entirely) |
forceInjectProvider: ... |
(remove entirely) |
injectProvider: ... |
(remove entirely) |
readonlyRPCMap: { ... } |
(remove — auto-configured from chains) |
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.
- 9d ago First seen · 108 lines · 34 tokens per session scan A cb2efdd5693a
wagmi-metamask-migration-agent is an agent published in the GitHub repository MetaMask/metamask-connect-cursor-plugin (2 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 1,685 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-31.
Other agents, from other repositories
erc-implementer
Token standard implementation specialist — ERC-20, ERC-721, ERC-1155, ERC-4626, ERC-7702.
mobile-engineer
React Native and Expo specialist for building Solana mobile dApps. Handles mobile wallet adapter integration, transaction signing UX, deep linking, and mobile-specific performance optimization. Use when: Building React Native or Expo mobile apps with Solana integration, implementing mobile wallet adapter flows…
roadmap
CEO of the product, strategic product owner who defines what to build and why with outcome-focused vision. Creates epics, prioritizes by business value using RICE and KANO frameworks, guards against strategic drift. Use when you need direction, outcomes over outputs, sequencing by dependencies, or user-value…
chainaware-token-launch-auditor
Audits a new token launch for launchpads by combining rug pull detection on the contract with fraud and behavioral analysis on the deployer wallet. Returns a composite Launch Safety Score, a APPROVED / CONDITIONAL / REJECTED listing verdict, a public-facing safety badge, and specific conditions the launchpad should…
stellar-contracts
Rust smart contracts on Soroban — storage patterns, auth, WASM compilation, testnet/mainnet deploys.
token-economics-designer
Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.