ai-marketing-claude is a free, open source marketing & customer engagement project written in Python and released under MIT. It has 2,658 GitHub stars, 705 forks and 6 open issues, and was last pushed 7 months ago. On this registry it ranks #29 of 50 tracked projects in Marketing & Customer Engagement, with 5 head-to-head comparisons available. It gained 2 stars over the last 3 tracked days.

What is ai-marketing-claude?

What it is

ai-marketing-claude is an open-source Python project licensed under MIT that provides an AI Marketing Suite for Claude Code. It acts as a skill system that routes marketing commands through a main orchestrator, fourteen sub-skills, five parallel subagents, utility scripts, and templates. The project lives in the Claude Code ecosystem and is positioned for entrepreneurs, agency builders, and solopreneurs who want to sell marketing services powered by AI.

The concrete problem it addresses is the need to perform marketing analysis and content production without leaving the terminal. The README describes auditing a website's marketing, generating copy, building email sequences, creating content calendars, analyzing competitors, and producing client-ready PDF reports from Claude Code. A user can run a command such as /market audit https://calendly.com, see five parallel agents score content, conversion, SEO, competitive positioning, brand, and growth, and save a full report to MARKETING-AUDIT.md.

Key capabilities

  • It runs /market audit with five parallel subagents that score content and messaging, conversion optimization, SEO and discoverability, competitive positioning, brand and trust, and growth and strategy.
  • It generates optimized copy with before and after examples through /market copy.
  • It builds email sequences using templates for a five-email welcome sequence, a six-email nurture sequence, and an eight-email launch sequence.
  • It creates a 30-day social media content calendar through /market social and the social_calendar.py script.
  • It produces competitive intelligence reports through /market competitors and competitor_scanner.py.
  • It generates Markdown or PDF marketing reports through /market report and /market report-pdf, with reportlab as optional PDF support.
  • It also analyzes funnels, landing pages, SEO content, brand voice, launches, and client proposals through dedicated /market commands.

Who uses it and how

  • Entrepreneurs and agency builders can install the suite and use Claude Code to audit a website URL, then share the MARKETING-AUDIT.md report as a client-ready report.
  • Solopreneurs can use /market copy, /market emails, and /market social to produce marketing materials for their own offers or client work.
  • Users can use /market competitors, /market funnel, /market landing, and /market seo to examine positioning, conversion paths, landing pages, and SEO content.
  • Users can use /market proposal and /market report-pdf to package findings as client-ready Markdown or PDF reports.

Getting started

Users install with the one-command curl script, or clone the repository and run install.sh manually. They then use /market commands inside Claude Code, and install reportlab if they need PDF report support.

When to use it — and when not to

Use it when you want marketing analysis, content generation, and report packaging inside Claude Code from a Python-based skill system. Avoid it if you need a hosted dashboard, automated email sending, or a broad contributor base, because the repository lists contributors as - and mentions no database, storage, SMTP, or hosted option. A self-hoster must operate Claude Code, the install script, Python utility scripts, and optional reportlab.

project readme (upstream, from github) — read inline

AI Marketing Suite for Claude Code

A comprehensive marketing analysis and automation skill system for Claude Code. Audit any website's marketing, generate copy, build email sequences, create content calendars, analyze competitors, and produce client-ready PDF reports — all from your terminal.

Built for entrepreneurs, agency builders, and solopreneurs who want to sell marketing services powered by AI.


What This Does

Type a command in Claude Code and get instant, actionable marketing analysis:

> /market audit https://calendly.com

Launching 5 parallel agents...
✓ Content & Messaging Analysis     — Score: 72/100
✓ Conversion Optimization          — Score: 58/100
✓ SEO & Discoverability            — Score: 81/100
✓ Competitive Positioning          — Score: 64/100
✓ Brand & Trust                    — Score: 76/100
✓ Growth & Strategy                — Score: 61/100

Overall Marketing Score: 69/100

Full report saved to MARKETING-AUDIT.md

Installation

One-Command Install

curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash

Manual Install

git clone https://github.com/zubair-trabzada/ai-marketing-claude.git
cd ai-marketing-claude
./install.sh

Optional: PDF Report Support

pip install reportlab

Commands

Command What It Does
/market audit Full marketing audit with 5 parallel agents
/market quick 60-second marketing snapshot
/market copy Generate optimized copy with before/after examples
/market emails Generate complete email sequences
/market social 30-day social media content calendar
/market ads Ad creative and copy for all platforms
/market funnel Sales funnel analysis and optimization
/market competitors Competitive intelligence report
/market landing Landing page CRO analysis
/market launch Product launch playbook
/market proposal Client proposal generator
/market report Full marketing report (Markdown)
/market report-pdf Professional marketing report (PDF)
/market seo SEO content audit
/market brand Brand voice analysis and guidelines

