qveris-cli
Installation
SKILL.md
Commands
# Discover tools by capability
qveris discover "weather forecast API" --json --limit 10
# Inspect tool details (optional)
qveris inspect 1 --json
# Call with parameters (use sample_parameters from discover/inspect)
qveris call 1 --params '{"wfo": "BOU", "x": 50, "y": 30}' --json
# Validate without consuming credits
qveris call 1 --params '{"wfo": "BOU", "x": 50, "y": 30}' --dry-run --json
# Generate production code snippet (curl/python/js) — only on successful calls
qveris call 1 --params '{"wfo": "BOU", "x": 50, "y": 30}' --codegen curl