← Back to Skills Marketplace
ayushbherwani1998

MetaMask Smart Accounts KIt

by AyushBherwani1998 · GitHub ↗ · v1.0.6
cross-platform ✓ Security Clean
1912
Downloads
1
Stars
2
Active Installs
7
Versions
Install in OpenClaw
/install smart-accounts-kit
Description
Web3 development using MetaMask Smart Accounts Kit. Use when the user wants to build dApps with ERC-4337 smart accounts, send user operations, batch transactions, configure signers (EOA, passkey, multisig), implement gas abstraction with paymasters, create delegations, or request advanced permissions (ERC-7715). Supports Viem integration, multiple signer types (Dynamic, Web3Auth, Wagmi), gasless transactions, and the Delegation Framework.
Usage Guidance
This is a developer reference for MetaMask Smart Accounts and appears internally consistent, but take these practical precautions before using it: - Verify you install the official package and version from the npm registry (check package name, publisher, and ideally a checksum) rather than copying arbitrary code. - Never paste or commit real private keys shown in examples; use environment-secured keys, hardware wallets, or ephemeral/test keys on testnets for development. - ERC-7715 advanced permissions can grant ongoing authority to move tokens; only request/approve permissions from MetaMask for trusted dapps and prefer tight caveats/restrictions. Test on a testnet first. - Only use trusted bundler/paymaster RPC endpoints; those endpoints will see user operations and could act on them — run your own or use well-known providers. - Because the registry metadata lacks a homepage/source, confirm the skill's source and the upstream package (MetaMask docs and the @metamask package) before running install commands. If you want, I can list specific places in the SKILL.md that you should sanitize or adapt before copying into your project (private-key examples, placeholder RPC URLs, permission requests).
Capability Analysis
Type: OpenClaw Skill Name: smart-accounts-kit Version: 1.0.6 The skill bundle provides comprehensive documentation and code examples for the MetaMask Smart Accounts Kit. All installation commands reference legitimate `@metamask` and `metamask/delegation-framework` packages. While `SKILL.md` mentions `process.env.SESSION_KEY` for session accounts, this is a standard practice for automated Web3 agents to manage ephemeral keys locally for delegated actions, with no evidence of exfiltration. The markdown content is instructional and lacks any prompt injection attempts or other malicious indicators.
Capability Assessment
Purpose & Capability
The name/description (MetaMask Smart Accounts Kit, ERC-4337, delegations, ERC-7715) match the SKILL.md contents and the code examples. The package installs and forge commands mentioned (npm install @metamask/smart-accounts-kit, forge install metamask/delegation-framework) are proportional and expected for a dApp developer reference. There are no unrelated binaries or environment variables requested.
Instruction Scope
The instructions stay within dApp development scope (creating smart accounts, delegations, bundler/paymaster setup, requesting advanced permissions). However, examples include raw private-key usage (privateKeyToAccount('0x...')) and calls that request MetaMask ERC-7715 permissions; both are legitimate for dev examples but carry user-risk if copy-pasted into production or used on mainnet. The docs also reference external endpoints (your-bundler-rpc.com, your-paymaster-url.com) which the developer must supply — these endpoints will receive data and transactions and should be trusted.
Install Mechanism
This skill is instruction-only (no install spec). The SKILL.md suggests running npm/forge commands to fetch upstream packages; that is a standard developer workflow. There is no embedded download-from-URL or archive extraction in the skill bundle itself.
Credentials
The skill declares no required environment variables or credentials, which is proportionate. That said, examples show handling of sensitive secrets (private keys) and guiding the developer to configure external RPC/bundler/paymaster URLs and MetaMask extension interactions — these are expected but sensitive. The skill does not itself request or attempt to exfiltrate credentials.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent privileges or attempt to modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but there are no additional elevated privileges requested by this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-accounts-kit
  3. After installation, invoke the skill by name or use /smart-accounts-kit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
- Minor fixes
v1.0.5
- FIxes the wrong error codes for debugging
v1.0.4
- Added a decision guide and comparative table to help users choose the right smart account implementation (Hybrid, MultiSig, Stateless7702). - Added error code for easier debugging - Added guide on handling 2D parallel nonce for parallel execution
v1.0.3
- Fixes the Advanced Permissions references
v1.0.2
- Switched metadata key from "clawdbot" to "openclaw". - No functional or code changes; this is a metadata and documentation update.
v1.0.1
- Minor improvements
v1.0.0
MetaMask Smart Accounts Kit 1.0.0 initial release: - Provides quick reference and code examples for MetaMask Smart Accounts Kit. - Covers setup and usage for ERC-4337 MetaMask smart accounts, including Hybrid, Multisig, and Stateless7702 implementations. - Documents the Delegation Framework (ERC-7710) for granular permissions and restrictions with scopes and caveats. - Includes guidance on leveraging Advanced Permissions (ERC-7715) for secure dApp permissions management. - Lists key API methods, integration details for multiple signer types, and common use scopes.
Metadata
Slug smart-accounts-kit
Version 1.0.6
License
All-time Installs 2
Active Installs 2
Total Versions 7
Frequently Asked Questions

What is MetaMask Smart Accounts KIt?

Web3 development using MetaMask Smart Accounts Kit. Use when the user wants to build dApps with ERC-4337 smart accounts, send user operations, batch transactions, configure signers (EOA, passkey, multisig), implement gas abstraction with paymasters, create delegations, or request advanced permissions (ERC-7715). Supports Viem integration, multiple signer types (Dynamic, Web3Auth, Wagmi), gasless transactions, and the Delegation Framework. It is an AI Agent Skill for Claude Code / OpenClaw, with 1912 downloads so far.

How do I install MetaMask Smart Accounts KIt?

Run "/install smart-accounts-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MetaMask Smart Accounts KIt free?

Yes, MetaMask Smart Accounts KIt is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MetaMask Smart Accounts KIt support?

MetaMask Smart Accounts KIt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MetaMask Smart Accounts KIt?

It is built and maintained by AyushBherwani1998 (@ayushbherwani1998); the current version is v1.0.6.

💬 Comments