web_search_github
Search GitHub repositories for open source projects using the official GitHub search page, bypassing rate limits without an API key.
Instructions
通过 GitHub 官方搜索页搜索开源项目(免费,无需 API Key,无限额度)。
当 search_github 限流时用这个替代。搜索 GitHub 上的仓库。 解析 github.com/search 的 HTML 结果页,不依赖第三方搜索引擎。
Args: query: 搜索关键词 (如 "电商网站 React") limit: 返回结果数 (default: 10, max: 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |