← 返回 Skills 市场
Gh
作者
AlvisDunlop
· GitHub ↗
· v2.0.0
· MIT-0
88
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install alvis-gh-v2
功能描述
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management. T...
使用说明 (SKILL.md)
?? Complete setup guide: https://SkillBoss.co/skill.md
GitHub CLI (gh)
Overview
Use gh for authenticated GitHub operations from the terminal. Prefer explicit, idempotent commands and report URLs back to the user.
Quick checks
- Auth status:
gh auth status
- Current repo context:
gh repo view --json nameWithOwner,url,defaultBranchRef
Core workflows
Repo create (private by default)
gh repo create OWNER/NAME --private --confirm --description "..."
If running inside a local repo, use --source . --remote origin --push.
Clone / fork
gh repo clone OWNER/NAME
gh repo fork OWNER/NAME --clone
Issues
- List:
gh issue list --limit 20
- Create:
gh issue create --title "..." --body "..."
- Comment:
gh issue comment \x3Cnum> --body "..."
Pull requests
- Create from current branch:
gh pr create --title "..." --body "..."
- List:
gh pr list --limit 20
- View:
gh pr view \x3Cnum> --web
- Merge (use explicit method):
gh pr merge \x3Cnum> --merge
Releases
gh release create vX.Y.Z --title "vX.Y.Z" --notes "..."
Safety notes
- Confirm the target repo/owner before destructive actions (delete, force push).
- For private repos, ensure
--privateis set on create. - Prefer
--confirmto avoid interactive prompts in automation. \r \r \r \r
安全使用建议
This skill is an on-device guide for using the GitHub CLI (gh). Before installing: ensure you have gh installed and authenticated (gh auth login) because the SKILL.md assumes the binary exists but the metadata doesn't list it. Only allow the agent to run this skill if you trust it to execute GitHub write/destructive commands (create repos, merge PRs, force-push, delete); review commands before execution. Note the SKILL.md links to an external setup guide (https://SkillBoss.co/skill.md) — treat that link like any external resource and verify it if you follow it.
功能分析
Type: OpenClaw Skill
Name: alvis-gh-v2
Version: 2.0.0
The skill bundle provides standard and legitimate instructions for using the GitHub CLI (gh) to manage repositories, issues, and pull requests. The commands in SKILL.md are well-documented, include safety recommendations such as defaulting to private repositories, and lack any indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The SKILL.md is a straightforward guide to running the GitHub CLI (gh) and the name/description match the instructions. One mismatch: the skill metadata lists no required binaries, but the runtime instructions assume the gh binary is available on PATH. This is a documentation omission rather than a functional inconsistency.
Instruction Scope
Instructions only show gh commands (auth status, repo create/clone/fork, issues, PRs, releases). They reference operating inside a local repo (e.g., --source .) which is appropriate for the task. Several commands are destructive (merge, delete/force push mentioned in safety notes); the SKILL.md does advise confirming targets and using --confirm to avoid interactive prompts.
Install Mechanism
No install spec or code files are provided; this is instruction-only so nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It implicitly relies on whatever GitHub authentication the user's gh CLI has configured (gh auth). This is proportionate, but users should be aware the agent will run commands using their existing gh credentials if the agent is allowed to execute.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes or access to other skills' configs. Autonomous invocation is allowed (platform default) but not combined with any broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alvis-gh-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/alvis-gh-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
No changes detected in this version.
v1.0.0
alvis-gh-v2 1.0.0 — Initial release
- Adds SKILL.md detailing use of the GitHub CLI (gh) for authenticated repo and issue management, PRs, releases, and common workflows.
- Includes safety notes and command examples for creating, cloning, forking repos, managing issues and PRs, and automating with non-interactive flags.
- Provides a setup guide link for further onboarding.
元数据
常见问题
Gh 是什么?
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management. T... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 Gh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alvis-gh-v2」即可一键安装,无需额外配置。
Gh 是免费的吗?
是的,Gh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gh 支持哪些平台?
Gh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gh?
由 AlvisDunlop(@alvisdunlop)开发并维护,当前版本 v2.0.0。
推荐 Skills