龙虾技能商店 中文 SEO 预渲染页
技能详情

Github

steipete/github

v1.0.0MIT-0Peter Steinberger

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

作者 Peter Steinberger 更新于 2026年3月12日 版本 v1.0.0
下载量 96,300
收藏 316
当前安装 2,300
累计安装 2,300

安全扫描

Security ScanVirusTotalVirusTotalBenignView report →OpenClawOpenClawBenignhigh confidenceThis is an instruction-only skill that simply provides example gh CLI commands and does not request extra environment variables, installs, or other privileges—its requirements are coherent with its stated purpose.Details ▾✓Purpose & CapabilityThe skill's name and description match the SKILL.md content: it instructs use of the GitHub 'gh' CLI (issues, PRs, runs, gh api). It does not ask for unrelated credentials or binaries.✓Instruction ScopeAll runtime instructions are specific gh CLI invocations (gh pr, gh run, gh api, gh issue). They remain within the stated purpose and do not direct the agent to read arbitrary local files, environment variables, or to transmit data to external endpoints outside GitHub.✓Install MechanismThere is no install spec and no code files. This is the lowest-risk model for an instruction-only skill.ℹCredentialsThe skill declares no required env vars or credentials, which is reasonable for an instruction-only gh helper. However, effective use requires the 'gh' CLI to be installed and authenticated in the agent environment (e.g., gh auth login or GITHUB_TOKEN); the SKILL.md does not mention authentication or token scope, so users should ensure their gh credentials are present and appropriately scoped.✓Persistence & Privilegealways is false and there is no install step or self-modifying behavior. The skill does not request persistent presence or elevated system privileges.AssessmentThis skill is an examples-only guide for using the GitHub 'gh' CLI. Before installing or enabling it, make sure the agent environment actually has the 'gh' CLI installed and authenticated with a GitHub account or token. Be aware that any gh-authenticated credentials available to the agent determine what repositories/actions the skill can access—limit the token scope to the minimum necessary and only grant access to accounts/repos you trust. Because the skill runs shell-style gh commands, avoid enabling it in environments where you do not want automated commands to run against your GitHub resources.

评论

@incognos

beware comments from @linhui1010 - this is an exfiltration script encoded in the base64

@rubychilds

would be good to add install info for `gh` on this skill

@gravenewsweekly

Bhupendra Jogi