/ Каталог / Песочница / claude-code-marketing-skills
● Сообщество cognyai ⚡ Сразу

claude-code-marketing-skills

автор cognyai · cognyai/claude-code-marketing-skills

Cogny's 15 free marketing skills for Claude Code — SEO audits, ad copy, GA4/GTM setup, UTM builder, schema, Core Web Vitals, and more.

A pack of slash-command skills that turn Claude Code into a marketing operator. Free tier covers SEO audits, landing page reviews, competitor analysis, Google/Meta/LinkedIn ad copy, analytics setup references (GA4, GTM, Meta CAPI), schema markup and Core Web Vitals. A $9/mo paid tier adds live OAuth data from Search Console, Bing, LinkedIn and CRMs.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

claude-code-marketing-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-code-marketing-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/cognyai/claude-code-marketing-skills",
        "~/.claude/skills/claude-code-marketing-skills"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-code-marketing-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/cognyai/claude-code-marketing-skills",
        "~/.claude/skills/claude-code-marketing-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-code-marketing-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/cognyai/claude-code-marketing-skills",
        "~/.claude/skills/claude-code-marketing-skills"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-code-marketing-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/cognyai/claude-code-marketing-skills",
        "~/.claude/skills/claude-code-marketing-skills"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-code-marketing-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/cognyai/claude-code-marketing-skills",
        "~/.claude/skills/claude-code-marketing-skills"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-code-marketing-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/cognyai/claude-code-marketing-skills",
          "~/.claude/skills/claude-code-marketing-skills"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add claude-code-marketing-skill -- git clone https://github.com/cognyai/claude-code-marketing-skills ~/.claude/skills/claude-code-marketing-skills

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: claude-code-marketing-skills

How to run a full SEO audit of a landing page with Claude Code

👤 Founders and marketers who don't own a paid SEO suite ⏱ ~30 min beginner

Когда использовать: You just shipped a page and want a concrete punch list before pushing it to ads.

Предварительные требования
  • Skill cloned to ~/.claude/skills/ — git clone https://github.com/cognyai/claude-code-marketing-skills ~/.claude/skills/claude-code-marketing-skills
Поток
  1. Ask for the audit by slash command
    /seo-audit https://mysite.com/pricing — focus on on-page issues first✓ Скопировано
    → Claude returns title/meta/H1 issues, image alt gaps, and internal-link suggestions
  2. Add Core Web Vitals
    /cwv-audit https://mysite.com/pricing — what's the fastest fix?✓ Скопировано
    → Specific LCP/INP/CLS diagnosis with code-level remediation
  3. Generate the schema markup
    /structured-data — product page with price, reviews, FAQ✓ Скопировано
    → Ready-to-paste JSON-LD block

Итог: A prioritized punch list plus drop-in JSON-LD — 30 minutes, no SEO tool subscription.

Подводные камни
  • Audit recommendations feel generic because Claude can't read your Search Console — Paste your top 10 queries into the prompt, or upgrade to the paid tier for live data
Сочетать с: github · filesystem

Generate 10 ad variations across Google, Meta and LinkedIn in one pass

👤 Performance marketers testing ad copy ⏱ ~20 min beginner

Когда использовать: Launching a new campaign and you want variant diversity without hours of staring at a template doc.

Поток
  1. Brief the product and ICP
    /ad-copy-writer — product: B2B time-tracker for agencies, pain: timesheet Sundays, CTA: start free trial✓ Скопировано
    → Claude returns Google RSA, Meta primary/headline/description, LinkedIn single-image variants with character counts
  2. Pressure-test with competitor angles
    /competitor-analysis harvest.com toggl.com — what angles are they NOT using?✓ Скопировано
    → Gap analysis with 3-5 angles your ads can own

Итог: A sheet of ad variants already compliant with each platform's character limits.

