Overview
- Skill Key
- chris7iu/qverisai
- Author
- chris7iu
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chris7iu/qverisai
- Latest Commit SHA
- 5f9a029788c7dccdf6d53f5a2f9be18a59c435b4
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 qverisai 技能。 若已安装,则直接安装 qverisai 技能。
# QVeris Tool Search & Execution
QVeris provides dynamic tool discovery and execution - search for tools by capability, then execute them with parameters.
## Setup
Requires environment variable:
- `QVERIS_API_KEY` - Get from https://qveris.ai
No additional dependencies — uses Node.js built-in `fetch`.
## Security
- **Credential**: Only `QVERIS_API_KEY` is accessed. No other env vars or secrets are read.
- **Network**: API key is sent only to `https://qveris.ai/api/v1` over HTTPS. No other endpoints are contacted.
- **Storage**: The key is never logged, cached, or written to disk.
- **Recommendation**: Use a scoped, revocable API key. Monitor usage at https://qveris.ai.
## Quick Start
### Search for tools
```bash
node scripts/qveris_tool.mjs search "weather forecast API"
```
### Execute a tool
```bash
node scripts/qveris_tool.mjs execute openweathermap_current_weather --search-id <id> --params '{"city": "London", "units": "metric"}'
```
## Script Usage
```
node scripts/qveris_tool.mjs <command> [options]
Commands:
search <query> Search for tools matching a capability description
execute <tool_id> Execute a specific tool with parameters
Options:
--limit N Max results for search (default: 10)
--search-id ID Search ID from previous search (required for execute)
--params JSON Tool parameters as JSON string
--max-size N Max response size in bytes (default: 20480)
--timeout N Request timeout in seconds (default: 30 for search, 60 for execute)
--json Output raw JSON instead of formatted display
```
## Workflow
1. **Search**: Describe the capability needed (not specific parameters)
- Good: "weather forecast API"
- Bad: "get weather for London"
2. **Select**: Review tools by `success_rate` and `avg_execution_time`
3. **Execute**: Call tool with `tool_id`, `search_id`, and `parameters`
## Example Session
```bash
# Find weather tools
node scripts/qveris_tool.mjs search "current weather data...
# QVeris Skill for OpenClaw
[中文文档](README.zh-CN.md) | English
A skill that enables OpenClaw to dynamically search and execute tools via the QVeris API.
## Features
- **Tool Discovery**: Search for APIs by describing what you need
- **Tool Execution**: Execute any discovered tool with parameters
- **Wide Coverage**: Access weather, stocks, search, currency, and thousands more APIs
- **Zero Extra Dependencies**: Uses only Node.js built-in `fetch` — no Python, no `uv`, no npm install
## Installation
### Prerequisites
- **Node.js 18+** (already present if you have OpenClaw installed)
- **QVERIS_API_KEY** — get your API key at https://qveris.ai
Set your API key:
```bash
export QVERIS_API_KEY="your-api-key-here"
```
### Install the Skill
**Option 1: Install via ClawdHub (Recommended)**
```bash
clawdhub install qveris
```
**Option 2: Install via NPX (For other coding agents)**
```bash
npx skills add hqman/qveris
```
**Option 3: Manual Installation**
Copy this folder to your OpenClaw skills directory:
```bash
cp -r qveris ~/.openclaw/skills/
```
## Usage
Once installed, OpenClaw will automatically use this skill when you ask questions about:
- Weather data
- Stock prices and market analysis
- Web searches
- Currency exchange rates
- And more...
### Manual Commands
```bash
# Search for tools
node scripts/qveris_tool.mjs search "stock price data"
# Execute a tool
node scripts/qveris_tool.mjs execute <tool_id> --search-id <id> --params '{"symbol": "AAPL"}'
```
## Author
[@hqmank](https://x.com/hqmank)
## License
MIT
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.