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 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 minbeginner
언제 쓸까: 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
흐름
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
Add Core Web Vitals
/cwv-audit https://mysite.com/pricing — what's the fastest fix?✓ 복사됨
→ Specific LCP/INP/CLS diagnosis with code-level remediation
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
→ 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?✓ 복사됨
→ 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
Diagnose why conversions stopped firing across GA4, GTM and Meta CAPI
👤 Growth engineers firefighting a tracking break⏱ ~25 minintermediate
언제 쓸까: Reported conversions dropped overnight and you don't know which layer broke.
흐름
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
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