← 返回 Skills 市场
Qveris Skill
作者
yifeiwang1981
· GitHub ↗
· v1.0.0
· MIT-0
49
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install qveris-skill
功能描述
Search and execute dynamic tools via QVeris API. Use when needing to find and call external APIs/tools dynamically (weather, search, data retrieval, stock tr...
安全使用建议
Before installing: (1) note the registry metadata is inaccurate — the skill expects QVERIS_API_KEY in your environment; confirm you are comfortable providing that API key and understand its scope. (2) Verify you trust https://qveris.ai and the author; the script will send requests and any tool execution goes through their service. (3) The README suggests installing 'uv' via curl | sh (astral.sh) — prefer installing tooling from package managers you trust or inspect the install script before running. (4) Run the skill in a contained environment (VM/container) or with a limited-scope API key first. (5) Ask the publisher to fix the registry metadata to declare QVERIS_API_KEY so permission prompts are accurate. If you need higher assurance, review network traffic or have an admin vet the qveris.ai API and the API key's permissions.
功能分析
Type: OpenClaw Skill
Name: qveris-skill
Version: 1.0.0
The qveris-skill is a legitimate API client designed to interface with the QVeris platform (qveris.ai) for dynamic tool discovery and execution. The Python script `scripts/qveris_tool.py` uses the `httpx` library to perform search and execution requests against the official API endpoint, requiring a user-provided `QVERIS_API_KEY`. The skill's instructions in `SKILL.md` and the implementation logic are consistent with its stated purpose of providing financial and general data tools, with no evidence of data exfiltration, malicious execution, or obfuscation.
能力标签
能力评估
Purpose & Capability
The skill name, description, README, SKILL.md, and the included script all consistently implement 'search and execute tools via QVeris API' and make HTTPS calls to https://qveris.ai. That capability matches the stated purpose. However, the registry metadata claims no required environment variables or primary credential, while SKILL.md and the script both require QVERIS_API_KEY — an inconsistency in declared requirements.
Instruction Scope
Runtime instructions (SKILL.md) direct the agent to search and execute remote tools via the QVeris API and specify the QVERIS_API_KEY. The included CLI only performs network calls to the qveris.ai API and prints results; it does not attempt to read unrelated system files, other env vars, or arbitrary local config. Auto-invocation triggers target stock/trading/analysis queries which is coherent with the use-case.
Install Mechanism
There is no formal install spec (instruction-only skill), which lowers risk. The repo includes a Python script and pyproject dependency (httpx). The README recommends installing 'uv' using a curl|sh installer (astral.sh), which is a common but higher-risk pattern because it runs remote install scripts. No other external downloads or obscure URLs are present in the packaged files.
Credentials
The script and SKILL.md require a QVERIS_API_KEY environment variable (used as a Bearer token to qveris.ai). That credential is proportionate to the declared function. However, the registry metadata incorrectly lists no required env vars/credentials — this mismatch is concerning because metadata is what permission prompts and installers rely on. Users could be surprised when asked for an API key.
Persistence & Privilege
The skill does not request permanent/always-on status, does not modify other skill configurations, and does not persist credentials or change system-wide settings. Auto-invocation is enabled via trigger patterns in SKILL.md (expected for a user-invocable tool), but that is not an elevated privilege on its own.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qveris-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/qveris-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Qveris Skill 1.0.0 – Initial Release
- Provides dynamic tool discovery and execution through the QVeris API.
- Detects and handles queries related to stocks, trading, analysis, and market indicators.
- Supports searching for tools by describing needed capabilities, then executing selected tools with parameters.
- Includes example commands and detailed usage for weather, stock, and various data APIs.
- Requires a QVERIS_API_KEY environment variable for operation.
元数据
常见问题
Qveris Skill 是什么?
Search and execute dynamic tools via QVeris API. Use when needing to find and call external APIs/tools dynamically (weather, search, data retrieval, stock tr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。
如何安装 Qveris Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qveris-skill」即可一键安装,无需额外配置。
Qveris Skill 是免费的吗?
是的,Qveris Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qveris Skill 支持哪些平台?
Qveris Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qveris Skill?
由 yifeiwang1981(@yifeiwang1981)开发并维护,当前版本 v1.0.0。
推荐 Skills