Skip to content
v0.1.0MIT

agent-tools-runtime plugin for GitHub: typed facade over the REST API v3 plus a deterministic repo-overview skill.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "github",
  "version": "0.1.0",
  "description": "agent-tools-runtime plugin for GitHub: typed facade over the REST API v3 plus a deterministic repo-overview skill.",
  "license": "MIT",
  "repository": "https://github.com/MauricioPerera/agent-tools-runtime",
  "keywords": ["agent-tools-runtime", "mcp", "github"],
  "extensions": {
    "dev.agent-tools-runtime": {
      "prefix": "github",
      "adapter": "./adapter.mjs",
      "adapterExport": "GitHubAdapter",
      "readonlyTools": ["search_repositories", "get_repository", "list_issues", "get_latest_commit"],
      "skills": ["./skills/repo-overview.mjs"],
      "discoverHint": "Requiere GITHUB_TOKEN configurado (scopes: repo)."
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • repo-overview.mjs
  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • dev.agent-tools-runtime