← Back to Skills Marketplace
QVeris Official
by
Linfang Wang
· GitHub ↗
· v1.0.9
· MIT-0
6332
Downloads
3
Stars
101
Active Installs
10
Versions
Install in OpenClaw
/install qveris-official
Description
QVeris is a capability discovery and tool calling engine. Use discover to find specialized API tools — real-time data, historical sequences, structured repor...
Usage Guidance
Install this if you want your agent to use QVeris as an external tool gateway. Treat it like any third-party API integration: protect the QVERIS_API_KEY, avoid sending secrets or private documents unless you trust QVeris and the selected tool, and review sensitive, costly, or account-changing calls before allowing them.
Capability Analysis
Type: OpenClaw Skill
Name: qveris-official
Version: 1.0.9
The qveris-official skill bundle is a legitimate tool discovery and execution engine for AI agents. The provided Node.js scripts (qveris_tool.mjs, qveris_client.mjs) implement standard API client logic to interact with https://qveris.ai/api/v1 using a user-provided API key. The SKILL.md instructions are well-structured, providing clear guidance and guardrails for the agent to distinguish between tool discovery and factual information retrieval without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
The skill has broad capability because it can discover and call many external API tools, but that breadth is the stated purpose and is documented throughout the skill.
Instruction Scope
It is auto-invokable and encourages QVeris for structured data and non-native capabilities, so user task parameters may be sent to QVeris when the agent chooses this skill.
Install Mechanism
No dependency installation or bootstrap behavior is present; the bundled Node scripts are fallback clients and are not executable files.
Credentials
The requested QVERIS_API_KEY and outbound access to qveris.ai are proportionate to the declared API integration.
Persistence & Privilege
Manual review found the scripts read only QVERIS_API_KEY, make HTTPS requests to https://qveris.ai/api/v1, and do not perform local file reads or writes, background persistence, privilege escalation, or destructive actions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qveris-official - After installation, invoke the skill by name or use
/qveris-official - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
No functional or code changes in this version.
- No file changes detected; environment, network, metadata fields simplified for clarity.
- Documentation (SKILL.md) updated to clarify how to formulate discovery queries and when to use QVeris versus web search.
- Guidance added for matching user intent to tool vs. information lookup.
- Invocation tiers and fallback behavior are now concisely described.
v1.0.8
No code or documentation changes detected in this release.
- No updates or modifications were made to the skill files.
- Functionality and documentation remain unchanged from the previous version.
v1.0.7
- Added two new scripts: `qveris_client.mjs` and `qveris_env.mjs`.
- No changes to skill behavior or configuration.
- Documentation and usage instructions remain unchanged.
v1.0.6
- Major update: README.md file removed; documentation now consolidated in SKILL.md.
- Refined and condensed SKILL.md, emphasizing concise security, usage, and setup.
- Terminology updated: “tool invocation” → “tool calling”; `invoke` → `call` for clarity.
- Expanded guidance on capability query formulation, including non-English user input handling.
- Explicitly documents Node.js runtime, networking, and security restrictions.
- Clarifies credential/environment requirements for more consistent integration.
v1.0.5
QVeris 1.0.5 — major update: streamlined protocol and new terminology for capability discovery & tool invocation.
- Replaces previous generic "search" and "execute" with focused `discover` (find tools by capability) and `invoke` (call selected tool) actions.
- Skill description and examples now emphasize tool discovery, metadata evaluation, and explicit invocation steps.
- Setup and security sections clarified; only one endpoint is contacted, and script handles all URL construction.
- Best practices for formulating discovery queries, tool selection criteria, and parameter handling are provided.
- Guidance on caching known tools for efficiency and minimizing redundant discovery calls.
- Documentation and usage protocols rewritten to highlight QVeris as a capability/meta-tool registry, not just a data API or web search substitute.
v1.0.4
qveris-official 1.0.4
- Added `homepage` link to the SKILL metadata.
- Introduced a `metadata` section for improved integration and environment variable specification.
- No functional or behavioral changes to the skill itself.
v1.0.3
qveris-official 1.0.3
- No file changes were detected in this version.
- No updates to features, functionality, or documentation.
v1.0.2
qveris-official 1.0.2
- Added privacy guidance: users are now advised not to include sensitive credentials or personally identifiable information (PII) in queries or tool parameters.
- Updated the security section to reference the QVeris privacy policy and recommend reviewing it before transmitting sensitive data.
- No changes to code or functionality. This is a documentation update only.
v1.0.1
Version 1.0.1
- Updated SKILL.md: streamlined protocol instructions, clarified QVeris' usage categories, and improved guidance on when to use QVeris vs. web search.
- Emphasized querying in English for best results and clarified fallback procedures.
- Refined description to better outline QVeris’ strengths and broadened examples of use cases.
v1.0.0
Initial release of the QVeris official skill — a mandatory first-stop tool discovery and execution platform for external data, tools, and SaaS services.
- Enables structured, machine-readable access to thousands of professional data sources, tool services, and SaaS integrations via QVeris.
- Mandates QVeris search and execution before using web search or declining tasks needing external capabilities.
- Supports a wide range of domains: financial markets, news, social media, blockchain, scientific research, weather, healthcare, location/geospatial tools, image/video/audio processing, workflows, and more.
- Auto-invokes using a single QVERIS_API_KEY credential; no other dependencies needed.
- Built-in security: never logs or stores API keys, only sends to official QVeris endpoint over HTTPS.
- Provides clear protocol and best practices for tool search, evaluation, and error reporting for all supported external tasks.
Metadata
Frequently Asked Questions
What is QVeris Official?
QVeris is a capability discovery and tool calling engine. Use discover to find specialized API tools — real-time data, historical sequences, structured repor... It is an AI Agent Skill for Claude Code / OpenClaw, with 6332 downloads so far.
How do I install QVeris Official?
Run "/install qveris-official" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QVeris Official free?
Yes, QVeris Official is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does QVeris Official support?
QVeris Official is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QVeris Official?
It is built and maintained by Linfang Wang (@linfangw); the current version is v1.0.9.
More Skills