← Back to Skills Marketplace
379
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qelt-blockchain
Description
Query and interact with the QELT blockchain (Chain ID 770) via JSON-RPC. Use when asked about blocks, transactions, wallet balances, smart contract calls, ga...
Usage Guidance
This skill appears to be an instruction-only JSON‑RPC helper for the QELT chain and is internally consistent. Before installing or invoking it: 1) Verify the RPC endpoints (https://mainnet.qelt.ai, https://testnet.qelt.ai, https://archivem.qelt.ai) are genuine and served over TLS (check certificates and operator reputation). 2) Do not provide private keys or mnemonics — the skill correctly requests pre-signed raw transactions only; always review any raw hex you are about to send. 3) Note a minor doc mismatch: some examples call python3 to parse responses but python3 is not declared as a required binary—ensure your agent environment has python3 (or adapt the examples). 4) Because the skill will make network calls to external RPC endpoints when invoked, treat those requests as external network activity and confirm you trust the QELT infrastructure and owner. If you need higher assurance, run the example curl commands locally yourself first and inspect responses before enabling the skill.
Capability Analysis
Type: OpenClaw Skill
Name: qelt-blockchain
Version: 0.1.0
The QELT Blockchain skill provides standard tools for interacting with an EVM-compatible blockchain via JSON-RPC. It uses curl for network requests and python3 for basic JSON parsing and hex arithmetic, with explicit safety instructions in SKILL.md prohibiting the handling of private keys or mnemonics. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the behavior: SKILL.md shows only JSON‑RPC queries and sending pre‑signed raw transactions to QELT RPC endpoints. The only required binary declared is curl, which is appropriate for the provided curl examples.
Instruction Scope
Instructions are narrowly scoped to JSON‑RPC actions (blocks, txs, balances, logs, sendRaw). They explicitly forbid requesting private keys. Minor issue: some examples use python3 to parse responses but python3 is not listed in required binaries; the skill otherwise stays within its stated purpose and only contacts QELT endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. That minimizes disk writes and arbitrary code execution risk.
Credentials
No environment variables, secrets, or config paths are requested. The skill does not ask for unrelated credentials.
Persistence & Privilege
always:false and default model invocation settings are used. The skill does not request permanent/global privileges or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qelt-blockchain - After installation, invoke the skill by name or use
/qelt-blockchain - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the QELT Blockchain skill.
- Provides comprehensive JSON-RPC query and interaction for the QELT blockchain (Mainnet & Testnet).
- Supports block, transaction, wallet balance, contract, gas estimate, log retrieval, and pre-signed transaction submission.
- Includes endpoint references, usage safety notes, and error troubleshooting.
- Covers both Mainnet (770) and Testnet (771), with clear distinctions and RPC URLs.
- Contains detailed Bash/curl example commands for all supported operations.
Metadata
Frequently Asked Questions
What is QELT Blockchain?
Query and interact with the QELT blockchain (Chain ID 770) via JSON-RPC. Use when asked about blocks, transactions, wallet balances, smart contract calls, ga... It is an AI Agent Skill for Claude Code / OpenClaw, with 379 downloads so far.
How do I install QELT Blockchain?
Run "/install qelt-blockchain" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QELT Blockchain free?
Yes, QELT Blockchain is completely free (open-source). You can download, install and use it at no cost.
Which platforms does QELT Blockchain support?
QELT Blockchain is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QELT Blockchain?
It is built and maintained by PRQELT (@prqelt); the current version is v0.1.0.
More Skills