ai-marketing-claude-suite

Automates website marketing audits, copywriting, email sequences, and PDF report generation for Claude Code.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill ai-marketing-claude-suite-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-marketing-claude-suite
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/ai-marketing-claude-suite
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill ai-marketing-claude-suite-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, reportlab.

What problem does it solve? Marketing teams and agencies spend hours manually auditing websites, writing copy, building email sequences, and assembling client reports. This Skill automates those tasks inside Claude Code through a set of /market commands backed by parallel subagents and Python analysis scripts. ## Core Features & Use Cases - Website Marketing Audits: Scores a site across 6 weighted dimensions (content, conversion, SEO, competitive, brand, growth) using 5 parallel subagents, producing a 0-100 overall score. - Content Generation: Creates email sequences, 30-day social media calendars, ad copy, landing page CRO recommendations, and product launch playbooks. - Client Deliverables: Generates competitive intelligence reports, client proposals, and professional PDF reports via reportlab. - Use Case: An agency runs /market audit https://prospect.com, then /market competitors and /market report-pdf to produce a scored audit and polished PDF for a sales pitch. ## Quick Start Ask Claude to run a full marketing audit on a URL, for example: run /market audit on https://example.com and show me the scored report.

Frequently Asked Questions about ai-marketing-claude-suite

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

FAQPage Schema
How do I run a marketing audit on a website with Claude Code?▼

Use the /market audit command followed by the full URL, such as /market audit https://example.com. It launches 5 parallel subagents that score content, conversion, SEO, competitive positioning, and strategy, then saves a weighted 0-100 report to MARKETING-AUDIT.md.

How do I generate an email sequence for a product launch?▼

Run /market emails followed by a specific topic, like /market emails SaaS product launch. The command produces a 5-8 email sequence with subject lines, preview text, personalization, CTAs, timing recommendations, and A/B test variations.

Does the marketing audit require API keys?▼

No API keys are required. All analysis runs locally or through public web scraping using Python scripts with requests and beautifulsoup4, so the target website just needs to be publicly accessible.

Why does PDF report generation fail?▼

PDF generation fails when the reportlab package is not installed, since it is an optional dependency. Fix it by running pip install reportlab, then retry the /market report-pdf command.

What should I do when website analysis times out?▼

Large websites can cause the full audit to hang. Use /market quick for a 60-second snapshot, or break the work into specific commands like /market seo and /market copy targeting individual pages.

Why does competitor analysis return no results?▼

The automated competitor discovery may fail to identify competitors for niche sites. You can manually specify competitor URLs by editing the MANUAL_COMPETITORS list in scripts/competitor_scanner.py.