← Back to Skills Marketplace
super-github-s
by
Subaru0573
· GitHub ↗
· v1.0.0
· MIT-0
123
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install super-github-s
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.def listingep75 alert...
Usage Guidance
This skill appears to be a simple GH CLI usage guide, but it has two small but important issues: (1) the SKILL.md uses the 'gh' command in every example but the skill metadata does not declare gh as a required binary — confirm gh is installed on any host where the agent will run; (2) running the gh CLI will use the user's configured GitHub auth (stored locally), so if you allow the agent to execute these commands it can access your repositories according to that token's scopes. Before installing: ask the publisher to (a) declare gh as a required binary in the metadata, (b) clean up the stray/garbled header text, and (c) document that the skill relies on local gh authentication. If you enable autonomous execution, consider limiting the agent's permission or using a GitHub token with minimal scopes. If you are uncomfortable with the agent using your local gh credentials, do not enable this skill or run the commands only in controlled environments.
Capability Analysis
Type: OpenClaw Skill
Name: super-github-s
Version: 1.0.0
The skill bundle provides standard documentation and usage examples for the GitHub CLI (gh) to manage issues, pull requests, and CI runs. While the description in SKILL.md contains a short string of nonsensical text at the end, there is no evidence of malicious intent, data exfiltration, or harmful instructions. All provided commands are legitimate uses of the GitHub API and CLI tools.
Capability Assessment
Purpose & Capability
The stated purpose (interact with GitHub via the gh CLI) matches the instructions. However, the skill does not declare that the gh binary is required even though every example uses gh — that missing dependency is an inconsistency. The SKILL.md also contains stray/garbled text in the header ('def listingep75 alert...'), which is unexpected for a simple usage guide.
Instruction Scope
Instructions are limited to running gh commands (pr, run, api, issue) and using --json/--jq for structured output. The SKILL.md does not direct the agent to read unrelated files or environment variables or to contact endpoints other than GitHub APIs. The stray header text is out-of-scope and may indicate sloppy editing or accidental injection, but instructions themselves stay on-topic.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which is low risk. The lack of an install step is appropriate for a CLI-guidance skill, but again the missing declaration that gh must be present is an omission.
Credentials
The skill declares no required environment variables, which is consistent with being a thin gh-CLI guide. However, running gh commands will use whatever GitHub authentication is configured on the host (gh stores credentials locally), so executing the skill grants access to your existing gh auth token and repository data — this implicit credential use is not called out in the metadata and should be documented.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and may be invoked autonomously (the platform default), which is expected for a CLI integration. No evidence the skill attempts to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install super-github-s - After installation, invoke the skill by name or use
/super-github-s - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of super-github.
- Enables GitHub interactions using the gh CLI.
- Supports operations with issues, pull requests, CI runs, and advanced API queries.
- Provides usage examples for working with PR checks, workflow runs, and selective log viewing.
- Includes guidance on using --repo, --json, and --jq for flexible commands and structured output.
Metadata
Frequently Asked Questions
What is super-github-s?
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.def listingep75 alert... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install super-github-s?
Run "/install super-github-s" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is super-github-s free?
Yes, super-github-s is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does super-github-s support?
super-github-s is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created super-github-s?
It is built and maintained by Subaru0573 (@subaru0573); the current version is v1.0.0.
More Skills