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.
$ npx -y skills add zubair-trabzada/ai-marketing-claude --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
What's inside
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.
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
curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash
git clone https://github.com/zubair-trabzada/ai-marketing-claude.git
cd ai-marketing-claude
./install.sh
pip install reportlab
| Command | What It Does |
|---|---|
/market audit <url> | Full marketing audit with 5 parallel agents |
/market quick <url> | 60-second marketing snapshot |
/market copy <url> | Generate optimized copy with before/after examples |
/market emails <topic> | Generate complete email sequences |
/market social <topic> | 30-day social media content calendar |
/market ads <url> | Ad creative and copy for all platforms |
/market funnel <url> | Sales funnel analysis and optimization |
/market competitors <url> | Competitive intelligence report |
/market landing <url> | Landing page CRO analysis |
/market launch <product> | Product launch playbook |
/market proposal <client> | Client proposal generator |
/market report <url> | Full marketing report (Markdown) |
/market report-pdf <url> | Professional marketing report (PDF) |
/market seo <url> | SEO content audit |
/market brand <url> | Brand voice analysis and guidelines |
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
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)
/market audit https://example.com/market audit on a prospect's website before a sales call/market proposal with specific findings and pricing/market report-pdf as a professional client deliverable/market copy to optimize your own landing pages/market emails for your product launches/market social calendars for consistent posting/market competitors/market launch/market funnel./uninstall.sh
Or manually:
rm -rf ~/.claude/skills/market*
rm -f ~/.claude/agents/market-*.md
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.
MIT License — see LICENSE for details.
.gitignore
agents/
market-competitive.md
market-content.md
market-conversion.md
market-strategy.md
market-technical.md
banner.svg
install.sh
LICENSE
market/
SKILL.md
README.md
requirements.txt
scripts/
analyze_page.py
competitor_scanner.py
generate_pdf_report.py
social_calendar.py
skills/
market-ads/
SKILL.md
market-audit/
SKILL.md
market-brand/
SKILL.md
market-competitors/
SKILL.md
market-copy/
SKILL.md
market-emails/
SKILL.md
market-funnel/
SKILL.md
market-landing/
SKILL.md
market-launch/
SKILL.md
market-proposal/
SKILL.md
market-report/
market-report-pdf/
SKILL.md
SKILL.md
market-seo/
SKILL.md
market-social/
SKILL.md
templates/
content-calendar.md
email-launch.md
email-nurture.md
email-welcome.md
launch-checklist.md
proposal-template.md
uninstall.shFAQ
ai-marketing-claude is a Claude Code plugin with 14 hand-picked skills for marketing work, indexed on Flowy. Install it with the command on its page. It includes market-ads, market-audit, market-brand. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.