morph-skill

Manage wallets, query data, swap tokens, and bridge assets on Morph L2.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables AI agents to interact with the Morph L2 blockchain, allowing for wallet operations, on-chain data queries, DEX swaps, and cross-chain bridge transactions through natural language.

Core Features & Use Cases

  • Wallet Management: Create wallets, check balances (ETH & ERC20), and send transactions.
  • On-Chain Data: Query transaction details, address information, token holdings, and contract data.
  • DEX & Bridge Swaps: Execute token swaps on Morph and bridge assets across multiple chains.
  • Alternative Gas Payments: Pay transaction fees using ERC20 tokens instead of ETH.
  • Use Case: An agent can help a user check their ETH balance, then swap it for USDT on Morph, and finally bridge the USDT to Base, all through a conversational interface.

Quick Start

Use the morph skill to check your ETH balance on Morph.

Frequently Asked Questions about morph-skill

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

FAQPage Schema
How do I swap tokens and bridge assets on the Morph L2 blockchain?

To swap tokens and bridge assets on the Morph L2 blockchain, you can execute DEX swaps and cross-chain bridge transactions. The toolkit supports transferring assets across multiple chains and includes robust order management for tracking bridge transactions.

How does alternative gas payment work for Morph L2 transactions?

Alternative gas payment for Morph L2 transactions allows you to pay network fees using ERC20 tokens instead of ETH. This feature is supported natively, enabling wallet operations and swap transactions without requiring native ETH for gas.

Can I use Python and eth_account to manage my Web3 wallet on Morph?

Yes, you can use Python and eth_account to manage your Web3 wallet on Morph. The Skill relies on the eth_account dependency to handle wallet creation, balance checks for ETH and ERC20 tokens, and on-chain transaction signing.

What on-chain data can I retrieve from the Morph blockchain using Python requests?

Using Python requests, you can retrieve transaction details, address information, token holdings, and contract data from the Morph blockchain. This enables agents to query and verify on-chain data directly through conversational interactions.

What are the limitations when bridging assets from Morph to other chains?

When bridging assets from Morph to other chains, limitations may arise from cross-chain network congestion or unsupported tokens. The Skill includes robust order management to track bridge transactions, helping you monitor the status of cross-chain swaps and verify asset transfers.