---
title: "gh-cli"
description: "agent-tools-runtime plugin for the GitHub CLI (gh): shells out to a real installed binary instead of talking REST/MCP directly, plus a deterministic repo-overview skill."
canonical: https://agentpluginsdirectory.com/plugins/gh-cli
last-updated: 2026-09-23
---

# gh-cli
agent-tools-runtime plugin for the GitHub CLI (gh): shells out to a real installed binary instead of talking REST/MCP directly, plus a deterministic repo-overview skill.
- Slug: gh-cli
- Publisher: MauricioPerera
- Repository: https://github.com/MauricioPerera/agent-tools-runtime
- Manifest: agent-tools-plugin-gh-cli/plugin.json
- Version: 0.1.0
- License: MIT
- Category (editorial): integrations
- Skills: 0
- MCP servers: 0
- Stars: 1
- Repository created: 2026-08-05
- Repository last pushed: 2026-08-12
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/gh-cli
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What gh-cli does, in the publisher's words

Plugin de agent-tools-runtime para el GitHub CLI (gh), no la REST API directa (eso lo cubre agent-tools-plugin-github). Primer plugin del sistema de transporte CLI: en vez de hablar HTTP/MCP, shellea un binario ya instalado (execFile, sin shell) y parsea su stdout/exit code.

Mismo dominio que agent-tools-plugin-github a propósito: dos transportes distintos sobre el mismo dominio (GitHub) para poder comparar comportamiento aislando esa única variable.

Se instala al lado de @rckflr/agent-tools-runtime. Si discoverPlugins() escanea node_modules/agent-tools-plugin-*, el plugin se detecta solo, no hace falta tocar código del runtime.

- agent_tools_ghcli_discover({ query? })
- agent_tools_ghcli_call({ toolName, arguments, confirm? })
- agent_tools_ghcli_run_skill({ skill, arguments })
- repo-overview({ owner, repo }): junta repo_view + issue_list (abiertos) + pr_list (abiertos) en una sola llamada. Determinista, no genera código ni depende de que el LLM orqueste las 3 llamadas por separado.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/MauricioPerera/agent-tools-runtime/HEAD/agent-tools-plugin-gh-cli/README.md
