github
v0.1.11Inspect repositories, triage pull requests and issues, debug CI, and publish changes through a hybrid GitHub connector and CLI workflow.
By OpenAILicense: MIT7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install github for Codex
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add github@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “github-2” remain stable.
- Codex:
github-2@agent-plugin-marketplace→github@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/github/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://api.githubcopilot.com/mcp/
Plugin manifests1
{
"name": "github",
"version": "0.1.11",
"description": "Inspect repositories, triage pull requests and issues, debug CI, and publish changes through a hybrid GitHub connector and CLI workflow.",
"author": {
"name": "OpenAI",
"email": "[email protected]",
"url": "https://openai.com/"
},
"homepage": "https://github.com/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"github",
"microsoft",
"git",
"repositories",
"source control",
"pull requests",
"github actions",
"ci/cd",
"pull-request",
"code-review",
"issues",
"ci",
"actions"
],
"apps": "./.app.json",
"interface": {
"displayName": "GitHub",
"shortDescription": "Triage PRs, issues, CI, and publish flows",
"longDescription": "Use GitHub to inspect repositories, review pull requests, address feedback, debug failing Actions checks, and prepare code changes for review through a connector-first workflow with targeted CLI fallbacks.",
"developerName": "OpenAI",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/",
"privacyPolicyURL": "https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement",
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"defaultPrompt": [
"Inspect PRs, triage issues, debug failing checks, and prepare code changes for review"
],
"composerIcon": "./assets/github-small.svg",
"logo": "./assets/github.png",
"logoDark": "./assets/github-dark.png",
"screenshots": [],
"brandColor": "#24292F"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[github on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-2)