A high-performance Web3 infrastructure provider offering RPC, Enhanced APIs, and MEV protection for over 25 blockchains.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install meganode-skill
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 meganode-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
MegaNode is a premier blockchain infrastructure service by NodeReal, designed to offer developers high-performance access to 25+ blockchains with 99.8% uptime. It serves as a unified gateway for interacting with major networks like BSC, Ethereum, opBNB, and Polygon, handling over 1 billion daily API requests. By integrating this capability into Openclaw Skills, developers can seamlessly query blockchain data, manage transactions, and monitor network health without the complexity of self-hosting nodes.
Beyond standard JSON-RPC, MegaNode provides a suite of specialized tools including Enhanced APIs for simplified token and NFT data retrieval, MegaFuel for gasless transaction sponsorship, and Direct Route for MEV protection. This skill ensures that your blockchain-based workflows are fast, reliable, and cost-effective, leveraging the optimized infrastructure of one of the fastest providers in the Web3 space.
To get started with this skill, you must obtain an API key from the NodeReal dashboard. Follow these steps to configure your environment for Openclaw Skills:
# 1. Sign up at https://nodereal.io/meganode to get your API key
# 2. Set the API key as an environment variable
export NODEREAL_API_KEY="your_32_character_api_key"
# 3. Test your connection to the BSC network
curl https://bsc-mainnet.nodereal.io/v1/$NODEREAL_API_KEY \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
The skill interacts with various data structures across the NodeReal ecosystem, primarily organized by chain and service type:
| Data Category | Description | Primary Schema |
|---|---|---|
| JSON-RPC | Standard blockchain data | Method-specific JSON-RPC 2.0 |
| Enhanced API | Token and NFT metadata | NodeReal Proprietary nr_ methods |
| MegaFuel | Gas sponsorship policies | BEP-322 Paymaster configuration |
| Beacon Chain | Consensus layer data | RESTful validator and state objects |
| Portal API | Usage and CU metrics | Account analytics and consumption logs |
| Marketplace | Third-party integrations | SPACE ID, NFTScan, and Greenfield schemas |
Loading
A sophisticated AI agent skill designed to manage and optimize Meta (Facebook and Instagram) advertising campaigns through the Meta Marketing API.

A comprehensive CLI toolset for downloading YouTube audio and streaming it to Chromecast devices through Home Assistant integration.

A professional automation skill for configuring STM32 microcontrollers and generating project code via a headless command-line interface.

A powerful migration tool that clones your entire OpenClaw Agent environment, including memory and credentials, to a new device via automated SSH scripts.

Enable OpenClaw agents to securely execute and pay for MCP tool calls with quote-bound authorization and verifiable audit trails.

A multimodal AI tool that analyzes images, charts, and screenshots to generate precise business-oriented descriptions using leading vision models.








































