ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

qverisai

Search and execute dynamic tools via QVeris API. Use when needing to find and call external APIs/tools dynamically — covers weather, search, stocks, finance, economics, geolocation, AIGC, news, social media, health data, and thousands more. Requires QVERIS_API_KEY environment variable.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chris7iu/qverisai
Or

What This Skill Does

The qverisai skill empowers your OpenClaw AI agent to dynamically discover and execute thousands of external APIs via the QVeris platform. Instead of being limited to hard-coded functions, your agent gains the ability to query a vast, evolving catalog of tools ranging from real-time weather and financial market data to AI-powered image generation and geolocation services. The skill operates by first searching for a capability matching your intent, retrieving relevant tool identifiers, and then executing those tools with structured parameters. This creates a highly flexible bridge between your agent's reasoning capabilities and the broader internet's ecosystem of services, all while maintaining a secure execution environment that respects user-defined privacy boundaries through environment-variable based authentication.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/chris7iu/qverisai

Once installed, you must obtain a valid API key from https://qveris.ai and export it to your environment as QVERIS_API_KEY. No further configuration or dependency installation is required, as the skill utilizes native Node.js fetch mechanisms.

Use Cases

  • Financial Intelligence: Pull real-time stock prices, historical earnings data, and macroeconomic indicators like inflation rates.
  • Environmental Data: Fetch detailed weather reports and long-term forecasts for any global location.
  • AI Content Creation: Leverage external AIGC tools for image synthesis, text-to-speech, and advanced creative workflows.
  • Research & Media: Aggregate news headlines, trending social media topics, and search the web for specific information.
  • Geolocation & Health: Perform IP lookups, geocoding, or retrieve up-to-date information on clinical trials and health statistics.

Example Prompts

  1. "Find a tool that can get the current inflation rate in the US and then execute it."
  2. "Search for a weather forecast tool for Paris and use it to get the weather for the next 3 days."
  3. "Look for a reliable finance API to check the latest stock price for AAPL and report the value to me."

Tips & Limitations

  • Workflow: Always perform a 'search' first to obtain a valid search-id. Executing without a prior search or using incorrect parameters will lead to request failures.
  • Security: The skill is designed to be minimal. It only accesses the QVERIS_API_KEY. Avoid hard-coding this key in scripts; always use environment variables.
  • Efficiency: Use the --limit and --max-size flags if you are dealing with large data responses to prevent timeouts or memory overflow.
  • Monitoring: Regularly audit your API key usage via the QVeris dashboard to track your token consumption and tool performance history.

Metadata

Author@chris7iu
Stars3683
Views0
Updated2026-04-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chris7iu-qverisai": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#api#automation#integration#search#data
Safety Score: 4/5

Flags: network-access, external-api