What problem does it solve?
AI agents and developers need a scriptable, machine-readable way to operate Mailchimp accounts without writing custom API client code for every endpoint. This Skill exposes the entire Mailchimp Marketing API v3.0 as a CLI with JSON output, so agents can manage audiences, campaigns, and reports directly from the command line.
Core Features & Use Cases
- Full API Coverage: 303 commands across 30 resource groups including lists, campaigns, reports, automations, e-commerce, templates, landing pages, SMS campaigns, and surveys.
- Agent-Native Output: Every command supports
--json for structured output that pipes cleanly into jq or downstream automation, plus an interactive REPL mode for exploratory work.
- Use Case: An agent can create a campaign, check its send checklist for issues, schedule it, and later pull the unsubscribe report — all through chained CLI commands with JSON parsing.
Quick Start
Set the MAILCHIMP_API_KEY environment variable with your API key including the datacenter suffix, then ask the agent to list all audiences as JSON using the cli-anything-mailchimp lists command.