morph-wallet

Create wallets, check balances, and transfer tokens on the Morph L2 blockchain.

6|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/morph-l2/morph-skill --skill morph-wallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morph-wallet
Source: https://github.com/morph-l2/morph-skill/tree/main/skills/morph-wallet
Command: npx skills add https://github.com/morph-l2/morph-skill --skill morph-wallet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, eth_account, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies common cryptocurrency wallet operations on the Morph L2 blockchain, allowing users to manage their assets and transactions through natural language commands.

Core Features & Use Cases

  • Wallet Creation: Generate new Ethereum key pairs locally.
  • Balance Checks: Query native ETH and ERC20 token balances for any address.
  • Token Transfers: Send ETH and ERC20 tokens to specified recipients.
  • Transaction Tracking: Retrieve detailed information about past transactions.

Quick Start

Use the morph-wallet skill to create a new wallet.

Frequently Asked Questions about morph-wallet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new wallet and check my ETH balance on Morph L2?

To create a Morph L2 wallet, you can generate a new Ethereum key pair locally. You can then query native ETH and ERC20 token balances for any specified address using natural language commands.

Can I transfer ERC20 tokens to a specified recipient on the Morph L2 blockchain?

Yes, you can execute token transfers to send both native ETH and ERC20 tokens to specified recipients on the Morph L2 blockchain using this wallet management functionality.

How does local private key management work for Morph L2 wallet operations?

Local private key management ensures enhanced security by processing wallet operations through a Python script that interacts with the Morph network while keeping your private keys stored locally.

What's the best way to retrieve detailed information about past transactions on Morph L2?

You can retrieve detailed information about past transactions by using the transaction tracking feature, which processes your commands to fetch historical data from the Morph L2 blockchain.

Does this wallet skill require Python dependencies to function?

Yes, executing wallet operations on the Morph L2 blockchain requires the Python dependencies 'requests' and 'eth_account' to process commands and interact with the network securely.

Are the cryptocurrency amounts displayed in human-readable formats during balance inquiries?

Yes, the skill processes commands to ensure all native ETH and ERC20 token amounts are returned in human-readable formats during balance inquiries and transaction executions.