Подводные камни
  • All variants sound the same — Explicitly instruct 'make variant 3 emotional, variant 5 data-driven, variant 7 contrarian' — Claude collapses to a house voice without that nudge
Сочетать с: brave-search

Diagnose why conversions stopped firing across GA4, GTM and Meta CAPI

👤 Growth engineers firefighting a tracking break ⏱ ~25 min intermediate

Когда использовать: Reported conversions dropped overnight and you don't know which layer broke.

Поток
  1. Describe the symptom
    /conversion-debug — Meta reports 0 purchases since yesterday 14:00 UTC, GA4 still shows them. What do I check first?✓ Скопировано
    → Ordered checklist starting with the most common CAPI/dedupe failures
  2. Validate CAPI payload
    /meta-capi — validate this server event payload: <paste>✓ Скопировано
    → Specific missing fields flagged (event_id, fbp, action_source)

Итог: A short diagnosis list you can hand to whoever owns the pixel.

Подводные камни
  • Skill speculates about your setup without real data — Paste the actual GTM container JSON or CAPI payload — the skill is only as good as the evidence you feed it
Сочетать с: filesystem · github

Комбинации

Сочетайте с другими MCP — эффект x10

claude-code-marketing-skill + github

Audit a page, then open a PR with the suggested schema markup and meta tag fixes

Run /seo-audit on https://acme.com/pricing, then open a PR in acme/site adding the structured-data JSON-LD to the pricing template.✓ Скопировано
claude-code-marketing-skill + filesystem

Apply the audit fixes to local source files directly

Apply the /cwv-audit recommendations to src/components/Hero.tsx and show me the diff.✓ Скопировано
claude-code-marketing-skill + brave-search

Let Claude actually read competitor pages before /competitor-analysis

Use Brave to fetch competitor pricing pages first, then /competitor-analysis the three you found.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
/seo-audit URL + optional focus area Any time you need an SEO punch list for a specific page 0 — LLM tokens only
/ad-copy-writer product, ICP, CTA, platform Drafting Google / Meta / LinkedIn ad creative 0
/cwv-audit URL Page feels slow or PageSpeed scores dropped 0
/structured-data page type + entities You need rich snippet markup you can paste into <head> 0
/conversion-debug symptom description + platforms involved Tracking broke and you need a triage path 0
/utm-builder campaign context Before launching a campaign so your reports stay clean 0

Стоимость и лимиты

Во что обходится

Квота API
None for free tier
Токенов на вызов
1-5k per slash command depending on page size
Деньги
Free — skills are local files. Paid tier $9/mo for live Search Console / LinkedIn / HubSpot OAuth.
Совет
Stick to the free tier until you actually miss a specific data source. Most teams never upgrade.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: No credentials — pure prompts. Paid tier uses OAuth handled by Cogny.
Исходящий трафик: Free tier: none (local LLM call only). Paid tier: OAuth traffic to Cogny.

Устранение неполадок

Частые ошибки и исправления

Skill not invoked when you type /seo-audit

Claude only sees skills it can read. Verify ~/.claude/skills/claude-code-marketing-skills/ exists and contains SKILL.md files.

Проверить: ls ~/.claude/skills/claude-code-marketing-skills/
SKILL.md frontmatter wrong

Open each sub-skill's SKILL.md — name and description are required. Re-clone if the repo looks partial.

Проверить: head ~/.claude/skills/claude-code-marketing-skills/seo-audit/SKILL.md
Wrong trigger keywords — Claude runs general advice instead of the skill

Reference the skill by its slash command exactly: '/seo-audit <url>', not 'do an SEO audit'.

Альтернативы

claude-code-marketing-skills в сравнении

АльтернативаКогда использоватьКомпромисс
agentic-seo-skillYou want an autonomous SEO agent rather than hand-driven slash commandsMore automation, less control
seo-blog-writer-claude-skillYou're writing blog content, not auditing or running adsContent-only, no ads or analytics tooling

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills