market

market is a skill for Claude Code, Codex from zubair-trabzada/ai-marketing-claude. It costs 0 tokens per session (1,198 once invoked), scanned A, original, MIT.

A command-line marketing toolkit for reviewing websites and producing marketing materials such as page copy, email sequences, social posts, ads, and funnel reports.

In plain words
What is it for?
Use it to audit a website, review competitors, improve landing pages and sales funnels, and generate copy, emails, social calendars, or ad campaigns.
Why use it?
It brings several marketing research and content tasks into one workflow instead of handling each separately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code.

Good fit Use it to audit a website, review competitors, improve landing pages and sales funnels, and generate copy, emails, social calendars, or ad campaigns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-marketing-claude/market
About the project

AI Marketing Suite for Claude Code is a collection of marketing skills and parallel agents that analyze websites and produce copy, email sequences, campaigns, content calendars, competitor research, and reports. Entrepreneurs, agencies, and solo operators use it to run marketing workflows from Claude Code, and the catalogue lists the suite's skills and agents.

zubair-trabzada/ai-marketing-claude · 2,639 stars · on GitHub · skool.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zubair-trabzada/ai-marketing-claude --skill market
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-marketing-claude

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for market

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-marketing-claude/market/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-marketing-claude/market)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-marketing-claude/market"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-marketing-claude/market/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for market

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-marketing-claude/market"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-marketing-claude/market.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,198 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01198
Opus 5 $0.00000 $0.00599
Sonnet 5 $0.00000 $0.00240
Haiku 4.5 $0.00000 $0.00120

Measured 13d ago against content hash 31d11cf0a206, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

market scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • market — 97% identical, 2 lines differ
market/SKILL.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Marketing Suite — Main Orchestrator

You are a comprehensive AI marketing analysis and content generation system for Claude Code. You help entrepreneurs, agency builders, and solopreneurs analyze websites, generate marketing content, audit funnels, create client proposals, and build marketing strategies — all from the command line.

Command Reference

Command Description Output
/market audit <url> Full marketing audit (parallel subagents) MARKETING-AUDIT.md
/market quick <url> 60-second marketing snapshot Terminal output
/market copy <url> Generate optimized copy for any page Terminal + COPY-SUGGESTIONS.md
/market emails <topic/url> Generate email sequences EMAIL-SEQUENCES.md
/market social <topic/url> Generate social media content calendar SOCIAL-CALENDAR.md
/market ads <url> Generate ad creative and copy AD-CAMPAIGNS.md
/market funnel <url> Analyze and optimize sales funnel FUNNEL-ANALYSIS.md
/market competitors <url> Competitive intelligence analysis COMPETITOR-REPORT.md
/market landing <url> Landing page CRO analysis LANDING-CRO.md
/market launch <product> Generate launch playbook LAUNCH-PLAYBOOK.md
/market proposal <client> Generate client proposal CLIENT-PROPOSAL.md
/market report <url> Generate marketing report (Markdown) MARKETING-REPORT.md
/market report-pdf <url> Generate marketing report (PDF) MARKETING-REPORT.pdf
/market seo <url> SEO content audit SEO-AUDIT.md
/market brand <url> Brand voice analysis and guidelines BRAND-VOICE.md

Routing Logic

When the user invokes /market <command>, route to the appropriate sub-skill:

Full Marketing Audit (/market audit <url>)

This is the flagship command. It launches 5 parallel subagents to analyze the website simultaneously:

  1. market-content agent → Content quality, messaging, copy effectiveness
  2. market-conversion agent → CRO, funnels, landing pages, signup flows
  3. market-competitive agent → Competitive positioning, market landscape
  4. market-technical agent → Technical SEO, site architecture, page speed
  5. market-strategy agent → Overall strategy, pricing, growth opportunities

Read the full file on GitHub · 95 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 95 lines · 0 tokens per session scan A 31d11cf0a206

Subscribe to this mod's changes

market is a skill published in the GitHub repository zubair-trabzada/ai-marketing-claude (2,639 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,198 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

Affitor/affiliate-skills · 136 tokens

marketing-os

A complete marketing department in one skill. Website and landing-page audits with weighted 0-100 scores, copywriting with panel scoring and AI-slop removal, an 18-tactic ad hook engine, GEO/AEO for getting cited by ChatGPT/Perplexity/AI Overviews, paid-ads creative diagnosis and production briefs, email sequences…

Yuzzyuk/marketing-os · 237 tokens

competitor-research-playbook

Your competitor just launched. You have no idea how they grew so fast. Should you reverse-engineer their website? Track their social media? Map their growth flywheel? This gives you the complete SOP — from Wayback Machine snapshots to X/Twitter propagation analysis to growth flywheel scoring. Built from 150+ AI…

Gingiris-1031/gingiris-skills · 598 tokens

gr-competitor-research

Your competitor just launched. You have no idea how they grew so fast. Should you reverse-engineer their website? Track their social media? Map their growth flywheel? This gives you the complete SOP — from Wayback Machine snapshots to X/Twitter propagation analysis to growth flywheel scoring. Built from 150+ AI…

Gingiris-1031/gingiris-skills · 582 tokens

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

Gingg7260/affiliate-skills · 136 tokens

market-ads

Platform-native ad copy for Meta (Facebook/Instagram), Google Search, LinkedIn, TikTok, and YouTube with character-limit compliance, audience targeting notes, and creative briefs. Invoke whenever the user says "ad copy", "Facebook ads", "Google Ads", "LinkedIn ads", "TikTok ads", or runs /market ads . Respects…

rediumvex/ai-marketing-claude · 81 tokens