All binaries

gh

ghcr.io/openotters/tools/gh:latest

GitHub CLI. Read PRs/issues/repos, file new ones, fetch contents. Inherits the agent's GH_TOKEN if set.

Usage

GitHub CLI. Read & write GitHub state from the agent loop.

{ "args": ["pr", "list", "--repo", "openotters/openotters"] }
{ "args": ["issue", "view", "42", "--repo", "openotters/openotters"] }
{ "args": ["api", "repos/openotters/openotters/contents/README.md"] }
{ "args": ["pr", "create", "--title", "...", "--body-file", "-"], "stdin": "..." }

Auth via $GH_TOKEN (inherited from the daemon's env). See https://cli.github.com/manual/.

Tags

4 tags
  • v2.92.0
  • v2.92
  • v2
  • latest