A dynamic tool discovery and execution layer that connects AI agents to thousands of external APIs via a single unified interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qverisai
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install qverisai using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
qverisai is a powerful integration for Openclaw Skills that enables AI agents to search for and invoke specialized tools on the fly. Instead of hardcoding every individual API, this skill uses the QVeris API to locate relevant capabilities—ranging from real-time weather data to complex financial analysis—and execute them with specific parameters. It acts as a bridge to a vast ecosystem of third-party services, providing a simplified workflow for tool invocation.
This approach significantly expands the reach of Openclaw Skills, allowing agents to handle diverse tasks like clinical trial searches, image generation, and social media analytics without needing a custom integration for each provider. By abstracting the complexity of multiple API formats into a searchable interface, it empowers developers to build more versatile and responsive AI agents.
Obtain your API key from the QVeris dashboard. Ensure your environment has Node.js installed, then configure the environment variable:
export QVERIS_API_KEY='your_api_key_here'
To search for a tool using the CLI:
node scripts/qveris_tool.mjs search "weather forecast API"
To execute a discovered tool:
node scripts/qveris_tool.mjs execute openweathermap_current_weather --search-id <id> --params '{"city": "London", "units": "metric"}'
The qverisai skill manages data through structured API responses and specific CLI flags to ensure reliability within Openclaw Skills.
| Feature | Description |
|---|---|
| Input Parameters | Managed via the --params flag as a JSON string |
| Tracking | Uses a search_id to link execution to a previous discovery phase |
| Tool Metadata | Includes success_rate, avg_execution_time, and capability descriptions |
| Credentials | Secured via the QVERIS_API_KEY environment variable |
Loading
An automated market intelligence tool that performs multi-dimensional searches to aggregate, filter, and rank industry-specific news based on real-world impact.

A comprehensive toolkit for building, scaling, and optimizing production-grade Retrieval-Augmented Generation pipelines.

An expert-level AI skill for designing, optimizing, and migrating scalable database schemas with zero-downtime strategies.

A senior frontend engineering assistant designed to diagnose and fix critical UI, runtime, and layout errors in modern web applications.

A systematic framework for designing, logging, and scoring prompt experiments to eliminate guesswork in AI output optimization.

An automated file management skill that organizes cluttered desktops by categorizing files into dedicated folders based on their extensions.








































