Claude Skills for e-commerce advertisers
Sixteen ready-to-install Claude skills for Google Ads, Meta Ads, and product feed management. Built and maintained by AI Shopping Feeds.
Install all 16 skills
For Claude Code on your terminal:
mkdir -p ~/.claude/skills && \
for s in google-ads-rsa-headlines pmax-asset-pack google-ads-campaign-builder \
google-ads-account-auditor search-terms-to-negatives low-ctr-ad-rewrite \
meta-primary-text meta-headline-descriptions meta-advantage-plus-creative-pack \
meta-ad-teardown meta-ads-campaign-builder meta-ads-account-auditor \
ad-copy-qa-checker google-shopping-title-rewriter \
product-feed-quality-auditor gmc-disapproval-fixer; do
curl -sO "https://www.aishoppingfeeds.com/downloads/claude-skills/${s}.skill.md"
mv "${s}.skill.md" ~/.claude/skills/
done
For Claude.app, paste any individual .skill.md file contents into Settings → Capabilities → Skills.
Google Ads
RSA Headlines
15 headlines + 4 descriptions, char-perfect, with pinning suggestions
google-ads-rsa-headlines.skill.md PMax Asset Pack
Full Performance Max asset pack (short HL, long HL, desc, sitelinks, callouts, snippets)
pmax-asset-pack.skill.md Campaign Builder
Complete Search campaign blueprint: structure, keywords, RSAs, negatives, budget split
google-ads-campaign-builder.skill.md Account Auditor
Senior-PPC-strategist audit: tracking, structure, copy, keywords, bidding, audiences, extensions
google-ads-account-auditor.skill.md Negatives from Search Terms
Turns a search-terms CSV into a categorised negative keyword list
search-terms-to-negatives.skill.md Low-CTR Ad Rewrite
5 rewrites of a losing ad, each tagged with a hypothesis
low-ctr-ad-rewrite.skill.md Meta Ads (Facebook + Instagram)
Primary Text
8 primary text variations across PAS, AIDA, story, contrarian, stat hooks
meta-primary-text.skill.md Headlines + Descriptions
10 headlines (40c) + 5 link descriptions (30c) + 5 CTAs
meta-headline-descriptions.skill.md Advantage+ Creative Pack
Full Advantage+ creative pack with cold/warm/retargeting variants
meta-advantage-plus-creative-pack.skill.md Ad Teardown
Structured teardown of a losing Meta ad with 3 new angles to test
meta-ad-teardown.skill.md Campaign Builder
Full Meta campaign blueprint: ASC or 3-objective stack, audiences, creative matrix, 14-day learning plan
meta-ads-campaign-builder.skill.md Account Auditor
Senior media-buyer audit: pixel/CAPI, structure, creative, copy, audiences, attribution
meta-ads-account-auditor.skill.md Cross-channel
Product feed management
Shopping Title Rewriter
3 title variants (70/100/150c) using Brand + Attribute + Product + Spec
google-shopping-title-rewriter.skill.md Feed Quality Auditor
Full feed audit against GMC/Meta/Microsoft specs, ranked by impact, with per-row evidence
product-feed-quality-auditor.skill.md GMC Disapproval Fixer
Diagnoses Merchant Center disapprovals and returns a fix order + resubmission plan
gmc-disapproval-fixer.skill.md Reference
Full README with install instructions for Claude.app, Claude Code, and Claude Desktop: README.md
MIT licensed — use freely, modify, redistribute. Built and maintained by AI Shopping Feeds.