integration-mailchimp

Connect Mailchimp Marketing and Mandrill APIs to a self-hosted Hermes agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-mailchimp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-mailchimp
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-mailchimp
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-mailchimp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of connecting Mailchimp to a self-hosted Hermes agent, letting an AI operator wire email marketing and transactional messaging without risky one-off setup steps.

Core Features & Use Cases

  • Marketing API integration: Connect campaigns, audiences, lists, member updates, and reports through the Mailchimp REST API.
  • Transactional messaging: Register the official Mandrill MCP endpoint for secure transactional email workflows.
  • Safe deployment workflow: Handles SSH-first execution, idempotency checks, secret storage, gateway reloads, live verification, and rollback on failure.
  • Use Case: A user wants their remote Hermes agent to manage Mailchimp audiences and send transactional emails, and this Skill wires the VPS, stores credentials safely, verifies connectivity, and confirms the integration is live.

Quick Start

Ask the agent to connect Mailchimp to your Hermes VPS and verify the integration end to end.

Frequently Asked Questions about integration-mailchimp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Mailchimp to a self-hosted Hermes agent over SSH?

To connect Mailchimp to a self-hosted Hermes agent, this Skill uses SSH-first execution to wire the Mailchimp Marketing REST API and Mandrill transactional messaging. It handles idempotent rewiring, gateway reloads, and live API verification for campaigns and audiences.

How do I configure Mandrill for transactional email in Hermes?

You can configure Mandrill for transactional email by registering the official Mandrill MCP endpoint. This Skill securely stores the required credentials in ~/.hermes/.env and verifies the transactional send connectivity through the Hermes VPS.

What is the safest way to store Mailchimp API credentials on a VPS?

The safest way to store Mailchimp API credentials on a VPS is within the ~/.hermes/.env file. This Skill requires secure secret handling in this directory to manage your Mailchimp marketing and Mandrill keys safely.

Does the Mailchimp Hermes integration support rollback on failure?

Yes, the Mailchimp Hermes integration supports rollback on failure. It performs rollback-safe validation of connectivity and logs, ensuring that failed API wiring or gateway reloads do not break your existing VPS setup.