← 返回 Skills 市场
m3159

myfirstgit

作者 M3159 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
217
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install myfirstgit
功能描述
Interact with GitHub via CLI to list repositories, issues, pull requests, and create new issues in your repositories.
安全使用建议
This skill appears to be a thin wrapper around the GitHub CLI, which is a plausible purpose — but there are a few red flags you should consider before installing: - Metadata mismatch: the embedded _meta.json and origin.json use a different slug/owner than the registry metadata for this skill. That can indicate a sloppy copy/paste or incorrect publishing. Verify the author and provenance before trusting the skill. - Undeclared dependencies: SKILL.md says 'gh' (GitHub CLI) and Node.js are required, but the registry entry doesn't declare required binaries. Make sure 'gh' is installed and authenticated locally before use. - Implicit credential use: the skill will rely on your local gh authentication (tokens or SSH keys stored on your system). If you install this skill, it can execute gh commands that act with your GitHub identity (create issues, list private repos, etc.). Only install if you trust the author and are comfortable with the agent using your local GitHub credentials. If you want to proceed safely: ask the publisher to fix the metadata, explicitly declare required binaries and any environment variables, and/or modify the skill to require an explicit GITHUB_TOKEN (and document its scope). If you do not trust the author, avoid installing or restrict the skill from autonomous invocation.
功能分析
Type: OpenClaw Skill Name: myfirstgit Version: 1.0.0 The skill bundle provides standard GitHub interaction capabilities by mapping AI agent instructions to the official GitHub CLI (gh). It includes basic commands for managing repositories, issues, and pull requests as described in SKILL.md. No malicious code, data exfiltration logic, or prompt injection attempts were found.
能力评估
Purpose & Capability
The SKILL.md describes a simple GitHub-CLI wrapper (list repos, issues, PRs, create issues) which is coherent with the stated purpose. However the package metadata (_meta.json and .clawhub/origin.json) use slug/owner values of 'github' that do not match the registry metadata for this skill ('myfirstgit' / owner kn76...). This mismatch suggests the files were copied/edited carelessly or the package metadata was not updated, which is a provenance/integrity concern.
Instruction Scope
The instructions are narrowly scoped: they instruct use of the GitHub CLI ('gh') for the listed commands and do not ask the agent to read unrelated files or exfiltrate arbitrary data. However the skill relies on the local 'gh' authentication and local configuration (e.g., ~/.config/gh, SSH keys, or stored tokens) without declaring or explaining how credentials will be used. That reliance on local credentials should be explicit.
Install Mechanism
This is an instruction-only skill with no install spec (lowest disk risk). That is reasonable for a simple wrapper. Still, SKILL.md lists dependencies (GitHub CLI, Node.js, Claw Hub) but the registry metadata does not declare required binaries; the mismatch should be corrected so users know what must be present.
Credentials
The skill requests no environment variables or credentials in the registry metadata, yet runtime use of 'gh' implicitly depends on and will use the user's local GitHub authentication (tokens/ssh). The absence of an explicit primary credential declaration (for example GITHUB_TOKEN) and no explanation of what will be read from local config is a proportionality / transparency concern.
Persistence & Privilege
always:false and no install steps mean the skill does not request permanent forced inclusion or write-to-disk behavior. There is no evidence it modifies other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install myfirstgit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /myfirstgit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
myfirstgit 1.0.0 - Initial release with GitHub CLI integration. - List your repositories, issues, and pull requests from the command line. - Create issues directly from the terminal. - Requires GitHub CLI (`gh`), Node.js, and Claw Hub.
元数据
Slug myfirstgit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

myfirstgit 是什么?

Interact with GitHub via CLI to list repositories, issues, pull requests, and create new issues in your repositories. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。

如何安装 myfirstgit?

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

myfirstgit 是免费的吗?

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

myfirstgit 支持哪些平台?

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

谁开发了 myfirstgit?

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

💬 留言讨论