QVeris
运行任务
OpenClaw IntegrationOpenClaw 集成

Install the QVeris Skill for OpenClaw为 OpenClaw 安装 QVeris Skill

One command gives your OpenClaw agent full access to the entire QVeris capability network — Discover, Inspect, and Call across 10,000+ verified tools.一个命令让您的 OpenClaw Agent 完全访问整个 QVeris 能力网络 — 跨 10,000+ 已验证工具进行发现、检查和调用。

Install in one command一条命令完成安装
openclaw skills install qveris-official
Free to install免费安装1,000 credits on signup注册即获 1,000 积分No credit card required无需信用卡

What Is an OpenClaw Skill?什么是 OpenClaw Skill?

OpenClaw Skills are prompt + config bundles that extend what your agent can do. Think of them like packages — install one command, unlock a new domain.

OpenClaw Skills 是用于扩展 Agent 能力的提示词与配置文件包。它类似软件包:运行一条安装命令,即可解锁一个新的能力领域。

The official QVeris Skill is the core package: it gives your agent three new superpowers — Discover, Inspect, and Call — across the entire QVeris capability network. No manual API integration. No per-provider configuration. One install, everything connected.

官方 QVeris Skill 是核心能力包,为您的 Agent 提供发现、检查和调用三项能力,覆盖整个 QVeris 能力网络。无需手动集成 API,无需逐个配置供应商;安装一次即可全部连接。

📦

Before a Skill使用 Skill 之前

Agent limited to built-in knowledge. No external tools. No live data access.Agent 只能依赖内置知识,无法调用外部工具,也不能获取实时数据。

After One Install安装之后

Agent gains access to 10,000+ verified capabilities across 15+ domains instantly.Agent 可立即接入 15+ 个领域的 10,000+ 项已验证能力。

🔓

Open Source开源

Fork the repo, create your own skill, publish to ClawHub or share directly.Fork 仓库后即可创建自己的 Skill,并发布到 ClawHub 或直接分享。

Three Commands Your Agent Now Knows您的 Agent 现在掌握的三个命令

🔍

Discover发现

Search across 10,000+ capabilities using natural language. Agent describes what it needs — QVeris returns ranked matches with quality signals.用自然语言搜索 10,000+ 项能力。Agent 只需描述需求,QVeris 就会返回带质量信号的排序结果。

$ qveris discover "real-time stock quotes" Found 6 capabilities:找到 6 项能力: 1. finance.stock_quote ⚡320ms 99.2% 2. market.live_price ⚡450ms 98.7%
Always free永久免费
📐

Inspect检查

Before calling any tool, your agent inspects parameters, cost, latency, and success rate — so it always chooses the right provider.调用工具前,Agent 会检查参数、成本、延迟和成功率,从而选择更合适的供应商。

$ qveris inspect finance.stock_quote Parameters:参数: symbol string (required) exchange string (optional) Cost: 2 credits2 个积分 · Latency: 320ms
Always free永久免费

Call调用

Execute any capability and receive structured JSON — consistent format regardless of the underlying provider.执行任意能力并获得结构化 JSON;无论底层供应商是谁,返回格式都保持一致。

$ qveris call finance.stock_quote \ --params '{"symbol":"AAPL"}' { "symbol": "AAPL", "price": 198.52, }
1–100 credits per call每次调用 1–100 个积分

Get Started in 60 Seconds60 秒快速上手

01

Create Your Free QVeris Account创建您的免费 QVeris 账户

Sign up at qveris.ai — free account includes 1,000 credits. No credit card required.在 qveris.ai 注册即可获得包含 1,000 积分的免费账户,无需信用卡。

① Visit qveris.ai → Get Started   ② Create account   ③ Account → API Keys   ④ Copy your API key① 访问 qveris.ai 并点击“开始使用” ② 创建账户 ③ 进入“账户 → API 密钥” ④ 复制 API 密钥
02

Install the Official QVeris Skill安装官方 QVeris Skill

Run this command or tell your agent to install the QVeris skill.运行下面的命令,或直接让 Agent 安装 QVeris Skill。

OpenClaw — TerminalOpenClaw — 终端
$ openclaw skills install qveris-official # Or tell your agent directly:# 或直接告诉 Agent: "Install QVeris skill using /skill/instruct.md with QVERIS_API_KEY=your-key-here"
The agent automatically downloads, configures, and activates the skill. No manual file editing required.Agent 会自动下载、配置并启用该 Skill,无需手动编辑文件。
03

Ask Your Agent to Discover Tools让您的 Agent 发现工具

Your agent can now find and call any capability in natural language.现在,Agent 可以通过自然语言查找并调用任意能力。

OpenClaw — Agent ChatOpenClaw — Agent 对话
# Try asking your agent:# 可以这样向 Agent 提问: "Find me a real-time weather API for my location tracker app" # Agent discovers via QVeris:# Agent 通过 QVeris 发现能力: Found 4 capabilities:找到 4 项能力: 1. weather.current ⚡180ms 99.1% 2. weather.forecast ⚡220ms 98.4%

10,000+ Capabilities Across 15+ Domains10,000+ 能力覆盖 15+ 领域

