← 返回 Skills 市场
4858
总下载
1
收藏
31
当前安装
1
版本数
在 OpenClaw 中安装
/install github-search
功能描述
GitHub 仓库深度搜索与分析。支持按关键词、语言、stars、更新时间筛选,获取细分领域最新开源项目。专为技术调研设计。
安全使用建议
Review or patch the scripts before installing. Prefer replacing curl+execSync with fetch or https, or at minimum use argument-array spawning with strict allowlists for repo names, sort, and order. Avoid passing untrusted repository names, and only set GITHUB_TOKEN if needed with a fine-grained read-only token.
功能分析
Type: OpenClaw Skill
Name: github-search
Version: 1.0.0
The skill is classified as suspicious due to its reliance on `child_process.execSync` in `scripts/github-search.mjs` and `scripts/repo-detail.mjs` to execute `curl` commands for GitHub API interactions. While the URL and header arguments appear to be correctly quoted to prevent trivial shell injection from user input, using `execSync` for external network calls is an inherently riskier practice than employing dedicated HTTP client libraries, potentially introducing vulnerabilities if quoting or input sanitization were to fail under specific conditions. No evidence of intentional malicious behavior, such as data exfiltration to unauthorized endpoints or backdoor installation, was found; the `GITHUB_TOKEN` usage is for legitimate API authentication.
能力评估
Purpose & Capability
The stated purpose is GitHub repository search and analysis, and the scripts target GitHub API endpoints, but the implementation gives the skill broader local command execution capability than the purpose requires.
Instruction Scope
User-controlled values such as repository names and search options are placed into shell-built curl commands; repo-detail only checks for an owner/repo shape before shell execution.
Install Mechanism
No hidden installer or persistence was found, but the documentation references a batch-detail helper that is not present and does not clearly scope runtime requirements beyond command examples.
Credentials
Using child_process.execSync with interpolated curl command strings is disproportionate for simple GitHub API reads and creates command-injection risk.
Persistence & Privilege
No background process, persistence, file mutation, or unrelated privilege use was found; optional GITHUB_TOKEN use is purpose-aligned but needs careful least-privilege handling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of GitHub Research skill.
- Enables deep GitHub repository search and analysis with keyword, language, stars, and updated filters.
- Provides structured search results in Markdown tables for easy reporting.
- Offers trend analysis and project tagging to identify active projects and emerging trends.
- Includes scripts for advanced searches, batch detail fetching, and workflow integration.
- Supports multiple output formats: table, JSON, CSV.
- Designed for technical research and open source landscape analysis in specific technology domains.
元数据
常见问题
github-search 是什么?
GitHub 仓库深度搜索与分析。支持按关键词、语言、stars、更新时间筛选,获取细分领域最新开源项目。专为技术调研设计。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4858 次。
如何安装 github-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-search」即可一键安装,无需额外配置。
github-search 是免费的吗?
是的,github-search 完全免费(开源免费),可自由下载、安装和使用。
github-search 支持哪些平台?
github-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 github-search?
由 tbxsx(@linshengli)开发并维护,当前版本 v1.0.0。
推荐 Skills