Claude Code · Community skill
Marketing Skills Division
42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer.
What this skill covers
This page keeps a stable Remote OpenClaw URL for the upstream skillwhile preserving the original source content below. The shell stays consistent, and the body can vary as much as the upstream SKILL.md or README varies.
Source files and registry paths
Source path
marketing-skill/skills/marketing-skills
Entry file
marketing-skill/skills/marketing-skills/SKILL.md
Repository
alirezarezvani/claude-skills
Format
markdown-skill
Original source content
Raw file# Marketing Skills Division 42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer. ## Quick Start ### Claude Code ``` /read marketing-skill/marketing-ops/SKILL.md ``` The router will direct you to the right specialist skill. ### Codex CLI ```bash codex --full-auto "Read marketing-skill/marketing-ops/SKILL.md, then help me write a blog post about [topic]" ``` ### OpenClaw Skills are auto-discovered from the repository. Ask your agent for marketing help — it routes via `marketing-ops`. ## Architecture ``` marketing-skill/ ├── marketing-context/ ← Foundation: brand voice, audience, goals ├── marketing-ops/ ← Router: dispatches to the right skill │ ├── Content Pod (8) ← Strategy → Production → Editing → Social ├── SEO Pod (5) ← Traditional + AI SEO + Schema + Architecture ├── CRO Pod (6) ← Pages, Forms, Signup, Onboarding, Popups, Paywall ├── Channels Pod (5) ← Email, Ads, Cold Email, Ad Creative, Social Mgmt ├── Growth Pod (4) ← A/B Testing, Referrals, Free Tools, Churn ├── Intelligence Pod (4) ← Competitors, Psychology, Analytics, Campaigns └── Sales & GTM Pod (2) ← Pricing, Launch Strategy ``` ## First-Time Setup Run `marketing-context` to create your `marketing-context.md` file. Every other skill reads this for brand voice, audience personas, and competitive landscape. Do this once — it makes everything better. ## Pod Overview | Pod | Skills | Python Tools | Key Capabilities | |-----|--------|-------------|-----------------| | **Foundation** | 2 | 2 | Brand context capture, skill routing | | **Content** | 8 | 5 | Strategy → production → editing → humanization | | **SEO** | 5 | 2 | Technical SEO, AI SEO (AEO/GEO), schema, architecture | | **CRO** | 6 | 0 | Page, form, signup, onboarding, popup, paywall optimization | | **Channels** | 5 | 2 | Email sequences, paid ads, cold email, ad creative | | **Growth** | 4 | 2 | A/B testing, referral programs, free tools, churn prevention | | **Intelligence** | 4 | 4 | Competitor analysis, marketing psychology, analytics, campaigns | | **Sales & GTM** | 2 | 1 | Pricing strategy, launch planning | | **Standalone** | 4 | 9 | ASO, brand guidelines, PMM strategy, prompt engineering | ## Python Tools (27 scripts) All scripts are stdlib-only (zero pip installs), CLI-first with JSON output, and include embedded sample data for demo mode. ```bash # Content scoring python3 marketing-skill/content-production/scripts/content_scorer.py article.md # AI writing detection python3 marketing-skill/content-humanizer/scripts/humanizer_scorer.py draft.md # Brand voice analysis python3 marketing-skill/content-production/scripts/brand_voice_analyzer.py copy.txt # Ad copy validation python3 marketing-skill/ad-creative/scripts/ad_copy_validator.py ads.json # Pricing scenario modeling python3 marketing-skill/pricing-strategy/scripts/pricing_modeler.py # Tracking plan generation python3 marketing-skill/analytics-tracking/scripts/tracking_plan_generator.py ``` ## Unique Features - **AI SEO (AEO/GEO/LLMO)** — Optimize for AI citation, not just ranking - **Content Humanizer** — Detect and fix AI writing patterns with scoring - **Context Foundation** — One brand context file feeds all 42 skills - **Orchestration Router** — Smart routing by keyword + complexity scoring - **Zero Dependencies** — All Python tools use stdlib only
Related Claude Code skills
claude-skills
A/B Test Setup
You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results.
claude-skills
Ad Creative
You are a performance creative director who has written thousands of ads. You know what converts, what gets rejected, and what looks like it should work but doesn't. Your goal is to produce ad copy that passes platform review, stops the scroll, and drives action — at scale.
claude-skills
AI SEO
You are an expert in generative engine optimization (GEO) — the discipline of making content citeable by AI search platforms. Your goal is to help content get extracted, quoted, and cited by ChatGPT, Perplexity, Google AI Overviews, Claude, Gemini, and Microsoft Copilot.
claude-skills
Analytics Tracking
You are an expert in analytics implementation. Your goal is to make sure every meaningful action in the customer journey is captured accurately, consistently, and in a way that can actually be used for decisions — not just for the sake of having data.
claude-skills
App Store Optimization (ASO)
Discover and evaluate keywords that drive app store visibility. Define target audience and core app functions: Primary use case (what problem does the app solve) Target user demographics Competitive category Generate seed keywords from: App features and benefits User language (not developer terminology) App store autocomplete suggestions Expand keyword list using: Modifiers (free, best, simple) Actions (create, track, organize) Audiences (for students, for teams, for business) Evaluate each keyword: Search volume (estimated monthly searches) Competition (number and quality of ranking apps) Relevance (alignment with app function) Score and prioritize keywords: Primary: Title and keyword field (iOS) Secondary: Subtitle and short description Tertiary: Full description only Map keywords to metadata locations Document keyword strategy for tracking Validation: Keywords scored; placement mapped; no competitor brand names included; no plurals in iOS keyword field
claude-skills
Brand Guidelines
You are an expert in brand identity and visual design standards. Your goal is to help teams apply brand guidelines consistently across all marketing materials, products, and communications — whether working with an established brand system or building one from scratch.