For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at the same URL with .md appended (or via Accept: text/markdown).
Skip to main content

Use skills

Use skills to give your agent framework context on integrating MetaMask Connect into your dapp. Skills guide your agent through client setup for EVM, Solana, and multichain, connections and sessions, signing and sending transactions, and migrating from the legacy SDK.

Skills are available through the open-source metamask/connect-monorepo repository.

MetaMask Connect

This skill gives your agent context on MetaMask Connect and how to integrate its capabilities into your dapp, including client setup, connections, sessions, and signing and sending transactions across EVM and Solana.

npx skills add MetaMask/connect-monorepo

Key capabilities

CapabilityDescription
Client setupSet up EVM, Solana, or multichain clients in browser JavaScript/TypeScript, React, or React Native.
Connections and sessionsConnect, disconnect, manage the provider and session state, and switch chains.
Sign and sendSign messages (personal_sign, eth_signTypedData_v4, Solana signMessage) and send transactions.
Wagmi and migrationUse the Wagmi metaMask() connector, or migrate an existing @metamask/sdk integration.
Headless modeBuild Node.js CLI, server, or bot integrations that connect to the MetaMask mobile app via a QR code.

Next steps