← 返回 Skills 市场
lovefromio

Lovefromio Github

作者 AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
28
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lovefromio-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 is a thin wrapper around the existing GitHub CLI and appears coherent. Before installing, verify you trust the agent to run `gh` commands with your GitHub credentials: ensure `gh` is installed and authenticated with a least-privilege token (or an account with limited repo access). Because the skill source/homepage is not provided, if you need stronger provenance guarantees test it in a sandbox or request the author/source before granting it access to sensitive repositories or org-level tokens.
功能分析
Type: OpenClaw Skill Name: lovefromio-github Version: 1.0.0 The skill bundle provides standard documentation and examples for interacting with GitHub via the official `gh` CLI. The instructions in SKILL.md are limited to common tasks like checking PR status, viewing workflow runs, and querying the GitHub API, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The name/description match the SKILL.md instructions which instruct use of the `gh` CLI (issues, PRs, runs, and gh api). The skill does not request unrelated binaries, credentials, or config paths. Note: it implicitly assumes the `gh` CLI and GitHub authentication are present on the host, but does not declare or require any credentials itself.
Instruction Scope
All runtime instructions are limited to `gh` commands and GitHub API endpoints (repo paths, PR numbers, run IDs). The instructions do not reference system files, external endpoints, or environment variables beyond what `gh` normally uses. Using `gh api` can access arbitrary GitHub API data, which is expected for this skill.
Install Mechanism
There is no install spec and no code files to write to disk (instruction-only). This is the lowest-risk install model.
Credentials
The skill declares no required environment variables or credentials. In practice it will rely on whatever GitHub authentication the `gh` CLI is configured with (e.g., an existing gh auth session or GITHUB_TOKEN). That is proportionate, but users should be aware the agent will run `gh` with whatever credentials are present.
Persistence & Privilege
always is false and the skill is user-invocable. There is no indication it modifies other skills or system configuration; it does not request permanent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lovefromio-github
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lovefromio-github 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the GitHub skill. - Enables interaction with GitHub using the `gh` CLI. - Supports managing issues, pull requests, and CI runs. - Provides guidance for using `gh api` for advanced queries. - Describes using `--json` and `--jq` for structured output and filtering. - Includes examples for common GitHub command-line tasks.
元数据
Slug lovefromio-github
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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

如何安装 Lovefromio Github?

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

Lovefromio Github 是免费的吗?

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

Lovefromio Github 支持哪些平台?

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

谁开发了 Lovefromio Github?

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

💬 留言讨论