← 返回 Skills 市场
335
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install gh-standup
功能描述
Generate a GitHub standup summary covering the period since the last standup. Use when the user asks for a standup, work summary, weekly update, or "what did...
使用说明 (SKILL.md)
gh-standup
Generate a standup summary from GitHub activity since the last standup day.
Quick Start
# Single repo, weekly Friday standup
python3 scripts/standup.py --repo ORG/REPO --standup-days Friday
# Multiple standup days
python3 scripts/standup.py --repo ORG/REPO --standup-days Monday,Thursday
# Whole org, specific author
python3 scripts/standup.py --org MY_ORG --standup-days Friday --author username
Parameters
| Flag | Required | Default | Description |
|---|---|---|---|
--repo |
one of | — | Single repo (org/repo) |
--org |
one of | — | Entire GitHub org (all repos) |
--standup-days |
no | Friday |
Comma-separated weekdays |
--author |
no | @me |
GitHub username or @me |
Workflow
- Run
scripts/standup.pywith the user's repo/org and standup days - The script calculates the most recent past standup day and uses it as
since - Output: merged PRs + direct commits (PR commits de-duped) since that date
- Post the output as the standup message
Requirements
ghCLI authenticated (gh auth status)- Python 3.10+
Notes
--orgfetches all repos in the org; can be slow for large orgs — prefer--repowhen possible- PRs are matched by merge date; commits by author date
- Commits that belong to a merged PR are excluded from "Direct Commits" to avoid duplication
安全使用建议
This skill appears to do what it says (build a standup summary from GitHub), but the registry metadata is incomplete: the script and SKILL.md require the 'gh' CLI and an authenticated GitHub session even though the skill lists no required binaries or credentials. Before installing or running it:
- Verify you have the 'gh' CLI installed and authenticated (run 'gh auth status').
- Review the included scripts/standup.py yourself (it is simple and readable) and run it locally rather than granting any automated agent broad access.
- Use least-privilege GitHub credentials (read-only scopes if possible) and prefer passing an explicit --author and --repo to limit the scope instead of --org.
- If you plan to enable this as a skill, ask the publisher to update metadata to declare the 'gh' binary dependency and note that it uses your GitHub auth context.
- Run the script in an isolated environment or CI runner you control if you have concerns about exposing org-wide repo lists.
These steps will reduce risk and surface the missing metadata inconsistency before you rely on the skill.
功能分析
Type: OpenClaw Skill
Name: gh-standup
Version: 1.0.0
The gh-standup skill is a legitimate utility for generating GitHub activity summaries. It uses the GitHub CLI (`gh`) via `subprocess.run` with argument lists to safely fetch pull requests and commits for a specified repository or organization. The code in `scripts/standup.py` follows the logic described in `SKILL.md`, lacks any signs of data exfiltration, obfuscation, or command injection vulnerabilities, and operates within the context of the user's existing GitHub authentication.
能力评估
Purpose & Capability
The skill's stated purpose (generate a GitHub standup) matches the implementation: the script uses the GitHub CLI ('gh') and GitHub API data. However, the registry metadata lists no required binaries or credentials while both SKILL.md and scripts/standup.py require an installed, authenticated 'gh' CLI. The omission in metadata is an incoherence that could mislead users about what is needed to run the skill.
Instruction Scope
SKILL.md and the script limit their actions to GitHub data via the 'gh' CLI (fetching repos, PRs, and commits for specified repos/orgs and authors) and printing a summary. The runtime instructions do not direct the agent to read unrelated files, exfiltrate data to arbitrary endpoints, or modify other skills/config. The only external interaction is via the user's authenticated GitHub CLI.
Install Mechanism
There is no install spec (instruction-only skill with an included Python script). No remote downloads or package installs are performed by the skill. This is low-risk from an install mechanism standpoint, but the presence of an executable script without corresponding install metadata contributed to the metadata inconsistency noted above.
Credentials
The skill declares no required environment variables or primary credential, yet it depends on the user's authenticated 'gh' CLI session (which typically relies on stored GitHub credentials or GH_TOKEN). That dependency is proportionate to the task, but it is not declared in the metadata, so users may not realize it uses their GitHub authentication context.
Persistence & Privilege
The skill does not request persistent presence (always is false) and does not modify other skills or system-wide configuration. It only reads GitHub via the 'gh' CLI and prints output.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gh-standup - 安装完成后,直接呼叫该 Skill 的名称或使用
/gh-standup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of gh-standup.
- Generates GitHub standup summaries based on merged PRs and direct commits since the last specified standup day.
- Supports single repositories or full organizations.
- Accepts customizable standup days and author filtering.
- Excludes PR commits from the direct commits list to avoid duplication.
- Requires authenticated GitHub CLI and Python 3.10+.
元数据
常见问题
Gh Standup 是什么?
Generate a GitHub standup summary covering the period since the last standup. Use when the user asks for a standup, work summary, weekly update, or "what did... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。
如何安装 Gh Standup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gh-standup」即可一键安装,无需额外配置。
Gh Standup 是免费的吗?
是的,Gh Standup 完全免费(开源免费),可自由下载、安装和使用。
Gh Standup 支持哪些平台?
Gh Standup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gh Standup?
由 zerone0x(@zerone0x)开发并维护,当前版本 v1.0.0。
推荐 Skills