← Back to Skills Marketplace
m3159

myfirstgit

by M3159 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
217
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install myfirstgit
Description
Interact with GitHub via CLI to list repositories, issues, pull requests, and create new issues in your repositories.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install myfirstgit
  3. After installation, invoke the skill by name or use /myfirstgit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug myfirstgit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is myfirstgit?

Interact with GitHub via CLI to list repositories, issues, pull requests, and create new issues in your repositories. It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.

How do I install myfirstgit?

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

Is myfirstgit free?

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

Which platforms does myfirstgit support?

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

Who created myfirstgit?

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

💬 Comments