返回顶部
q

qverisQVeris工具搜索

Search and execute dynamic tools via QVeris API. Use when needing to find and call external APIs/tools dynamically (weather, search, data retrieval, stock trading analysis, etc.). Requires QVERIS_API_KEY environment variable.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
10,057
下载量
免费
免费
7
收藏
概述
安装方式
版本历史

qveris

QVeris 工具搜索与执行

QVeris 提供动态工具发现与执行功能——按能力搜索工具,然后使用参数执行它们。

环境配置

需要设置环境变量:

  • - QVERISAPIKEY - 从 https://qveris.ai 获取

快速开始

搜索工具

bash uv run scripts/qveris_tool.py search 天气预报API

执行工具

bash uv run scripts/qveristool.py execute openweathermapcurrent_weather --search-id --params {city: London, units: metric}

脚本用法

scripts/qveris_tool.py <命令> [选项]

命令:
search <查询> 搜索匹配能力描述的工具
execute <工具ID> 使用参数执行特定工具

选项:
--limit N 搜索结果最大数量(默认:5)
--search-id ID 来自先前搜索的搜索ID(执行时必需)
--params JSON 工具参数,JSON格式字符串
--max-size N 最大响应大小(字节,默认:20480)
--json 输出原始JSON而非格式化显示

工作流程

  1. 1. 搜索:描述所需的能力(而非具体参数)
- 正确示例:天气预报API - 错误示例:获取伦敦天气
  1. 2. 选择:根据 successrate(成功率)和 avgexecution_time(平均执行时间)评估工具
  1. 3. 执行:使用 toolid(工具ID)、searchid(搜索ID)和 parameters(参数)调用工具

示例会话

bash

查找天气工具


uv run scripts/qveris_tool.py search 当前天气数据

使用返回的toolid和searchid执行

uv run scripts/qveristool.py execute openweathermapcurrent_weather \ --search-id abc123 \ --params {city: Tokyo, units: metric}

应用场景

  • - 天气数据:获取任意地点的当前天气、预报信息
  • 股票市场:查询股价、历史数据、财报日历
  • 搜索功能:网页搜索、新闻检索
  • 数据API:货币汇率、地理位置、翻译服务
  • 更多功能:QVeris 聚合了数千个API工具

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 qveris-1776376815 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 qveris-1776376815 技能

通过命令行安装

skillhub install qveris-1776376815

下载

⬇ 下载 qveris v0.1.0(免费)

文件大小: 6.54 KB | 发布时间: 2026-4-17 14:53

v0.1.0 最新 2026-4-17 14:53
Initial release of the qveris skill:

- Enables search and execution of dynamic tools via the QVeris API with a single command-line script.
- Supports a wide range of use cases including weather, search, data retrieval, and stock trading analysis.
- Automatically detects relevant queries using trigger patterns for stocks, trading, analysis, and market indicators.
- Requires a `QVERIS_API_KEY` for authentication.
- Provides quick-start examples and detailed usage instructions for searching and executing tools.
- Includes example queries and session workflow for rapid onboarding.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部