AI Growth Agents for Marketers

Autonomous Agents 💻 Python ⚖️ MIT 🟢 Actively maintained
5 stars

AI Growth Agents for Marketers is a collection of real, runnable AI agents and prompts for growth marketing tasks like campaign briefs, A/B test analysis, and MEU planning. It solves the problem of repetitive, time-consuming marketing workflows by providing ready-to-use agents that work with Claude Code, OpenAI Codex, Cursor, and other Agent Skills-compatible tools. It is for growth marketers, marketing managers, and founders, especially those in fintech, e-commerce, or super apps in Southeast Asia.

✨ Key features

  • 15 installable Agent Skills for Claude Code, Codex, Cursor
  • Executable Python agents for automation and analysis
  • MEU planning agent unique to SEA fintech
  • Context system: fill once, 15 skills share it
  • growth-mcp data connector for live metrics
  • Bilingual Vietnamese/English prompts and skills

🎯 Use cases

  • Automate campaign brief writing from 5 inputs
  • Analyze A/B tests and get recommendations
  • Plan campaigns backward from MEU targets
  • Build a RAG knowledge base from campaign history
  • Generate Python scripts for marketing automation

📦 Installation

🧰 Requirements: Requires Node.js for npx skills install, or Python for running agents; API key for Anthropic Claude or OpenAI; optional growth-mcp server for live data.

Install all skills via Agent Skills
npx skills add thaolst/ai-growth-agents-for-marketers
Or install a specific skill
npx skills add thaolst/ai-growth-agents-for-marketers/skills/campaign-brief

For Python agents:

git clone https://github.com/thaolst/ai-growth-agents-for-marketers
cd ai-growth-agents-for-marketers
make setup
# Edit .env → paste API key → make run AGENT=08-ab-test-analyzer

🚀 Usage

# No code: open Claude.ai and paste any prompt from folders 01, 02, 03, 06

# With Python: run an agent
make run AGENT=08-ab-test-analyzer

❓ FAQ

What tools are compatible with the Agent Skills?

The skills work with Claude Code, OpenAI Codex, Cursor, and any agent that supports the Agent Skills spec.

Do I need to write code to use the agents?

No, many agents (like campaign brief, synthesis, RAG) require no code; you can paste prompts into Claude.ai. Others, like the Python agents, require Python and an API key.

How do I switch between Anthropic and OpenAI providers?

Set AI_PROVIDER=openai in your .env file to use OpenAI GPT, or leave it as anthropic (default). You can also override the model with AI_MODEL.

What is the growth-mcp data connector?

It is a separate MCP server that connects to real campaign data, allowing skills to pull live metrics before writing briefs or analyzing tests.

📊 Repository

🤖 Overview, features, install steps and FAQ were generated from the project's README on Sep 4, 2026. Always check the original source before running commands.