npx skills add https://github.com/hqman/qveris --skill qverisQVeris 提供动态工具发现与执行功能——可根据能力搜索工具,然后使用参数执行它们。
需要设置环境变量:
QVERIS_API_KEY - 从 https://qveris.ai 获取uv run scripts/qveris_tool.py search "weather forecast API"
uv run scripts/qveris_tool.py execute openweathermap_current_weather --search-id <id> --params '{"city": "London", "units": "metric"}'
scripts/qveris_tool.py <command> [options]
Commands:
search <query> 根据能力描述搜索匹配的工具
execute <tool_id> 使用参数执行特定工具
Options:
--limit N 搜索结果的最大数量(默认:5)
--search-id ID 来自先前搜索的搜索ID(执行命令时必需)
--params JSON 以JSON字符串形式提供的工具参数
--max-size N 最大响应大小,单位为字节(默认:20480)
--json 输出原始JSON而非格式化显示
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
* 正确示例:"weather forecast API"
* 错误示例:"get weather for London"
2. 选择:根据 success_rate 和 avg_execution_time 评估工具
tool_id、search_id 和 parameters 调用工具# 查找天气工具
uv run scripts/qveris_tool.py search "current weather data"
# 使用返回的 tool_id 和 search_id 执行
uv run scripts/qveris_tool.py execute openweathermap_current_weather \
--search-id abc123 \
--params '{"city": "Tokyo", "units": "metric"}'
每周安装量
355
代码仓库
GitHub 星标数
3
首次出现
2026年1月31日
安全审计
安装于
opencode334
codex329
gemini-cli327
github-copilot325
kimi-cli324
amp322
QVeris provides dynamic tool discovery and execution - search for tools by capability, then execute them with parameters.
Requires environment variable:
QVERIS_API_KEY - Get from https://qveris.aiuv run scripts/qveris_tool.py search "weather forecast API"
uv run scripts/qveris_tool.py execute openweathermap_current_weather --search-id <id> --params '{"city": "London", "units": "metric"}'
scripts/qveris_tool.py <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: 5)
--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)
--json Output raw JSON instead of formatted display
Search : Describe the capability needed (not specific parameters)
Select : Review tools by success_rate and avg_execution_time
Execute : Call tool with tool_id, search_id, and parameters
# Find weather tools
uv run scripts/qveris_tool.py search "current weather data"
# Execute with returned tool_id and search_id
uv run scripts/qveris_tool.py execute openweathermap_current_weather \
--search-id abc123 \
--params '{"city": "Tokyo", "units": "metric"}'
Weekly Installs
355
Repository
GitHub Stars
3
First Seen
Jan 31, 2026
Security Audits
Gen Agent Trust HubFailSocketFailSnykWarn
Installed on
opencode334
codex329
gemini-cli327
github-copilot325
kimi-cli324
amp322
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
138,300 周安装