opencode-search1apiSearch1API web search, news, page retrieval, sitemap, and trending tools for OpenCode
0
304
10 in 7 days
34.8
Multi-signal model
16 days ago
2026-08-04
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-search1api@0.1.1"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-search1api@0.1.1"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D opencode-search1apiopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
Native OpenCode tools for live web search, news, page retrieval, sitemap discovery, and trending topics.
Install
Install for the current project:
opencode plugin opencode-search1api
Or install globally:
opencode plugin opencode-search1api --global
Authentication
Use one of these methods:
- Set
SEARCH1API_KEYin the OpenCode environment. - Install
search1api-cliand runs1 loginonce; the plugin reuses the same OAuth session. - Configure the plugin with an
apiKeyoption inopencode.json.
{
"plugin": [
["opencode-search1api", { "apiKey": "your-api-key" }]
]
}
Prefer an environment variable or secret manager over committing credentials to configuration files.
Get an API key at search1api.com.
Tools
search1api_search— search the live websearch1api_news— search current newssearch1api_crawl— retrieve readable page contentsearch1api_sitemap— discover site linkssearch1api_trending— explore GitHub or Hacker News trends
Development
npm install
npm test
License
MIT