← 返回 Skills 市场
semmyt

Overlap Check

作者 Daniel Petrushevskyi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
708
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install overlap-check
功能描述
Check for existing issues and PRs before creating new ones. Fires automatically when agent intends to file an issue, open a PR, or comment on a thread. Searc...
安全使用建议
This skill is instruction-only and simply runs gh CLI commands to search the target repository for existing issues/PRs. Before installing, ensure you have the GitHub CLI (gh) available and authenticated (gh may use your existing credentials/config to access private repos). Understand that the agent will run gh commands in the current working directory or against the specified OWNER/REPO; it will not exfiltrate secrets or install software. If you are concerned about autonomous runs, note the skill can be invoked by the agent when it decides to file issues/PRs—disable autonomous invocation at the agent level if you want manual control.
功能分析
Type: OpenClaw Skill Name: overlap-check Version: 1.0.0 The skill's stated purpose is benign and helpful: to check for duplicate GitHub issues/PRs. However, the `SKILL.md` instructions show the agent constructing `gh search` commands by directly interpolating a `KEYWORDS` variable into a shell command string. This pattern (e.g., `gh search issues --repo OWNER/REPO "KEYWORDS"`) presents a potential shell injection vulnerability if the AI agent's underlying command execution mechanism does not properly sanitize or escape the `KEYWORDS` input before execution. While there is no evidence of intentional malicious behavior or data exfiltration, this vulnerability classifies the skill as 'suspicious' due to the inherent risk of arbitrary command execution if the agent's input processing is flawed.
能力评估
Purpose & Capability
The skill's name and description match its asks: it requires the gh CLI and instructs the agent to run gh repo/view/search/view commands to find duplicates. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md gives narrow, concrete commands (gh repo view, gh search issues/prs, gh issue/pr view) scoped to the target repo and to user decision points. It does not instruct broad data collection, access to unrelated files, or external endpoints beyond GitHub via gh.
Install Mechanism
No install spec or downloadable code is present; this is instruction-only and relies on the existing gh binary, minimizing installation risk.
Credentials
No environment variables, credentials, or config paths are required by the skill. It relies on the gh CLI for authentication, which is a proportional requirement for interacting with GitHub.
Persistence & Privilege
always is false and the skill does not request persistent or elevated system privileges. It does not modify other skills or global agent configs. The agent may invoke it autonomously (default), which is expected for such helpers.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install overlap-check
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /overlap-check 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of overlap-check — helps prevent duplicate issues and PRs. - Automatically searches for similar issues and PRs before filing new ones or commenting. - Guides users to check existing threads and decide whether to proceed, comment, or link to related items. - Provides clear instructions and sample commands for searching and evaluating overlap. - Encourages referencing or commenting on existing threads rather than duplicating topics.
元数据
Slug overlap-check
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Overlap Check 是什么?

Check for existing issues and PRs before creating new ones. Fires automatically when agent intends to file an issue, open a PR, or comment on a thread. Searc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 708 次。

如何安装 Overlap Check?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install overlap-check」即可一键安装,无需额外配置。

Overlap Check 是免费的吗?

是的,Overlap Check 完全免费(开源免费),可自由下载、安装和使用。

Overlap Check 支持哪些平台?

Overlap Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Overlap Check?

由 Daniel Petrushevskyi(@semmyt)开发并维护,当前版本 v1.0.0。

💬 留言讨论