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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install qveris或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install qveris⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/qveris/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: qveris description: 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. triggers: - pattern: "股票|stock|股价|股市" description: "检测股票相关查询" - pattern: "交易|trading|买卖|成交" description: "检测交易相关查询" - pattern: "分析|analysis|数据|指标|技术分析|基本面" description: "检测分析相关查询" - pattern: "市值|涨跌|收盘|开盘|市盈率|pe|pb" description: "检测股票指标查询" auto_invoke: true examples: - "帮我查一下特斯拉的股价" - "分析一下苹果公司的财报数据" - "查询今日A股涨停板" - "获取比特币实时价格" ---
QVeris provides dynamic tool discovery and execution - search for tools by capability, then execute them with parameters.
Requires environment variable:
QVERIS_API_KEY - Get from https://qveris.aiuv run scripts/qveris_tool.py search "weather forecast API"
uv run scripts/qveris_tool.py execute openweathermap_current_weather --search-id <id> --params '{"city": "London", "units": "metric"}'
scripts/qveris_tool.py <command> [options]
Commands:
search <query> Search for tools matching a capability description
execute <tool_id> Execute a specific tool with parameters
Options:
--limit N Max results for search (default: 5)
--search-id ID Search ID from previous search (required for execute)
--params JSON Tool parameters as JSON string
--max-size N Max response size in bytes (default: 20480)
--json Output raw JSON instead of formatted display
- Good: "weather forecast API" - Bad: "get weather for London"
success_rate and avg_execution_timetool_id, search_id, and parameters# Find weather tools
uv run scripts/qveris_tool.py search "current weather data"
# Execute with returned tool_id and search_id
uv run scripts/qveris_tool.py execute openweathermap_current_weather \
--search-id abc123 \
--params '{"city": "Tokyo", "units": "metric"}'
安装 Qveris 后,可以对 AI 说这些话来触发它
Help me get started with Qveris
Explains what Qveris does, walks through the setup, and runs a quick demo based on your current project
Use Qveris to search and execute dynamic tools via QVeris API
Invokes Qveris with the right parameters and returns the result directly in the conversation
What can I do with Qveris in my data & analytics workflow?
Lists the top use cases for Qveris, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/qveris/ 目录(个人级,所有项目可用),或 .claude/skills/qveris/(项目级)。重启 AI 客户端后,用 /qveris 主动调用,或让 AI 根据上下文自动发现并使用。
Qveris 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Qveris 可免费安装使用。请查阅仓库了解许可证信息。
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.
Qveris 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Qveris
Identifies repetitive steps in your workflow and sets up Qveris to handle them automatically