← 返回 Skills 市场
379
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qelt-blockchain - 安装完成后,直接呼叫该 Skill 的名称或使用
/qelt-blockchain触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。
如何安装 QELT Blockchain?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qelt-blockchain」即可一键安装,无需额外配置。
QELT Blockchain 是免费的吗?
是的,QELT Blockchain 完全免费(开源免费),可自由下载、安装和使用。
QELT Blockchain 支持哪些平台?
QELT Blockchain 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QELT Blockchain?
由 PRQELT(@prqelt)开发并维护,当前版本 v0.1.0。
推荐 Skills