← 返回 Skills 市场
aceundefeated

Aj Github

作者 aceundefeated · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aj-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)"'

\r

安全使用建议
This skill is just documentation for the gh CLI. Before installing/using it: (1) ensure the gh CLI is installed and you're comfortable with the agent having access to your gh authentication (the CLI will use your existing gh auth or GH_TOKEN), because commands run by the agent can act with your GitHub permissions; (2) prefer to require explicit confirmation before running destructive commands (merge, close, delete); (3) note a minor metadata inconsistency: _meta.json contains a different ownerId/slug than the registry listing — likely benign but worth double-checking if provenance matters.
功能分析
Type: OpenClaw Skill Name: aj-github Version: 1.0.0 The skill bundle provides standard instructions and examples for using the GitHub CLI (gh) to manage pull requests, issues, and workflow runs. The SKILL.md file contains legitimate usage patterns for commands like 'gh pr', 'gh run', and 'gh api' without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the instructions: all examples use the gh CLI (pr, run, issue, api). The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md only shows gh commands and guidance to use --repo or URLs. It does not instruct reading arbitrary files, contacting unexpected endpoints, or accessing unrelated environment variables.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. Using gh will rely on whatever GitHub auth the local environment already provides (normal and expected).
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' configs. It is user-invokable and may be called autonomously per platform defaults.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aj-github
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aj-github 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aj-github - Introduces skill to interact with GitHub via the `gh` CLI. - Supports issues, pull requests, CI runs, and advanced API queries. - Provides usage examples for `gh issue`, `gh pr`, `gh run`, and `gh api`. - Highlights JSON output and filtering with `--json` and `--jq`. - Offers tips on specifying repositories for commands.
元数据
Slug aj-github
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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

如何安装 Aj Github?

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

Aj Github 是免费的吗?

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

Aj Github 支持哪些平台?

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

谁开发了 Aj Github?

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

💬 留言讨论