๐ฆ ClawHub
Qveris Skill
by @yifeiwang1981
Search and execute dynamic tools via QVeris API. Use when needing to find and call external APIs/tools dynamically (weather, search, data retrieval, stock tr...
โก When to Use
๐ก Examples
Search for tools
uv run scripts/qveris_tool.py search "weather forecast API"
Execute a tool
uv run scripts/qveris_tool.py execute openweathermap_current_weather --search-id --params '{"city": "London", "units": "metric"}'
โ๏ธ Configuration
Requires environment variable:
QVERIS_API_KEY - Get from https://qveris.aiTERMINAL
clawhub install qveris-skill