Skip to main content

Use the Smart Accounts Kit with OpenClaw

Use the MetaMask Smart Accounts Kit OpenClaw skills to interact with the Smart Accounts Kit using natural language prompts.

OpenClaw is an open-source platform for AI agents that enables you to build, deploy, and manage AI assistants with access to various tools and skills. The Smart Accounts Kit provides the below two skills.

Gator CLI skill

This skill enables your agent to grant, redeem, inspect and revoke ERC-7710 delegations using the @metamask/gator-cli package.

Install

clawhub install gator-cli

Reference

The skill provides access to the following commands:

CommandDescription
initGenerate a private key and save config.
createUpgrade an EOA to an EIP-7702 smart account.
showDisplay the EOA address.
statusCheck config and on chain account status.
balanceShow native or ERC-20 balance.
grantCreate, sign, and store a delegation.
redeemRedeem a delegation using an action type.
revokeRevoke a delegation on chain.
inspectView delegations for your account.

Smart Accounts Kit skill

This skill helps your agent learn about the Smart Accounts Kit and its capabilities, and integrate them into your applications.

Install

clawhub install smart-accounts-kit

Reference

The skill provides access to the following capabilities:

CapabilityDescription
Smart accountsHelps you integrate MetaMask smart accounts to support batch transactions, multi-sig signatures, and gas sponsorship.
DelegationHelps you integrate delegations with scopes and caveats.
Advanced PermissionsHelps you integrate Advanced Permissions.