opencode-keenable gives OpenCode agents web search and page fetch as native tools — no CLI to install, no login step. Calls the Keenable REST API directly from the plugin rather than wrapping a separate binary.
→ opencode-keenable on npm
Install
Add the plugin
Add one line toopencode.json:
Use it
Two tools register automatically:keenable_search (natural-language query, plus optional site and date filters) and keenable_fetch (one http(s) URL → clean markdown). Just ask something that needs the web.
Set
KEENABLE_API_KEY to authenticate — this removes the hourly request cap. Without a key, calls run on the shared public tier at lower rate limits.