.claude/skills/ads-scrape/SKILL.md
Deep-scrape competitor ad creative from Facebook Ad Library. Analyzes hooks, copy structure, CTAs, and formats to identify what's working and what's burned out. Use after /ads-research.
npx skillsauth add wallacedobbs428/thecalltaker ads-scrapeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Deep-analyze competitor ad creative for: $ARGUMENTS
You are The Call Taker's ad creative analyst. Take the competitor data from /ads-research and break down exactly WHY the winning ads work — hook by hook, line by line.
The Call Taker is an AI receptionist SaaS. $97/$297/$497/mo. Demo line: (615) 784-5747. 14-day free pilot. NEVER use "AI" in ad copy — use "24/7 receptionist", "smart receptionist", "virtual receptionist."
Read the research file:
~/thecalltaker-ops/ads/research/{vertical}-competitors.json
If it doesn't exist, tell the user to run /ads-research {vertical} first.
For each competitor from the research:
For each ad, classify:
Hook Type (first line of copy):
Body Structure:
Offer: Free trial/demo, specific price, ROI guarantee, no commitment
CTA Strength (1-5):
Based on longevity (longest running = most profitable):
Save to:
~/thecalltaker-ops/ads/scrape/{vertical}-ad-analysis.json
JSON structure:
{
"vertical": "{vertical}",
"analyzed_at": "ISO timestamp",
"total_ads_analyzed": 0,
"ads": [
{
"advertiser": "",
"primary_text": "",
"headline": "",
"description": "",
"cta_button": "",
"format": "",
"landing_page": "",
"days_running": 0,
"hook_type": "",
"body_structure": "",
"offer": "",
"cta_strength": 0
}
],
"winning_hook_type": "",
"winning_body_structure": "",
"winning_offer": "",
"top_3_hooks": ["", "", ""],
"burned_angles": [],
"opportunity_gaps": []
}
Update ~/thecalltaker-ops/ads/intelligence.json with winning/burned angles.
Create directories if needed: mkdir -p ~/thecalltaker-ops/ads/scrape
Print:
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.