← 返回 Skills 市场
hucy

logo-generator

作者 Hucy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install logo-generator-12
功能描述
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)"'
安全使用建议
Do not install or enable this skill until the metadata mismatch is resolved. The SKILL.md clearly expects the GitHub `gh` CLI and an authenticated GitHub session, but the package is named 'logo-generator' and declares no dependencies or credential requirements. If you still want to use it: 1) verify the skill's source and author (origin is 'unknown'); 2) ensure `gh` is installed and you are comfortable with how it stores authentication (gh stores tokens locally/OS credential store); 3) test in a safe account or environment (no sensitive repos) to confirm behavior; 4) avoid supplying additional env vars or secrets to the skill — the SKILL.md does not ask for any but it will implicitly use your `gh` auth; and 5) ask the publisher to fix the name/metadata and explicitly document required binaries and authentication. The mismatch could be an innocent packaging mistake, but it could also indicate sloppy or malicious packaging, so treat it with caution.
功能分析
Type: OpenClaw Skill Name: logo-generator-12 Version: 1.0.0 The skill bundle provides standard documentation and examples for using the GitHub CLI (gh) to interact with repositories, pull requests, and CI/CD runs. While there is a minor discrepancy between the metadata slug (logo-generator-12) and the actual content (GitHub Skill), the instructions in SKILL.md are legitimate, safe, and lack any indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The package name/metadata (logo-generator) does not match the SKILL.md, which documents a GitHub `gh` CLI integration. This mismatch suggests a packaging or metadata error (or possible misdirection).
Instruction Scope
The SKILL.md stays within a clear scope (running `gh` commands to inspect PRs, runs, and use `gh api`). It does not ask to read unrelated system files or exfiltrate data. However it assumes a local `gh` CLI and authenticated GitHub access without declaring that requirement.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by the skill itself. Low install risk, but also means no provenance information is provided.
Credentials
The skill declares no required binaries or environment variables, but the runtime instructions require the `gh` CLI and an authenticated GitHub session (token stored by gh). The needed credential/access method is implicit and not documented, which is disproportionate to the declared requirements and obscures where credentials are used.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings; autonomous invocation is allowed (default) but is not by itself a new concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install logo-generator-12
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /logo-generator-12 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the GitHub skill for interacting with GitHub via the `gh` CLI. - Supports operations for issues, pull requests, CI runs, and advanced queries using `gh issue`, `gh pr`, `gh run`, and `gh api`. - Includes instructions and examples for checking PR CI status, viewing workflow runs and logs, and fetching PR data with custom fields. - Highlights usage of `--json` output and `--jq` filtering for advanced data processing.
元数据
Slug logo-generator-12
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

logo-generator 是什么?

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

如何安装 logo-generator?

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

logo-generator 是免费的吗?

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

logo-generator 支持哪些平台?

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

谁开发了 logo-generator?

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

💬 留言讨论