metamask

0
0
Source

Work with MetaMask wallet - add custom networks, import ERC-20 tokens, manage permissions, configure gas settings, and integrate with dApps.

Install

mkdir -p .claude/skills/metamask && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8821" && unzip -o skill.zip -d .claude/skills/metamask && rm skill.zip

Installs to .claude/skills/metamask

About this skill

MetaMask Wallet

Installation

Add Popular Networks

Settings → Networks → Add Network

Polygon:

Network: Polygon Mainnet
RPC: https://polygon-rpc.com
Chain ID: 137
Symbol: MATIC
Explorer: https://polygonscan.com

Arbitrum:

Network: Arbitrum One
RPC: https://arb1.arbitrum.io/rpc
Chain ID: 42161
Symbol: ETH
Explorer: https://arbiscan.io

Optimism:

Network: Optimism
RPC: https://mainnet.optimism.io
Chain ID: 10
Symbol: ETH
Explorer: https://optimistic.etherscan.io

Base:

Network: Base
RPC: https://mainnet.base.org
Chain ID: 8453
Symbol: ETH
Explorer: https://basescan.org

BSC:

Network: BNB Smart Chain
RPC: https://bsc-dataseed.binance.org
Chain ID: 56
Symbol: BNB
Explorer: https://bscscan.com

Avalanche:

Network: Avalanche C-Chain
RPC: https://api.avax.network/ext/bc/C/rpc
Chain ID: 43114
Symbol: AVAX
Explorer: https://snowtrace.io

Import ERC-20 Token

Assets → Import Token → Custom Token

Common tokens (Ethereum):

USDC: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
USDT: 0xdAC17F958D2ee523a2206206994597C13D831ec7
DAI: 0x6B175474E89094C44Da98b954EescdeCB5BE3830
WETH: 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
LINK: 0x514910771AF9Ca656af840dff83E8264EcF986CA
UNI: 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984

Check Balance (CLI)

ETH balance:

cast balance YOUR_ADDRESS --ether --rpc-url https://eth.llamarpc.com

Token balance:

cast call 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 \
  "balanceOf(address)(uint256)" YOUR_ADDRESS \
  --rpc-url https://eth.llamarpc.com

ENS Names

Resolve ENS:

cast resolve-name vitalik.eth --rpc-url https://eth.llamarpc.com

Reverse lookup:

cast lookup-address YOUR_ADDRESS --rpc-url https://eth.llamarpc.com

Gas Settings

Settings → Advanced → Advanced Gas Controls

Check current gas:

cast gas-price --rpc-url https://eth.llamarpc.com | xargs -I {} cast --to-unit {} gwei

Transaction History

Via Etherscan:

https://etherscan.io/address/YOUR_ADDRESS

Via CLI:

cast etherscan-source YOUR_ADDRESS --etherscan-api-key YOUR_KEY

Connected Sites

Settings → Connected Sites → Manage permissions

Account Management

Create account: Account menu → Create Account Import: Account menu → Import Account

Hardware Wallet

  1. Connect Ledger/Trezor
  2. Account menu → Connect Hardware Wallet
  3. Select device and address

Custom Nonce

Settings → Advanced → Customize transaction nonce

Get current nonce:

cast nonce YOUR_ADDRESS --rpc-url https://eth.llamarpc.com

Speed Up / Cancel Transaction

Pending tx → Speed Up or Cancel

Replace with CLI:

# Check pending nonce
cast nonce YOUR_ADDRESS --rpc-url https://eth.llamarpc.com

Export Account

Account menu → Account details → Export

Network RPC Endpoints

NetworkFree RPC
Ethereumhttps://eth.llamarpc.com
Polygonhttps://polygon-rpc.com
Arbitrumhttps://arb1.arbitrum.io/rpc
Optimismhttps://mainnet.optimism.io
Basehttps://mainnet.base.org
BSChttps://bsc-dataseed.binance.org

Troubleshooting

Stuck transaction:

# Get pending nonce
cast nonce YOUR_ADDRESS --pending --rpc-url https://eth.llamarpc.com

Then send 0 ETH to yourself with same nonce + higher gas

Wrong token balance: Assets → Refresh list, or reimport token

Network not connecting: Settings → Networks → Edit RPC URL

Reset account: Settings → Advanced → Clear activity tab data

MetaMask Snaps

Extend functionality with Snaps: Settings → Snaps → Browse Snaps

Popular snaps:

  • Transaction Insights
  • Account Management
  • Interoperability

Mobile Sync

  1. Mobile: Settings → Sync with Extension
  2. Scan QR code from extension
  3. Or use same recovery phrase

Security Tips

  • Never share recovery phrase
  • Verify URLs before connecting
  • Review permissions before approving
  • Use hardware wallet for large amounts
  • Enable phishing detection

Notes

  • MetaMask is EVM-only (Ethereum and compatible chains)
  • Default network is Ethereum mainnet
  • Supports EIP-1559 transactions
  • Built-in swap via aggregators
  • Mobile has built-in browser

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

1,4071,302

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

1,2201,024

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

9001,013

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

958658

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

970608

pdf-to-markdown

aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

1,033496

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.