← Back to Skills Marketplace
267
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qelt-rwa-oracle
Description
Fetch real-world asset (RWA) data and proof-of-reserve status from the QXMP Oracle — managing $1.17 trillion in certified in-ground mining assets on the QELT...
Usage Guidance
This skill appears coherent and read-only: it will make public HTTPS requests to api.qxmp.ai and optionally to a QELT JSON-RPC endpoint to read oracle/proof data. Before installing, confirm you trust the qxmp.ai domain and TLS certificates and be aware the agent will perform network calls when invoked. If you require stricter network controls, restrict the agent's outbound access or review the real API endpoints (e.g., visit https://api.qxmp.ai and QELTScan links) to verify contract addresses and claims. If you need guaranteed provenance, prefer verifying proofs directly on-chain via a trusted RPC provider rather than relying solely on the REST API.
Capability Analysis
Type: OpenClaw Skill
Name: qelt-rwa-oracle
Version: 0.1.0
The QXMP Oracle skill is a standard API wrapper designed to fetch real-world asset (RWA) data and proof-of-reserve status from the QXMP Oracle (api.qxmp.ai). It uses curl via Bash to interact with public, read-only endpoints and provides clear instructions for the AI agent to parse and report asset valuations. No evidence of data exfiltration, malicious execution, or prompt injection was found across SKILL.md or the reference files.
Capability Assessment
Purpose & Capability
Name/description (fetch RWA and proof-of-reserve data) match the actual requirements and behavior: it only needs curl and public HTTP/JSON access to api.qxmp.ai and optionally a public JSON-RPC endpoint for on-chain reads. No credentials, unrelated binaries, or config paths are requested.
Instruction Scope
SKILL.md contains explicit, narrow runtime instructions (curl GETs for /assets, /stats, health; parse valueUSD; check latestProof.isFresh; example eth_call). It does not instruct reading local files, environment variables, or sending data to unlisted external endpoints. Rate-limit/backoff guidance is appropriate.
Install Mechanism
No install spec and no code files — this is instruction-only. That minimizes disk-write/execute risk. Required runtime binary is only curl, which is reasonable for HTTP requests.
Credentials
The skill declares no required environment variables or credentials and the instructions do not reference secrets. There is no disproportionate request for keys, tokens, or unrelated credentials.
Persistence & Privilege
Skill is not always-on (always:false) and does not request persistent system changes or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other high-risk factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qelt-rwa-oracle - After installation, invoke the skill by name or use
/qelt-rwa-oracle - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
QXMP Oracle skill initial release:
- Fetches real-world asset (RWA) data and proof-of-reserve status for tokenized mining projects on the QELT blockchain.
- Supports queries for asset valuations, proof freshness, portfolio statistics, and specific asset details by code.
- Manages 12 tokenized mining projects valued at $1.17 trillion USD.
- No API key required; public, browser-ready API with daily proof updates.
- Provides best practices for rate limit handling, value parsing, and proof-of-reserve reporting.
- Includes on-chain contract addresses for advanced trustless verification.
Metadata
Frequently Asked Questions
What is QXMP Oracle?
Fetch real-world asset (RWA) data and proof-of-reserve status from the QXMP Oracle — managing $1.17 trillion in certified in-ground mining assets on the QELT... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.
How do I install QXMP Oracle?
Run "/install qelt-rwa-oracle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QXMP Oracle free?
Yes, QXMP Oracle is completely free (open-source). You can download, install and use it at no cost.
Which platforms does QXMP Oracle support?
QXMP Oracle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QXMP Oracle?
It is built and maintained by PRQELT (@prqelt); the current version is v0.1.0.
More Skills