Architecture

ai-marketing-claude/
├── market/SKILL.md                     # Main orchestrator (routes all /market commands)
│
├── skills/                             # 14 sub-skills
│   ├── market-audit/SKILL.md           # Full audit orchestration
│   ├── market-copy/SKILL.md            # Copywriting analysis & generation
│   ├── market-emails/SKILL.md          # Email sequence generation
│   ├── market-social/SKILL.md          # Social media content calendar
│   ├── market-ads/SKILL.md             # Ad creative & copy
│   ├── market-funnel/SKILL.md          # Funnel analysis & optimization
│   ├── market-competitors/SKILL.md     # Competitive intelligence
│   ├── market-landing/SKILL.md         # Landing page CRO
│   ├── market-launch/SKILL.md          # Launch playbook generation
│   ├── market-proposal/SKILL.md        # Client proposal generator
│   ├── market-report/SKILL.md          # Marketing report (Markdown)
│   ├── market-report-pdf/SKILL.md      # Marketing report (PDF)
│   ├── market-seo/SKILL.md             # SEO content audit
│   └── market-brand/SKILL.md           # Brand voice analysis
│
├── agents/                             # 5 parallel subagents
│   ├── market-content.md               # Content & messaging analysis
│   ├── market-conversion.md            # CRO & funnel optimization
│   ├── market-competitive.md           # Competitive positioning
│   ├── market-technical.md             # Technical SEO & tracking
│   └── market-strategy.md              # Brand, pricing & growth strategy
│
├── scripts/                            # Python utility scripts
│   ├── analyze_page.py                 # Webpage marketing analysis
│   ├── competitor_scanner.py           # Competitor website scanner
│   ├── social_calendar.py              # Social content calendar generator
│   └── generate_pdf_report.py          # PDF report generator
│
├── templates/                          # Marketing templates
│   ├── email-welcome.md                # Welcome email sequence (5 emails)
│   ├── email-nurture.md                # Lead nurture sequence (6 emails)
│   ├── email-launch.md                 # Product launch sequence (8 emails)
│   ├── proposal-template.md            # Client proposal template
│   ├── content-calendar.md             # 30-day content calendar
│   └── launch-checklist.md             # Launch checklist
│
├── install.sh                          # One-command installer
├── uninstall.sh                        # Clean uninstaller
├── requirements.txt                    # Python dependencies
└── LICENSE                             # MIT License

Scoring Methodology

The full marketing audit scores websites across 6 dimensions:

Category Weight What It Measures
Content & Messaging 25% Copy quality, value props, headlines, CTAs
Conversion Optimization 20% Funnels, forms, social proof, friction, urgency
SEO & Discoverability 20% On-page SEO, technical SEO, content structure
Competitive Positioning 15% Differentiation, market awareness, alternatives
Brand & Trust 10% Design quality, trust signals, authority
Growth & Strategy 10% Pricing, acquisition channels, retention

Overall Marketing Score = Weighted average of all categories (0-100)


How It Works

  1. You type a command — e.g., /market audit https://example.com
  2. Claude reads the skill files — they tell Claude exactly how to analyze the site
  3. 5 subagents launch in parallel — each one analyzes a different dimension
  4. Python scripts run — automated page analysis, competitor scanning
  5. Results are compiled — into a scored, prioritized, actionable report
  6. Output is saved — as a Markdown file or professional PDF

Use Cases

For Agency Builders

  • Run /market audit on a prospect's website before a sales call
  • Generate /market proposal with specific findings and pricing
  • Deliver /market report-pdf as a professional client deliverable

For Solopreneurs

  • Use /market copy to optimize your own landing pages
  • Generate /market emails for your product launches
  • Build /market social calendars for consistent posting

For Content Creators

  • Research competitors with /market competitors
  • Plan launches with /market launch
  • Analyze your funnel with /market funnel

Uninstall

./uninstall.sh

Or manually:

rm -rf ~/.claude/skills/market*
rm -f ~/.claude/agents/market-*.md

Learn More

Want to learn how to build a marketing agency powered by AI tools like this?

Join the AI Workshop Community — Learn AI automations, vibe coding, and how to build AI-powered services for clients.


License

MIT License — see LICENSE for details.

Frequently asked questions

Is ai-marketing-claude free to use?

ai-marketing-claude is open source under the MIT licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does ai-marketing-claude do?

AI Marketing Suite for Claude Code. 15 marketing skills with parallel subagents — audit any website, generate copy, email sequences, ad campaigns, content calen

What is ai-marketing-claude written in?

ai-marketing-claude is primarily written in Python. Its source is publicly available at https://github.com/zubair-trabzada/ai-marketing-claude, and it has 2,658 GitHub stars.