Agent Plugins Marketplace
All plugins

emails-to-github-issues

v0.3.1

Turn emails from named senders into GitHub issues — IMAP fetch via Proton Bridge, HTML-body extraction, thread grouping that respects customer-side numbering, inline-screenshot handling, and scope confirmation before writes

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 emails-to-github-issues 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 emails-to-github-issues@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 “emails-to-github-issues” remain stable.

  • Codex: emails-to-github-issues@agent-plugin-marketplaceemails-to-github-issues@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/emails-to-github-issues/.

Plugin files

plugins/emails-to-github-issues/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/emails-to-github-issues/SKILL.md

Included Skills1

emails-to-github-issuesskills/emails-to-github-issues/SKILL.md

Use to fetch emails from named senders and turn support, bug, or feature request threads into deduped GitHub issues.

Plugin manifests2

plugins/emails-to-github-issues/.codex-plugin/plugin.json
{
  "name": "emails-to-github-issues",
  "version": "0.3.1",
  "description": "Turn emails from named senders into GitHub issues — IMAP fetch via Proton Bridge, HTML-body extraction, thread grouping that respects customer-side numbering, inline-screenshot handling, and scope confirmation before writes",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Emails To GitHub Issues",
    "shortDescription": "Turn emails from named senders into GitHub issues — IMAP fetch via Proton Bridge, HTML-body extraction, thread grouping that respects customer-side numbering, inline-screenshot handling, and scope confirmation before writes",
    "longDescription": "Turn emails from named senders into GitHub issues — IMAP fetch via Proton Bridge, HTML-body extraction, thread grouping that respects customer-side numbering, inline-screenshot handling, and scope confirmation before writes",
    "developerName": "Andre Paat",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": "Use the emails-to-github-issues 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": [
    "email",
    "imap",
    "proton-bridge",
    "github-issues",
    "customer-support",
    "productivity"
  ],
  "skills": "./skills/"
}
plugins/emails-to-github-issues/.claude-plugin/plugin.json
{
  "name": "emails-to-github-issues",
  "version": "0.3.1",
  "description": "Turn emails from named senders into GitHub issues — IMAP fetch via Proton Bridge, HTML-body extraction, thread grouping that respects customer-side numbering, inline-screenshot handling, and scope confirmation before writes",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "email",
    "imap",
    "proton-bridge",
    "github-issues",
    "customer-support",
    "productivity"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[emails-to-github-issues on Agent Plugins Marketplace](https://pluginsmp.com/plugins/emails-to-github-issues)