{"schema_version":"2026-06-16","id":"qveris-official","name":"qveris-official","title":"QVeris official","description":"The core skill that lets any supported agent discover, inspect, and call real-world capabilities.","overview":"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.","official":true,"tags":["Core","Discover","Inspect","Call"],"scenarios":[{"id":"agent-foundation","label":"Agent foundation","description":"Core QVeris access for OpenClaw, Cursor, Claude Code, CLI, and MCP users."}],"platforms":[{"id":"openclaw","label":"OpenClaw"},{"id":"cursor","label":"Cursor"},{"id":"claude-code","label":"Claude Code"},{"id":"cli","label":"CLI"},{"id":"mcp","label":"MCP"}],"urls":{"catalog":"https://qveris.ai/skills/catalog.json","skill":"https://qveris.ai/skills/qveris-official","manifest":"https://qveris.ai/skills/qveris-official/manifest.json","agentGuide":"https://qveris.ai/skills/qveris-official/agent.md","github":"https://github.com/QVerisAI/open-qveris-skills/tree/main/qveris-official","clawhub":"https://clawhub.ai/linfangw/qveris-official"},"installation":{"requires_user_confirmation":true,"safety_note":"Agents must get explicit user confirmation before installing a skill, writing configuration, or changing the local environment.","source_repository":{"owner":"QVerisAI","name":"open-qveris-skills","url":"https://github.com/QVerisAI/open-qveris-skills","skill_path":"qveris-official","skill_url":"https://github.com/QVerisAI/open-qveris-skills/tree/main/qveris-official","clone_command":"git clone https://github.com/QVerisAI/open-qveris-skills.git && cd open-qveris-skills/qveris-official"},"commands":[{"platform":"openclaw","platform_label":"OpenClaw","label":"Install in OpenClaw","command":"openclaw skills install qveris-official"},{"platform":"cli","platform_label":"CLI","label":"Install QVeris CLI","command":"npm install -g @qverisai/cli"}]},"prompts":[{"id":"weather-demo","title":"First capability call","description":"A small end-to-end request that proves discover, inspect, and call work.","prompt":"Discover weather capabilities, inspect the best candidate, and get the current weather in Tokyo. Explain which capability you used and why."},{"id":"agent-routing","title":"Capability routing test","description":"Ask the agent to find the right provider instead of naming an API manually.","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."}],"cases":[{"slug":"qveris-skill-for-openclaw","title":"QVeris skill for OpenClaw","description":"How to add QVeris as a reusable capability layer inside OpenClaw.","source_label":"Setup article","url":"https://qveris.ai/blog/qveris-skill-for-openclaw"},{"slug":"qveris-in-cursor","title":"Use QVeris in Cursor","description":"A step-by-step path for coding agents that need live tools and data.","source_label":"Cursor guide","url":"https://qveris.ai/blog/qveris-in-cursor"},{"slug":"qveris-cli","title":"QVeris CLI workflow","description":"Use QVeris as a subprocess-friendly capability interface.","source_label":"CLI guide","url":"https://qveris.ai/blog/qveris-cli"}],"qveris_api":[{"action":"Discover","endpoint":"POST /search","title":"Natural-language discovery","purpose":"Find the right real-world capability without manually choosing an API vendor.","sources":["QVeris capability index"],"sample_query":"real-time weather API"},{"action":"Inspect","endpoint":"POST /tools/by-ids","title":"Capability inspection","purpose":"Read parameters, examples, quality signals, latency, and billing rules before execution.","sources":["Capability metadata","Provider quality signals"]},{"action":"Call","endpoint":"POST /tools/execute","title":"Unified execution","purpose":"Execute the chosen capability and return structured results with auditable usage.","sources":["QVeris execution runtime"]}],"usage_estimate":{"title":"Core capability routing","summary":"Installation and catalog discovery are free. Discover and Inspect do not consume credits; only successful Call execution follows the selected provider billing rule.","typical_calls":"1-3","estimated_credits":"1-20 credits","free_actions":["Discover","Inspect"],"paid_actions":["Call"],"note":"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."},"execution_flow":[{"title":"Describe the job","description":"The agent turns a user request into capability-oriented search intent."},{"title":"Discover candidates","description":"QVeris returns ranked capabilities with quality, latency, and pricing signals."},{"title":"Inspect and choose","description":"The agent checks parameters, examples, and provider signals before calling."},{"title":"Call and compose","description":"The selected capability is executed and the agent turns results into the final workflow output."}],"agent_instructions":["Select the best matching skill from the catalog based on the user's task.","Inspect installation.source_repository first and confirm the skill comes from the official QVerisAI/open-qveris-skills source repository.","Explain the skill, install command, QVeris API actions, and possible cost before making changes.","Run install commands or write configuration only after explicit user approval.","After installation, run the best matching prompt and report which Discover, Inspect, and Call actions were used."]}