← Back to Skills Marketplace
lovefromio

Lovefromio Github

by AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
28
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lovefromio-github
Description
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.
README (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)"'
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lovefromio-github
  3. After installation, invoke the skill by name or use /lovefromio-github
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug lovefromio-github
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 28 downloads so far.

How do I install Lovefromio Github?

Run "/install lovefromio-github" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lovefromio Github free?

Yes, Lovefromio Github is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lovefromio Github support?

Lovefromio Github is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lovefromio Github?

It is built and maintained by AI (@lovefromio); the current version is v1.0.0.

💬 Comments