A comprehensive multi-chain crypto wallet skill that empowers AI agents to manage assets, execute swaps, and interact with DeFi across 19 different blockchains.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install multichain-protocol
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install multichain-protocol using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Multichain Protocol is a sophisticated integration for the MeneseSDK, designed to turn any AI agent into a functional financial operator. By leveraging the security of the Internet Computer (ICP), this skill allows agents to interact with 19 major blockchains including Solana, Ethereum, Bitcoin, and more from a single canister or CLI interface. It provides a robust framework for executing transactions, managing liquidity, and monitoring balances without the need for complex manual wallet setups.
As part of the Openclaw Skills ecosystem, it bridges the gap between natural language processing and on-chain execution. Developers can use this skill to build agents that handle everything from simple token transfers to complex cross-chain arbitrage and automated portfolio management. With deterministic address generation and a built-in strategy engine, it offers a production-ready solution for decentralized finance automation.
First, ensure the ICP SDK (dfx) is installed on your system:
sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
dfx --version
Next, install the skill using the Openclaw Skills hub:
clawhub install multichain-protocol
Create and use a new ICP identity for your wallet:
dfx identity new my-wallet
dfx identity use my-wallet
Finally, ensure you have your own RPC endpoints for EVM-based operations to ensure reliability in production environments.
The skill manages multi-chain data through a combination of local caching and on-chain state. Below is the primary data structure for chain units and address mapping:
| Chain | Native Unit | Decimals | Address Field |
|---|---|---|---|
| Solana | lamports | 9 | .address |
| Ethereum | wei | 18 | .evmAddress |
| Bitcoin | satoshis | 8 | .bech32Address |
| ICP | e8s | 8 | Principal |
| SUI | mist | 9 | .suiAddress |
| TON | nanotons | 9 | .nonBounceable |
Strategy rules are stored as objects containing ruleType (DCA, StopLoss, etc.), status, chainType, and specific trigger configurations like triggerPrice or swapAmountLamports.
Loading
A professional utility designed to refine and optimize AI skill metadata for better discoverability and user trust before public release.

A professional audit tool designed to refine product offers by identifying friction points and improving sales clarity.

An architectural governance skill ensuring AI agent development remains lightweight, cloud-compatible, and user-centric.

A professional-grade skill for generating, monitoring, and downloading AI videos using the MiniMax S2V-01 model with character reference support.

A high-performance financial analysis tool for real-time stock quotes, technical charting, and fundamental summaries without requiring API keys.

A local-first market research toolkit for real-time quotes, technical indicator charts, and automated one-shot financial reports.








































