Submit MailAgent to the official Codex Plugin Directory

June 15, 2026 · View on GitHub

OpenAI self-serve publish is coming soon. This checklist is ready when the dashboard opens — no code changes required beyond keeping plugin.json URLs current.

Prerequisites (done)

ItemStatus
Privacy policyhttps://webmailagent.com/privacy.html
Terms of servicehttps://webmailagent.com/terms.html
interface.privacyPolicyURL / termsOfServiceURL in plugin.jsonexamples/codex/plugin/.codex-plugin/plugin.json
verify:codex asserts publisher URLs
Tarball packagingnpm run package:codexdist/mailagent-codex-plugin-0.2.5.tar.gz
Curated catalog PRawesome-codex-plugins #195 (parallel track)
Repo marketplace installcodex plugin marketplace add Alex0nder/MailAgentcodex plugin add mailagent@mailagent

When the directory opens

  1. Validate locally

    npm run verify:codex
    npm run package:codex
    
  2. Upload dist/mailagent-codex-plugin-<version>.tar.gz in the Codex Plugin Directory UI (or follow the flow in Build plugins).

  3. Confirm metadata matches plugin.json:

  4. Smoke after listing

    codex mcp add mailagent -- npx -y -p @mailagent/mcp@latest mailagent-mcp
    npm run smoke:agent
    

Keep in sync

After each MailAgent release that bumps the Codex plugin version:

npm run prepare:catalog-pr
# Sync plugin bundle to awesome-codex-plugins fork if PR #195 still open:
rsync -a dist/catalog-staging/plugins/Alex0nder/mailagent/ \
  /path/to/awesome-codex-plugins/plugins/Alex0nder/mailagent/

See also CATALOG-SUBMIT.md · CODEX.md.