Agent Plugins Marketplace
← All plugins

postman

v1.0.0

Prepare verified outbound email batches with exact signatures and correctly threaded replies.

CodexClaude Code1 Skill

By Nathan Wong1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 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 postman for Codex and Claude Code

Installs for the current user
codex plugin marketplace add thelogicmatrix/lm-tools
codex plugin marketplace upgrade lm-tools
codex plugin add postman@lm-tools

Paste and run these commands in a terminal with Codex. They add and refresh the lm-tools catalog, then install this plugin.

Compatibility: the page URL and API slug “postman-3” remain stable.

  • Codex: postman-3@agent-plugin-marketplace → postman@lm-tools

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/thelogicmatrix/lm-tools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is postman/.

Plugin files

postman/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/postman/SKILL.md

Included Skills1

postmanskills/postman/SKILL.md

Real outbound email from your own mailboxes, one identity per address. Cold outbound and replies onto an existing thread, byte-exact signature, recipient verification, live thread resolution, per-identity voice, and a read path that pulls a mailbox window down for a model to read. Use when asked to "send these emails", "reply to the recruiter", or "what's in the inbox". Proactively suggest when outreach has been drafted but nothing has verified the addresses. Nothing to do with Postman the API client.

Plugin manifests2

postman/.codex-plugin/plugin.json
{
  "name": "postman",
  "version": "1.0.0",
  "description": "Prepare verified outbound email batches with exact signatures and correctly threaded replies.",
  "author": {
    "name": "Nathan Wong"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Postman",
    "shortDescription": "Prepare safe, correctly threaded email batches",
    "longDescription": "Verify recipients, preserve exact signatures, resolve reply threads live, and require explicit approval before any email is sent.",
    "developerName": "Nathan Wong",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": "Prepare this email batch for review without sending it."
  }
}
postman/.claude-plugin/plugin.json
{
  "name": "postman",
  "version": "1.0.1",
  "description": "postman - real outbound email from your own mailboxes, one identity per address: byte-exact signatures, address verification before anything sends, and replies that thread onto the existing conversation instead of starting a new one.",
  "author": {
    "name": "Nathan Wong"
  }
}

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

[postman on Agent Plugins Marketplace](https://pluginsmp.com/plugins/postman-3)