← 返回 Skills 市场
huadafenqi

Huadafenqi Github

作者 huadafenqi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
295
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install huadafenqi-github
功能描述
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.
使用说明 (SKILL.md)

GitHub Skill

Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.

Pull Requests

Check CI status on a PR:

gh pr checks 55 --repo owner/repo

List recent workflow runs:

gh run list --repo owner/repo --limit 10

View a run and see which steps failed:

gh run view \x3Crun-id> --repo owner/repo

View logs for failed steps only:

gh run view \x3Crun-id> --repo owner/repo --log-failed

API for Advanced Queries

The gh api command is useful for accessing data not available through other subcommands.

Get PR with specific fields:

gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'

JSON Output

Most commands support --json for structured output. You can use --jq to filter:

gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'
安全使用建议
This skill's behavior (running gh commands) matches its description and it doesn't request credentials, but the package metadata contains inconsistent values (different ownerId, differing version, and a declared main index.js that isn't present). That can indicate careless repackaging or a copy-paste error — sometimes a sign of an untrusted source. Before installing, confirm the author's identity or prefer an official/known GitHub integration. Also ensure you have the gh CLI installed and configured (gh auth) on the environment you plan to use; the skill will act using whatever account gh is authenticated with. If you plan to grant the agent autonomous invocation, consider limiting that until you verify the skill's provenance.
功能分析
Type: OpenClaw Skill Name: huadafenqi-github Version: 1.0.0 The skill bundle provides standard instructions and examples for using the GitHub CLI (`gh`) to interact with repositories, pull requests, and workflow runs. The content in SKILL.md and skill.json is aligned with its stated purpose and contains no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The SKILL.md describes a simple GitHub CLI helper and the runtime instructions are limited to gh commands, which is appropriate for the stated purpose. However, the bundled metadata files are inconsistent: skill.json shows a different name, version (0.1.0) and a main entry (index.js) that does not exist in the package; _meta.json lists a different ownerId than the registry metadata. These discrepancies are not required for the skill's stated purpose and suggest sloppy or possibly tampered packaging.
Instruction Scope
SKILL.md only instructs the agent to run gh CLI commands (gh pr, gh run, gh api, etc.) and to use --repo when appropriate. It does not ask the agent to read arbitrary files, access unrelated environment variables, or send data to external endpoints beyond GitHub CLI usage.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written to disk by the skill itself. This lowers risk compared with downloadable installs.
Credentials
The skill declares no required environment variables, credentials, or config paths. The gh CLI normally uses its own authentication (gh auth) configured by the user; the skill does not request additional secrets. This is proportionate to the described functionality.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request any special persistence or elevated platform privileges. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install huadafenqi-github
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /huadafenqi-github 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the GitHub skill using the `gh` CLI for GitHub interactions. - Supports managing issues, pull requests, and CI runs with `gh issue`, `gh pr`, and `gh run`. - Includes instructions for using advanced queries via `gh api` and JSON output filtering. - Provides sample commands and usage guidance for working outside of git directories.
元数据
Slug huadafenqi-github
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Huadafenqi Github 是什么?

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 Huadafenqi Github?

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

Huadafenqi Github 是免费的吗?

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

Huadafenqi Github 支持哪些平台?

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

谁开发了 Huadafenqi Github?

由 huadafenqi(@huadafenqi)开发并维护,当前版本 v1.0.0。

💬 留言讨论