← 返回 Skills 市场
Gh
作者
AlvisDunlop
· GitHub ↗
· v1.1.0
· MIT-0
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install alvisdunlop-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...
使用说明 (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 a set of instructions for using the GitHub CLI and appears to do what it says. Before installing: ensure you have the gh CLI installed and authenticated (the skill does not declare this dependency); review and approve any destructive commands (delete, force-push, repo creation with the wrong visibility), and be aware that running the skill will use your existing gh credentials (it can act with whatever GitHub permissions your gh auth has). Because this is instruction-only (no code to audit), make sure the agent will only run the specific commands you intend and avoid granting it broad autonomous rights if you are uncomfortable with it acting on your repos without manual approval.
功能分析
Type: OpenClaw Skill
Name: alvisdunlop-gh
Version: 1.1.0
The skill bundle provides standard, well-documented instructions for using the GitHub CLI (gh) to manage repositories, issues, and pull requests. The commands in SKILL.md follow best practices, such as defaulting to private repositories and using non-interactive flags for automation, with no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name and description match the instructions: the SKILL.md contains gh CLI commands for repo, PR, issue, and release workflows. Minor inconsistency: the skill does not declare the 'gh' binary under required binaries even though all runtime instructions assume the GitHub CLI is present.
Instruction Scope
Instructions are narrowly scoped to running gh commands (auth status, repo create/clone/fork, issues, PRs, releases, etc.). They do not instruct the agent to read unrelated files, access unrelated environment variables, or send data to external endpoints other than GitHub. The doc notes using --source . which legitimately reads local repo state when operating in a repository.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is downloaded or written to disk by the skill itself (lowest install risk).
Credentials
No env vars or credentials are declared, which is proportionate to the described purpose; however the skill implicitly relies on the user's existing gh authentication (gh stores credentials/config in the host environment). The SKILL.md does not explain installation or auth setup (the header links to an external 'Complete setup guide').
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges. Model invocation is allowed (default) which is normal for skills; there is no evidence the skill modifies other skills or system configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alvisdunlop-gh - 安装完成后,直接呼叫该 Skill 的名称或使用
/alvisdunlop-gh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added detailed usage guide for managing GitHub repositories, issues, pull requests, and releases via the GitHub CLI (`gh`).
- Included explicit commands for common operations: auth status, repo creation (private by default), cloning, forking, issue and PR management, and releases.
- Provided safety notes for confirming target repositories before destructive actions and ensuring private repo settings.
- Linked complete setup guide for step-by-step 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 插件,目前累计下载 66 次。
如何安装 Gh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alvisdunlop-gh」即可一键安装,无需额外配置。
Gh 是免费的吗?
是的,Gh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gh 支持哪些平台?
Gh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gh?
由 AlvisDunlop(@alvisdunlop)开发并维护,当前版本 v1.1.0。
推荐 Skills