Finance & Markets金融与市场Crypto & Digital Assets加密与数字资产Weather & Environment天气与环境News & Media新闻与媒体Maps & Geolocation地图与地理位置OCR & DocumentsOCR 与文档Company & Business公司与商业Compliance & Risk合规与风险Healthcare & Medical医疗健康Social Media社交媒体E-commerce & Retail电商与零售Communication通信Infrastructure & DevOps基础设施与 DevOpsSports & Entertainment体育与娱乐Government & Public政府与公共数据
10,000+

verified capabilities and counting项已验证能力,数量仍在持续增长

Why Install a Skill vs Manual Integration?为什么安装 Skill 而非手动集成?

QVeris SkillManual Integration手动集成
Setup time配置时间60 seconds60 秒Days to weeks数天到数周
Tools available可用工具10,000+ immediately立即获得 10,000+ 项One at a time一次集成一项
Authentication认证Handled automatically自动处理Custom per provider每个供应商单独适配
Rate limiting速率限制Managed by QVeris由 QVeris 管理You implement it需要自行实现
Output format输出格式Consistent JSON统一的 JSONVaries per provider随供应商而异
New capabilities新增能力Automatic自动获得Re-integrate manually需要重新手动集成
Quality signals质量信号Built-in内置You build monitoring需要自行构建监控
Manual integrations made sense when agents used 2–3 tools. When agents need access to 10,000+ capabilities, you need a routing network.当 Agent 只使用两三个工具时,手动集成尚可接受;当它需要接入 10,000+ 项能力时,就需要一套能力路由网络。
QVeris Skill architectureQVeris Skill 中文架构图

Open Source. Community-Driven.开源。社区驱动。

🐙

open-qveris-skills

The official skills repository. Browse source code, fork skills, submit PRs, and build your own.这是官方 Skill 仓库。你可以浏览源码、Fork Skill、提交 PR,并构建自己的扩展。

Browse on GitHub →在 GitHub 查看 →
📦

ClawHub RegistryClawHub 注册表

Discover community skills built on QVeris. Install any skill with one command from the ClawHub registry.发现基于 QVeris 构建的社区 Skill,并从 ClawHub 注册表中用一条命令完成安装。

Browse on ClawHub →在 ClawHub 查看 →

Want to publish your own skill? Fork the repo → create your folder → submit a PR or publish directly to ClawHub.想发布自己的 Skill?Fork 仓库 → 创建文件夹 → 提交 PR,或直接发布到 ClawHub。

Frequently Asked Questions常见问题

What is the official QVeris Skill for OpenClaw?什么是 OpenClaw 官方 QVeris Skill?
The official QVeris Skill is a prompt and config bundle that gives your OpenClaw agent full access to the QVeris capability network — enabling Discover, Inspect, and Call across 10,000+ verified tools and APIs. It installs with one command and requires no manual file editing or custom code.官方 QVeris Skill 是一个提示和配置包,让您的 OpenClaw Agent 完全访问 QVeris 能力网络 — 跨 10,000+ 已验证工具和 API 进行发现、检查和调用。一个命令安装,无需手动编辑文件或编写自定义代码。
How do I install the QVeris Skill in OpenClaw?如何在 OpenClaw 中安装 QVeris Skill?
Run openclaw skills install qveris-official in your OpenClaw environment, or tell your agent to install the QVeris skill using the instruction file at qveris.ai/skill/instruct.md with your API key. The agent handles download and configuration automatically.在 OpenClaw 环境中运行 openclaw skills install qveris-official,或告诉您的 Agent 使用 qveris.ai/skill/instruct.md 的指令文件配合您的 API 密钥安装 QVeris Skill。Agent 会自动处理下载和配置。
Is the QVeris OpenClaw Skill free?QVeris OpenClaw Skill 免费吗?
The skill itself is free and open source on GitHub. Discovery and inspection are always free. Credits are consumed only when you execute live tool calls (1–100 credits per call). New accounts receive 1,000 free credits on signup with no credit card required.Skill 本身在 GitHub 上免费且开源。发现和检查始终免费。积分仅在执行实时工具调用时消耗(每次调用 1–100 积分)。新账户注册即获 1,000 免费积分,无需信用卡。
How is OpenClaw with QVeris different from LangChain?OpenClaw 搭配 QVeris 与 LangChain 有什么不同?
LangChain is an agent orchestration framework that manages how agents reason and chain steps. The QVeris Skill for OpenClaw operates at a different layer — capability discovery and routing. Instead of hardcoding tool integrations, your agent discovers and calls the right tool at runtime from a network of 10,000+ verified capabilities.LangChain 是一个 Agent 编排框架,管理 Agent 如何推理和串联步骤。QVeris Skill for OpenClaw 在不同的层次运行 — 能力发现和路由。您的 Agent 在运行时从 10,000+ 已验证能力网络中发现并调用正确的工具,而不是硬编码集成。
Can I build my own skill on top of QVeris?可以基于 QVeris 构建自己的 Skill 吗?
Yes. QVeris Skills are open-source prompt and config bundles. Fork the open-qveris-skills repository on GitHub, create your own skill folder combining QVeris capabilities with custom agent workflows, and publish to ClawHub or share directly with your team.可以。QVeris Skills 是开源的提示和配置包。Fork GitHub 上的 open-qveris-skills 仓库,创建您自己的 Skill 文件夹,将 QVeris 能力与自定义 Agent 工作流相结合,发布到 ClawHub 或直接与您的团队分享。