| name | rivr |
| description | Search Amazon for products, prices, and availability for an agent (read-only). Bootstraps the rivr binary if it isn't installed, then drives it (read-only). |
rivr
If rivr isn't on PATH, install it:
brew install rnwolfe/tap/rivr
Then let the binary teach you — it's read-only by default and self-describing, so don't guess:
rivr agent — the full embedded usage contract.
rivr schema --json — machine-readable command tree, exit codes, and conformance.
- Example:
rivr search "usb-c cable" --json | jq '.items[0]'
Conforms to the Agent CLI Guidelines (Full); verify with rivr schema | jq .conformance.