← 返回 Skills 市场
deliverydriver

GH Monitor

作者 deliverydriver · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
295
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gh-monitor
功能描述
Monitor GitHub repos for issues, PRs, and CI activity with label filters and scheduled notifications via cron or messages.
使用说明 (SKILL.md)

GH Monitor

Examples

  • "Watch open bugs in myrepo": gh issue list --label bug --state open --limit 20
  • "PR status": gh pr list --state open --limit 10
  • Daily cron: cron add schedule.cron expr="0 9 * * *" payload.systemEvent "Check GH: new issues/PRs"

Workflow

  1. Setup: gh auth status; gh repo view owner/repo
  2. Query: gh search issues "is:open label:bug" --json
  3. Alert: message urgent PRs/unmerged.
  4. Advanced: gh run list --status failure; browser for comments.

Read refs/gh-commands.md + gh-issues/SKILL.md.

Scripts

scripts/check-repo.py: Poll + notify.

assets/alert-template.md: Slack/Discord format.

安全使用建议
This skill appears to be a high-level set of instructions that expect: (1) the gh CLI to be installed and authenticated (gh auth / GITHUB_TOKEN), (2) a scripts/check-repo.py and assets/alert-template.md (which are not included), and (3) access to a scheduler and a messaging endpoint (Slack/Discord) that are not declared. Before installing or enabling this skill: 1) Ask the publisher for the full source or a homepage/repo so you can inspect scripts and templates. 2) Confirm which credentials it will need (GitHub token, Slack/Discord webhook) and only provide least-privilege tokens or test accounts. 3) Verify where cron jobs will be created and what payloads are sent; avoid allowing unknown skills to create persistent scheduled tasks. 4) If you cannot review the missing scripts, run the skill in an isolated account or environment. Because of the missing files and undeclared credential needs, treat this package as incomplete and verify its implementation before trusting it with real credentials.
功能分析
Type: OpenClaw Skill Name: gh-monitor Version: 1.1.0 The skill bundle provides instructions and command references for monitoring GitHub repositories using the official GitHub CLI (gh). The files (SKILL.md, _meta.json, and references/gh-commands.md) contain standard workflows for listing issues, pull requests, and workflow runs, with no evidence of malicious code, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The skill claims to monitor GitHub via the gh CLI and to send notifications, but the registry metadata declares no required binaries or credentials. A monitoring skill legitimately needs gh (or a GitHub API token); not declaring these is incoherent.
Instruction Scope
SKILL.md instructs the agent to run gh commands, use 'cron add', and run scripts/check-repo.py and assets/alert-template.md, yet those script and asset files are not present in the package. Instructions also reference other skills (gh-issues) and reading their SKILL.md — this expands scope and depends on external content not provided.
Install Mechanism
There is no install spec and no code files — instruction-only — which minimizes install-time risk. However, missing referenced files shift risk to runtime behavior that can't be inspected.
Credentials
No environment variables or primary credential are declared, but the workflow requires authenticated gh usage (implying a GitHub token or gh-auth). The skill also implies scheduling notifications (cron) and sending messages (Slack/Discord templates) but does not declare endpoints or credentials for those services.
Persistence & Privilege
The skill does not request always:true and is user-invocable, which is normal. However, SKILL.md references adding cron schedules and running a polling script — these behaviors create persistent scheduled activity if implemented, so users should verify what will be scheduled and where notifications are sent before enabling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gh-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gh-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Enhanced docs/examples/workflow.
元数据
Slug gh-monitor
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

GH Monitor 是什么?

Monitor GitHub repos for issues, PRs, and CI activity with label filters and scheduled notifications via cron or messages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 GH Monitor?

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

GH Monitor 是免费的吗?

是的,GH Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

GH Monitor 支持哪些平台?

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

谁开发了 GH Monitor?

由 deliverydriver(@deliverydriver)开发并维护,当前版本 v1.1.0。

💬 留言讨论