---
title: "github"
description: "agent-tools-runtime plugin for GitHub: typed facade over the REST API v3 plus a deterministic repo-overview skill."
canonical: https://agentpluginsdirectory.com/plugins/github--mauricioperera
last-updated: 2026-09-22
---

# github
agent-tools-runtime plugin for GitHub: typed facade over the REST API v3 plus a deterministic repo-overview skill.
- Slug: github--mauricioperera
- Publisher: MauricioPerera
- Repository: https://github.com/MauricioPerera/agent-tools-runtime
- Manifest: agent-tools-plugin-github/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/github--mauricioperera
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What github does, in the publisher's words

Plugin de agent-tools-runtime para GitHub (REST API v3, no un MCP server envuelto, este plugin define su propio catálogo de tools).

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.

Con prefix: "github", el runtime genera:

- agent_tools_github_discover({ query? })
- agent_tools_github_call({ toolName, arguments, confirm? })
- agent_tools_github_run_skill({ skill, arguments })
- repo-overview({ owner, repo }): junta get_repository + list_issues (abiertos) + get_latest_commit 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-github/README.md
