QELT Blockchain
v0.1.0Query and interact with the QELT blockchain (Chain ID 770) via JSON-RPC. Use when asked about blocks, transactions, wallet balances, smart contract calls, ga...
⭐ 0· 265·0 current·0 all-time
by@prqelt
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk9774b87r8e5ygh1xdx4cek3h182cx41
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
⛓️ Clawdis
Binscurl
