A high-performance interface for querying and interacting with the QELT Layer-1 blockchain via standard JSON-RPC.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qelt-blockchain
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 qelt-blockchain using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The QELT Blockchain skill enables AI agents to communicate directly with the QELT network, an enterprise-grade EVM-compatible Layer-1. Built on Hyperledger Besu with QBFT consensus, this network offers immediate finality with 5-second blocks and nearly zero transaction fees. By leveraging this Openclaw Skills integration, developers can build agents that monitor on-chain events, track wallet balances, and facilitate secure transaction submissions.
This skill provides comprehensive coverage for both QELT Mainnet and Testnet, including support for archive nodes to handle historical and trace queries. It acts as a bridge between high-level agent requests and the technical JSON-RPC 2.0 protocol required to interact with the ledger.
This skill requires curl to be available in the environment. Configure your Openclaw Skills environment to point to the relevant QELT endpoints as needed.
# Verify connectivity by fetching the latest block number
curl -fsSL -X POST https://mainnet.qelt.ai \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
The skill interacts with standard Ethereum-compatible data structures. Below is the primary taxonomy of data retrieved:
| Entity | Format | Description |
|---|---|---|
| Block Number | Hex String | The current height of the blockchain (e.g., 0x3e8) |
| Address | Hex (0x...) | A 20-byte account or contract identifier |
| Transaction | Object | Data containing hash, sender, recipient, and gas details |
| Event Logs | Array | Emitted logs from smart contracts within a specific block range |
| Receipt | Object | Status and execution details of a processed transaction |
Loading
A robust diagnostic tool for tracking the lifecycle of payment intents, card issuances, and transaction matching within the Proxy ecosystem.

A comprehensive Model Context Protocol skill that enables AI agents to autonomously request virtual payment cards and manage transactions within secure spending limits.

A fintech automation skill for Openclaw Skills that enables instant creation of payment intents and provisioning of secure virtual cards via simple commands.

A secure Model Context Protocol server that enables AI agents to issue virtual cards, manage payment intents, and track expenses autonomously.

A high-performance interface for verifying and inspecting Solidity smart contracts on the QELT blockchain via the Mainnet Indexer API.

A specialized tool for Uniswap v4 operations, liquidity management, and WQELT wrapping on the QELT Mainnet.








































