← Back to Skills Marketplace
linfangw

QVeris Skill Test

by Linfang Wang · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install qveris-test
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
This skill appears to do exactly what it says: use QVERIS_API_KEY to call the QVeris API at qveris.ai and optionally run the included Node.js scripts if node/exec are available. Before installing: only provide an API key if you trust qveris.ai and you want the agent to make outbound requests to that host; consider using a scoped API key with limited permissions and monitor network/activity. If you do not want the skill to execute local Node scripts, ensure your environment disallows exec/node or avoid invoking the script-execution tier. Review the included scripts (they only use the API key and the qveris.ai endpoint) if you want to verify behavior yourself.
Capability Analysis
Type: OpenClaw Skill Name: qveris-test Version: 1.0.2 The skill bundle provides a legitimate interface for the QVeris tool discovery and execution engine. The implementation in `qveris_tool.mjs` and `qveris_client.mjs` is transparent, using standard Node.js fetch calls to the declared domain (qveris.ai) without external dependencies or obfuscation. The instructions in `SKILL.md` are focused on operational guidance and error recovery for the AI agent, and no evidence of data exfiltration, unauthorized file access, or malicious execution was found.
Capability Assessment
Purpose & Capability
Name/description match the behavior: the skill discovers and calls API tools via qveris.ai. Declared and used resources (QVERIS_API_KEY, qveris.ai endpoint) are appropriate for this purpose.
Instruction Scope
SKILL.md directs the agent to discover and call tools and to prefer native/http_request tiers; it does not request unrelated files, system config, or extra environment variables. The included scripts only use QVERIS_API_KEY and the qveris.ai API.
Install Mechanism
No install spec; this is instruction- and script-included (tier 3) only. Scripts are provided in the repo and no external archives or download URLs are used, so install risk is low.
Credentials
Only QVERIS_API_KEY is required and is the primary credential. The code reads process.env.QVERIS_API_KEY only; no other secrets or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. auto_invoke (agent invocation allowed) is the normal default and not a special concern here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qveris-test
  3. After installation, invoke the skill by name or use /qveris-test
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
qveris-test 1.0.2 - Updated documentation to clarify that QVeris "discover" finds API tools by capability, not factual answers or direct data. - Improved best practices and examples for writing discovery queries, emphasizing API tool type descriptions over information requests. - Added clear guidance for distinguishing between tasks for QVeris (tool discovery) and those requiring web search (factual questions, qualitative info). - Expanded and clarified examples of good vs. bad discovery queries, including multilingual scenarios.
v1.0.1
- Initial script integration: Added qveris_client.mjs, qveris_env.mjs, and qveris_tool.mjs to enable Node.js-based invocation tier. - Introduced support for script execution (Node.js) as Tier 3 in the invocation flow. - No changes to environment variables or examples. Core discovery and call usage remains unchanged. - Documentation updated to reflect the new script execution tier and usage path.
v1.0.0
QVeris-test 1.0.0 — Initial release - Provides capability discovery and API tool calling via QVeris engine. - Supports multiple invocation tiers, from native integration to fallback web search. - Requires QVERIS_API_KEY for secure access to capabilities. - Includes guidance on formulating discovery queries and selecting tools. - Offers examples for financial data, media generation, academic search, and more.
Metadata
Slug qveris-test
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is QVeris Skill Test?

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 153 downloads so far.

How do I install QVeris Skill Test?

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

Is QVeris Skill Test free?

Yes, QVeris Skill Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does QVeris Skill Test support?

QVeris Skill Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created QVeris Skill Test?

It is built and maintained by Linfang Wang (@linfangw); the current version is v1.0.2.

💬 Comments