← Back to Skills Marketplace
prqelt

Qelt Contracts

by PRQELT · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
380
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qelt-contracts
Description
Verify, inspect, and retrieve verified Solidity smart contracts, ABIs, and compiler/EVM versions on the QELT blockchain using the Mainnet Indexer API.
Usage Guidance
This skill looks coherent: it instructs the agent how to talk to the QELT Mainnet Indexer and does not request credentials or install code. Before using it, verify you trust the domain (https://mnindexer.qelt.ai), and never submit source code that contains private keys, secrets, or other sensitive data (the skill itself warns of this). Note the small metadata inconsistencies: SKILL.md expects curl on PATH and _meta.json contains placeholder ownerId — these suggest the package may be a community/templated submission, so if you need higher assurance, confirm the skill's publisher or use the API manually (curl) rather than delegating sensitive code to an automated agent.
Capability Analysis
Type: OpenClaw Skill Name: qelt-contracts Version: 0.1.0 The skill bundle provides a functional interface for smart contract verification on the QELT blockchain but is classified as suspicious due to potential shell injection vulnerabilities in the Bash command templates within SKILL.md. The instructions direct the AI agent to construct curl commands by directly interpolating user-provided variables (e.g., contract addresses and source code) into shell strings, which could be exploited for unauthorized command execution if inputs are not sanitized. Additionally, the _meta.json file contains an anomalous future timestamp (March 2026), and the skill relies on shell and network access (curl) which are high-risk capabilities.
Capability Assessment
Purpose & Capability
Name/description claim verification and ABI retrieval on QELT; SKILL.md only documents HTTP calls to the mnindexer.qelt.ai verification API and related helper commands. No unrelated permissions, binaries, or secrets are requested.
Instruction Scope
Instructions are narrowly scoped to querying/verifying contracts, polling job status, and fetching compiler/EVM lists. They explicitly warn not to submit private keys and instruct checking verification state before submitting to avoid wasting rate-limited submissions.
Install Mechanism
This is instruction-only (no install spec, no code to write). All example calls use curl against a documented API endpoint; nothing is downloaded or executed by the skill itself.
Credentials
The skill declares no required environment variables or credentials (appropriate). One minor inconsistency: SKILL.md metadata mentions 'bins': ['curl'] (i.e., expects curl on PATH) while the registry-level 'Required binaries' list is empty — this is operational/sloppiness rather than a security mismatch. No secrets are requested.
Persistence & Privilege
Skill is not marked always:true and requests no persistent credentials or config changes. It allows autonomous invocation by default (platform default) but this is proportionate to its functionality.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qelt-contracts
  3. After installation, invoke the skill by name or use /qelt-contracts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of QELT Contracts skill. - Verify single- and multi-file Solidity smart contracts on the QELT blockchain using the Mainnet Indexer API. - Check if a contract is already verified, retrieve source code or ABI, and list supported compiler and EVM versions. - Supports advanced verification features including constructor arguments, library linking, viaIR, and up to 75+ files with OpenZeppelin imports. - Poll contract verification status without rate limits; submission rate limited to 10 per hour. - Includes best practices and error handling guidance for safer, efficient contract verification.
Metadata
Slug qelt-contracts
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Qelt Contracts?

Verify, inspect, and retrieve verified Solidity smart contracts, ABIs, and compiler/EVM versions on the QELT blockchain using the Mainnet Indexer API. It is an AI Agent Skill for Claude Code / OpenClaw, with 380 downloads so far.

How do I install Qelt Contracts?

Run "/install qelt-contracts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Qelt Contracts free?

Yes, Qelt Contracts is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Qelt Contracts support?

Qelt Contracts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Qelt Contracts?

It is built and maintained by PRQELT (@prqelt); the current version is v0.1.0.

💬 Comments