qveris-cn

Centralizes AI agent tool discovery and invocation via Qweris CLI and API routing to qweris.cn/api/v1.

21|3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/QVerisAI/open-qveris-skills --skill qveris-cn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qveris-cn
Source: https://github.com/QVerisAI/open-qveris-skills/tree/main/qveris-cn
Command: npx skills add https://github.com/QVerisAI/open-qveris-skills --skill qveris-cn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Centralizes capability discovery and tool invocation for AI agents via QVeris, enabling seamless access to external APIs without bespoke integrations.

Core Features & Use Cases

  • Discover tools for real-time data, historical sequences, structured reports, web extraction, and more through a unified API.
  • Call selected tools with parameterized requests using a single CLI, receiving structured JSON suitable for agent workflows.
  • Use cases include fetching stock prices, weather data, or earnings reports by discovering a tool and invoking it with the needed parameters.

Quick Start

Discover a capability with a description query, then call the best-matching tool using the discovery ID.

Frequently Asked Questions about qveris-cn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover external APIs for AI agents without writing provider-specific code?

You can discover external APIs for AI agents by using a centralized capability discovery system. This approach routes tool invocation through a unified endpoint, eliminating the need to embed bespoke provider-specific code into your workflows.

What is the best way to call external tools and fetch real-time data using a single CLI?

The best way to call external tools and fetch real-time data is through a single CLI script that centralizes API routing. You authenticate with an API key, discover the desired capability, and execute parameterized requests to receive structured JSON results.

How do I invoke parameterized API requests and get structured JSON for agent workflows?

To invoke parameterized API requests and get structured JSON, first discover a capability using a description query. Then, call the best-matching tool using the returned discovery ID along with your required parameters to retrieve structured data.

Can I fetch stock prices and weather data through a unified API without bespoke integrations?

Yes, you can fetch stock prices and weather data through a unified API. By discovering the appropriate tools for real-time data and invoking them with specific parameters, you retrieve structured results without managing individual bespoke integrations.

Do I need an API key to route automated tool execution to external APIs?

Yes, you need an API key to route automated tool execution to external APIs. Authentication is required for routing requests through the centralized endpoint to securely discover, call, and inspect tools.