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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chris7iu/qverisaiWhat 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
- "Find a tool that can get the current inflation rate in the US and then execute it."
- "Search for a weather forecast tool for Paris and use it to get the weather for the next 3 days."
- "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
--limitand--max-sizeflags 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chris7iu-qverisai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api