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.
Adicione em context_servers. Zed recarrega automaticamente ao salvar.
claude mcp add claude-code-marketing-skill -- git clone https://github.com/cognyai/claude-code-marketing-skills ~/.claude/skills/claude-code-marketing-skills
Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.
Casos de uso
Usos do mundo real: 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 minbeginner
Quando usar: You just shipped a page and want a concrete punch list before pushing it to ads.
Pré-requisitos
Skill cloned to ~/.claude/skills/ — git clone https://github.com/cognyai/claude-code-marketing-skills ~/.claude/skills/claude-code-marketing-skills
Fluxo
Ask for the audit by slash command
/seo-audit https://mysite.com/pricing — focus on on-page issues first✓ Copiado
→ Claude returns title/meta/H1 issues, image alt gaps, and internal-link suggestions
Add Core Web Vitals
/cwv-audit https://mysite.com/pricing — what's the fastest fix?✓ Copiado
→ Specific LCP/INP/CLS diagnosis with code-level remediation
Generate the schema markup
/structured-data — product page with price, reviews, FAQ✓ Copiado
→ Ready-to-paste JSON-LD block
Resultado: A prioritized punch list plus drop-in JSON-LD — 30 minutes, no SEO tool subscription.
Armadilhas
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
→ Claude returns Google RSA, Meta primary/headline/description, LinkedIn single-image variants with character counts
Pressure-test with competitor angles
/competitor-analysis harvest.com toggl.com — what angles are they NOT using?✓ Copiado
→ Gap analysis with 3-5 angles your ads can own
Resultado: A sheet of ad variants already compliant with each platform's character limits.
Armadilhas
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
Diagnose why conversions stopped firing across GA4, GTM and Meta CAPI
👤 Growth engineers firefighting a tracking break⏱ ~25 minintermediate
Quando usar: Reported conversions dropped overnight and you don't know which layer broke.
Fluxo
Describe the symptom
/conversion-debug — Meta reports 0 purchases since yesterday 14:00 UTC, GA4 still shows them. What do I check first?✓ Copiado
→ Ordered checklist starting with the most common CAPI/dedupe failures
Validate CAPI payload
/meta-capi — validate this server event payload: <paste>✓ Copiado
→ Specific missing fields flagged (event_id, fbp, action_source)
Resultado: A short diagnosis list you can hand to whoever owns the pixel.
Armadilhas
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