Agent Plugins Marketplace
← All plugins

volta-newsletter

v0.2.0+codex.20260925035753

Draft sourced, editable, VOLTA-branded monthly newsletters and optionally create unsent Mailchimp campaigns.

CodexAgent Plugins1 Skill1 MCP serverstdio

By VOLTA Halifax0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 25, 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 volta-newsletter for Codex

Installs for the current user
codex plugin marketplace add Greyson0424/volta-newsletter-demo-3
codex plugin marketplace upgrade volta-newsletter-repo
codex plugin add volta-newsletter@volta-newsletter-repo

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

Compatibility: the page URL and API slug “volta-newsletter” remain stable.

  • Codex: volta-newsletter@agent-plugin-marketplace → volta-newsletter@volta-newsletter-repo

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/Greyson0424/volta-newsletter-demo-3

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

Plugin files

plugins/volta-newsletter/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/volta-newsletter/SKILL.md
└── .mcp.json

Included Skills1

volta-newsletterskills/volta-newsletter/SKILL.md

Run the VOLTA Halifax newsletter workflow when the user says newsletter, newsletter draft, monthly newsletter, add community win, add event, or asks to prepare a member update. Capture leads, gather verified events and community wins, retain sources, render branded HTML, and create only an unsent Mailchimp draft when explicitly requested.

MCP servers1

volta_newsletterstdio
command
node
args
server/index.js
cwd
./

Plugin manifests2

plugins/volta-newsletter/.codex-plugin/plugin.json
{
  "name": "volta-newsletter",
  "version": "0.2.0+codex.20260925035753",
  "description": "Draft sourced, editable, VOLTA-branded monthly newsletters and optionally create unsent Mailchimp campaigns.",
  "author": {
    "name": "VOLTA Halifax"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Volta Newsletter",
    "shortDescription": "Draft VOLTA's monthly newsletter for review.",
    "longDescription": "Collect VOLTA events and community stories, retain sources, render branded email HTML, and create an unsent Mailchimp draft after approval.",
    "developerName": "VOLTA Halifax",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://voltaeffect.com",
    "brandColor": "#05D9E7",
    "defaultPrompt": "Draft this month's VOLTA newsletter, then call open_newsletter_studio so I can edit it interactively."
  },
  "mcpServers": "./.mcp.json"
}
plugins/volta-newsletter/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "volta-newsletter",
  "version": "0.2.0+codex.20260925035753",
  "description": "Draft sourced, editable, VOLTA-branded monthly newsletters with calendar links, engagement CTAs, and optional unsent Mailchimp campaigns.",
  "author": {
    "name": "VOLTA Halifax",
    "url": "https://voltaeffect.com"
  },
  "homepage": "https://voltaeffect.com",
  "keywords": [
    "newsletter",
    "mailchimp",
    "events",
    "community",
    "volta"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "VOLTA Newsletter",
        "shortDescription": "Draft VOLTA's monthly newsletter for review.",
        "longDescription": "Collect VOLTA events and community stories, retain source links, render an editable branded email with calendar and engagement actions, and create an unsent Mailchimp draft after approval.",
        "developerName": "VOLTA Halifax",
        "category": "Productivity",
        "capabilities": [
          "Read",
          "Write"
        ],
        "websiteURL": "https://voltaeffect.com",
        "defaultPrompt": [
          "Draft this month's VOLTA newsletter, then open the interactive Newsletter Studio.",
          "Create next month's newsletter draft, show every source, and open Newsletter Studio for editing."
        ],
        "brandColor": "#05D9E7"
      }
    }
  }
}

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

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