← 返回 Skills 市场
alvisdunlop

Gh

作者 AlvisDunlop · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install alvis2-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 --private is set on create.
  • Prefer --confirm to avoid interactive prompts in automation. \r \r \r \r
安全使用建议
This skill is an instruction-only helper for the GitHub CLI and appears coherent. Before installing, ensure you have gh installed and authenticated locally and understand which GitHub account/token gh will use — the skill will execute gh commands with those privileges. Be cautious with destructive actions (delete, force-push, repo creation/transfer); require explicit confirmation for such tasks. Review the external setup guide linked (SkillBoss.co) before trusting it, and restrict the agent's ability to run commands with broad repo or org-level permissions if you want tighter safety.
功能分析
Type: OpenClaw Skill Name: alvis2-gh Version: 2.0.0 The skill bundle provides standard documentation and command templates for using the GitHub CLI (gh) to manage repositories, issues, and pull requests. The instructions in SKILL.md are aligned with the stated purpose, include safety recommendations (e.g., using --private by default), and do not contain any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the SKILL.md commands: all instructions are gh CLI commands for repo, PR, issue, and release workflows. The skill declares no installs or credentials, which is consistent with an instruction-only guide that expects an existing gh binary and existing auth.
Instruction Scope
SKILL.md stays narrowly focused on gh commands and safety (confirm targets, use --confirm). It does not instruct reading unrelated files or env vars. One minor note: it links to an external 'Complete setup guide' (SkillBoss.co) — that external page could contain additional instructions or requests not visible here.
Install Mechanism
No install spec and no code files — lowest-risk model for a CLI helper. The skill will not write files or download code itself.
Credentials
No environment variables, credentials, or config paths are requested. Practical caveat: running gh commands uses whatever GitHub authentication is already present on the host (gh's credential store), so the skill can exercise whatever GitHub privileges the local gh session has — this is expected for a CLI wrapper but worth the user's attention.
Persistence & Privilege
Skill is not forced-always, does not request persistent presence or modify other skills. Autonomous invocation is allowed (platform default) but is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alvis2-gh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alvis2-gh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Fixed API to api.skillboss.co
元数据
Slug alvis2-gh
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 插件,目前累计下载 74 次。

如何安装 Gh?

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

Gh 是免费的吗?

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

Gh 支持哪些平台?

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

谁开发了 Gh?

由 AlvisDunlop(@alvisdunlop)开发并维护,当前版本 v2.0.0。

💬 留言讨论