gh-issue-fetch
v0.1.4Fetch GitHub issue details with auth-gated images downloaded locally, plus epic task-list resolution — so Claude can read issue screenshots and reason about epic progress
By Andre PaatLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 13, 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 gh-issue-fetch for Codex and Claude Code
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add gh-issue-fetch@paat-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “gh-issue-fetch” remain stable.
- Codex:
gh-issue-fetch@agent-plugin-marketplace→gh-issue-fetch@paat-plugins
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/paat/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gh-issue-fetch/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/gh-issue-fetch/SKILL.md
Included Skills1
Use to inspect GitHub issue screenshots/images behind auth or resolve epic child task lists; use gh directly for plain text.
Plugin manifests2
{
"name": "gh-issue-fetch",
"version": "0.1.4",
"description": "Fetch GitHub issue details with auth-gated images downloaded locally, plus epic task-list resolution — so Claude can read issue screenshots and reason about epic progress",
"author": {
"name": "Andre Paat"
},
"interface": {
"displayName": "GitHub Issue Fetch",
"shortDescription": "Fetch GitHub issue details with auth-gated images downloaded locally, plus epic task-list resolution — so Claude can read issue screenshots and reason about epic progress",
"longDescription": "Fetch GitHub issue details with auth-gated images downloaded locally, plus epic task-list resolution — so Claude can read issue screenshots and reason about epic progress",
"developerName": "Andre Paat",
"category": "Development",
"capabilities": [
"Skills",
"Scripts"
],
"defaultPrompt": "Use the gh-issue-fetch plugin for this task.",
"websiteURL": "https://github.com/paat/claude-plugins"
},
"homepage": "https://github.com/paat/claude-plugins",
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"github",
"github-issues",
"gh-cli",
"screenshots",
"epics",
"productivity"
],
"skills": "./skills/"
}{
"name": "gh-issue-fetch",
"version": "0.1.4",
"description": "Fetch GitHub issue details with auth-gated images downloaded locally, plus epic task-list resolution — so Claude can read issue screenshots and reason about epic progress",
"author": {
"name": "Andre Paat"
},
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"github",
"github-issues",
"gh-cli",
"screenshots",
"epics",
"productivity"
]
}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.
[gh-issue-fetch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gh-issue-fetch)