← 返回 Skills 市场
QVeris Skill Test
作者
Linfang Wang
· GitHub ↗
· v1.0.2
· MIT-0
153
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install qveris-test
功能描述
QVeris is a capability discovery and tool calling engine. Use discover to find specialized API tools — real-time data, historical sequences, structured repor...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qveris-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/qveris-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 QVeris Skill Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qveris-test」即可一键安装,无需额外配置。
QVeris Skill Test 是免费的吗?
是的,QVeris Skill Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QVeris Skill Test 支持哪些平台?
QVeris Skill Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QVeris Skill Test?
由 Linfang Wang(@linfangw)开发并维护,当前版本 v1.0.2。
推荐 Skills