Agent Plugins Marketplace
All plugins

gh-issue-fetch

v0.1.4

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

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add gh-issue-fetch@paat-plugins

Paste 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-marketplacegh-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-plugins

Clone 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

plugins/gh-issue-fetch/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/gh-issue-fetch/SKILL.md

Included Skills1

gh-issue-fetchskills/gh-issue-fetch/SKILL.md

Use to inspect GitHub issue screenshots/images behind auth or resolve epic child task lists; use gh directly for plain text.

Plugin manifests2

plugins/gh-issue-fetch/.codex-plugin/plugin.json
{
  "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/"
}
plugins/gh-issue-fetch/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)