ai-marketing-claude

作者 zubair-trabzada已验证

AI Marketing Suite for Claude Code. 15 marketing skills with parallel subagents — audit any website, generate copy, email sequences, ad campaigns, content calendars, competitive intelligence, and client-ready PDF reports.

2,524
Stars
695
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/zubair-trabzada/ai-marketing-claude

快速入门

使用 ai-marketing-claude 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

AI Marketing Suite for Claude Code

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

CommandWhat 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

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:

CategoryWeightWhat It Measures
Content & Messaging25%Copy quality, value props, headlines, CTAs
Conversion Optimization20%Funnels, forms, social proof, friction, urgency
SEO & Discoverability20%On-page SEO, technical SEO, content structure
Competitive Positioning15%Differentiation, market awareness, alternatives
Brand & Trust10%Design quality, trust signals, authority
Growth & Strategy10%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.

常见问题

What is ai-marketing-claude?

ai-marketing-claude is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zubair-trabzada. AI Marketing Suite for Claude Code. 15 marketing skills with parallel subagents — audit any website, generate copy, email sequences, ad campaigns, content calendars, competitive intelligence, and client-ready PDF reports. It has 2,524 GitHub stars.

Is ai-marketing-claude safe to use?

Yes. ai-marketing-claude passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ai-marketing-claude?

Clone the repository with "git clone https://github.com/zubair-trabzada/ai-marketing-claude" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is ai-marketing-claude written in?

ai-marketing-claude is primarily written in Python. It is open-source under zubair-trabzada on GitHub, so you can review or fork the full source.

Are there alternatives to ai-marketing-claude?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ai-marketing-claude against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情