| sidebar_label | Use skills | |||||||
|---|---|---|---|---|---|---|---|---|
| description | Use MetaMask Smart Accounts Kit skills with agent frameworks to build dapps | |||||||
| toc_max_heading_level | 2 | |||||||
| keywords |
|
import GlossaryTerm from '@theme/GlossaryTerm';
Use skills to give your agent framework context on the MetaMask Smart Accounts Kit. Skills guide your agent through smart account creation, delegations, (ERC-7715), and x402 payments.
Skills are available through the open-source MetaMask/skills
repository.
This skill gives your agent context on the Smart Accounts Kit and how to integrate its capabilities into your dapp, including smart account creation, delegations, and Advanced Permissions.
npx skills add MetaMask/skills/domains/web3-tools/skills/smart-accounts-kit| Capability | Description |
|---|---|
| Smart accounts | Integrate MetaMask Smart Accounts to support batch transactions, multi-sig signatures, and gas sponsorship. |
| Delegation | Integrate delegations to execute transactions on behalf of a smart account. |
| Advanced Permissions | Integrate Advanced Permissions to execute transactions on behalf of a MetaMask user. |
This skill helps your agent implement x402 HTTP-based payments using the Smart Accounts Kit, enabling both buyer and seller flows with delegations and Advanced Permissions.
npx skills add MetaMask/skills/domains/web3-tools/skills/x402-payments| Capability | Description |
|---|---|
| Seller | Set up x402 payment endpoints that accept HTTP 402-based payments. |
| Buyer | Pay for x402-protected resources using delegations or Advanced Permissions. |