A comprehensive Model Context Protocol server for AI agents to interact with BNB Chain, opBNB, and Greenfield decentralized storage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bnbchain
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 bnbchain using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The BNB Chain MCP skill is a specialized interface designed for Openclaw Skills that bridges the gap between AI agents and the BNB Chain ecosystem. It allows developers and power users to equip their AI assistants with the ability to query blockchain data, manage assets, and interact with smart contracts across multiple EVM-compatible networks including BSC, opBNB, Ethereum, and Base.
Beyond simple wallet queries, this skill provides deep integration with BNB Greenfield for decentralized storage and the ERC-8004 standard for AI agent identity registration. Whether you are building an automated trading assistant or a decentralized file manager, this skill provides the necessary tools to perform both read-only operations and secure, state-changing transactions.
To deploy this skill, you can run the server using npx. Ensure your environment is configured with the necessary RPC endpoints if you are not using the defaults.
npx @bnb-chain/mcp@latest
For state-changing actions like transfers or contract writes, you must provide a PRIVATE_KEY in your environment variables. This key is used locally for signing and is never stored by the server. Openclaw Skills prioritize security, so always use a testnet wallet for initial development.
The skill returns structured data designed for easy parsing by AI models. Data is categorized as follows:
| Data Category | Description | Primary Metadata |
|---|---|---|
| Network Info | Chain details and supported networks | chainId, networkName, rpcUrl |
| Account Data | Balance and token information | address, symbol, decimals, balance |
| Greenfield | Storage bucket and object metadata | bucketName, objectId, visibility, size |
| ERC-8004 | Agent identity and registry data | agentId, owner, agentURI, wallet |
Loading
A dedicated interface for interacting with the BNB Chain Model Context Protocol to fetch real-time DeFi data, technical documentation, and smart contract source code.

A professional tool for establishing verifiable, decentralized agent identities on the BNB Chain using the ERC-8004 standard.

A streamlined YouTube search interface for AI agents that eliminates the need for Google Cloud API keys or OAuth configurations.

An autonomous YouTube SERP scout for agents to discover ranking trends, conduct content research, and track competitors using Openclaw Skills.

A strategic construction skill that enables AI agents to build collaborative virtual worlds while maximizing onchain reputation and token incentives.

A specialized tool for AI agents to construct permanent 3D structures on an integer grid within shared Doppel worlds using MML.








































