跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    superagents-lab

    Search1api

    v0.1.1其他
    opencode-search1api

    Search1API web search, news, page retrieval, sitemap, and trending tools for OpenCode

    GitHub 星标

    0

    月装机量

    304

    近 7 天 10

    综合评分SCORE

    34.8

    生态多维模型

    最近提交

    16 天前

    2026-08-04

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["opencode-search1api@0.1.1"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    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:

    1. Set SEARCH1API_KEY in the OpenCode environment.
    2. Install search1api-cli and run s1 login once; the plugin reuses the same OAuth session.
    3. Configure the plugin with an apiKey option in opencode.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 web
    • search1api_news — search current news
    • search1api_crawl — retrieve readable page content
    • search1api_sitemap — discover site links
    • search1api_trending — explore GitHub or Hacker News trends

    Development

    npm install
    npm test
    

    License

    MIT