myfirstgit

Interact with GitHub via CLI to list repositories, issues, pull requests, and create new issues in your repositories.

Install

openclaw skills install @m3159/myfirstgit

GitHub

Description

Interact with GitHub via CLI. List repositories, issues, and pull requests.

Commands

  • list-repos → List all your repositories
  • create-issue <repo> <title> <body> → Create a new issue in a repository
  • list-issues <repo> → List issues in a repository
  • list-prs <repo> → List pull requests in a repository

Dependencies

  • GitHub CLI (gh) must be installed and authenticated
  • Node.js and Claw Hub must be installed