QVeris
Skill Hub/qveris-official
OfficialVerifiedDeveloper API / Agent foundation

QVeris official

by QVeris

Use this when the user wants a general QVeris connector for OpenClaw, Cursor, Claude Code, CLI, or MCP. It is the best starting point before installing narrower domain workflows.

Task value

The core skill that lets any supported agent discover, inspect, and call real-world capabilities.

Best for

Agents that need live tools, external data, and provider routing

Expected output

An auditable capability-routing trace from discovery to inspection to execution.

Supported agents5
Workflow cases3
Estimated credits1-20 credits
CoreDiscoverInspectCall
Source repoManifest

Case Workflows

Each article or tutorial is treated as a reusable workflow source: content, copied prompt, QVeris API recipe, and expected output.

Content source

Setup article

QVeris skill for OpenClaw

How to add QVeris as a reusable capability layer inside OpenClaw.

Copied prompt

Discover weather capabilities, inspect the best candidate, and get the current weather in Tokyo. Explain which capability you used and why.

QVeris API calls
DiscoverInspectCall
Expected result

Capability routing brief · Markdown brief

Open case
Content source

Cursor guide

Use QVeris in Cursor

A step-by-step path for coding agents that need live tools and data.

Copied prompt

Find a reliable capability for real-time stock quotes, inspect the top options, then call one for AAPL. Include success rate, latency, and estimated cost if available.

QVeris API calls
DiscoverInspectCall
Expected result

Provider comparison · Comparison table

Open case
Content source

CLI guide

QVeris CLI workflow

Use QVeris as a subprocess-friendly capability interface.

Copied prompt

Discover weather capabilities, inspect the best candidate, and get the current weather in Tokyo. Explain which capability you used and why.

QVeris API calls
DiscoverInspectCall
Expected result

Execution trace · Trace

Open case

Prompt Templates

Starter prompts that turn the skill into executable agent work.

First capability call

A small end-to-end request that proves discover, inspect, and call work.

Discover weather capabilities, inspect the best candidate, and get the current weather in Tokyo. Explain which capability you used and why.

Capability routing test

Ask the agent to find the right provider instead of naming an API manually.

Find a reliable capability for real-time stock quotes, inspect the top options, then call one for AAPL. Include success rate, latency, and estimated cost if available.

Expected Outputs

The formats an agent should return after the workflow runs, with enough structure for reuse and auditing.

Markdown brief

Capability routing brief

Explain what the agent found, why it chose it, and how it called it.

Sections
  • User task
  • Candidate tools
  • Selection reason
  • Result
Comparison table

Provider comparison

Compare parameters, coverage, latency, success signals, and billing.

Sections
  • Provider
  • Coverage
  • Latency
  • billing_rule
Trace

Execution trace

Show the auditable path before and after execution.

Sections
  • Discover
  • Inspect
  • Call
  • Usage ledger

QVeris API Recipe

The concrete Discover, Inspect, and Call sequence this skill expects the agent to run.

Recipe step 01DiscoverPOST /search

Natural-language discovery

Find the right real-world capability without manually choosing an API vendor.

Sample query: real-time weather API

QVeris capability index
Recipe step 02InspectPOST /tools/by-ids

Capability inspection

Read parameters, examples, quality signals, latency, and billing rules before execution.

Capability metadataProvider quality signals
Recipe step 03CallPOST /tools/execute

Unified execution

Execute the chosen capability and return structured results with auditable usage.

QVeris execution runtime

QVeris Usage & Cost

A planning estimate before execution. Discover and Inspect are free; successful Call execution follows the selected provider billing rule.

Typical paid calls1-3
Estimated credits1-20 credits
Free actions
DiscoverInspect
Paid action
Call

Core capability routing

Installation and catalog discovery are free. Discover and Inspect do not consume credits; only successful Call execution follows the selected provider billing rule.

Use Inspect to view the exact billing_rule before calling. Call responses include pre-settlement billing when available, and final charges are auditable in usage_history and credits_ledger.

Installation

Install the skill in the target agent environment. Agents must ask before running commands or changing local configuration.

Official GitHub source

This is the source of record for QVeris skills. Inspect or fork the skill folder before installing it in an agent environment.

Open source
Source pathQVerisAI/open-qveris-skills/qveris-official
git clone https://github.com/QVerisAI/open-qveris-skills.git && cd open-qveris-skills/qveris-official
Install in OpenClawOpenClaw
openclaw skills install qveris-official
Install QVeris CLICLI
npm install -g @qverisai/cli

Agent Execution Flow

The visible chain the agent should expose after the user copies a prompt.

01

Describe the job

The agent turns a user request into capability-oriented search intent.

02

Discover candidates

QVeris returns ranked capabilities with quality, latency, and pricing signals.

03

Inspect and choose

The agent checks parameters, examples, and provider signals before calling.

04

Call and compose

The selected capability is executed and the agent turns results into the final workflow output.

Install policy

Read manifest and agent.md first. Explain the install command, API actions, and possible credit usage. Wait for explicit approval before making local changes.

QVeris official — Skill Hub | QVeris