Open-source tool automates Meta ad competitor analysis with Claude Code

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
Open-source tool automates Meta ad competitor analysis with Claude Code
Ad

What Ads Machine does

Ads Machine is a system built in Claude Code that automates competitor ad analysis for Meta ads. It was created by a developer who runs Meta ads for coaching and fitness clients and wanted to eliminate the manual workflow of checking the Ad Library, taking screenshots, and guessing what to test next.

Key features and workflow

  • Scrapes competitor ads from Meta's Ad Library every morning
  • Transcribes video ads to extract text content
  • Pulls out hooks and angles from ad content
  • Grades ads based on how long they've been running (60+ days of spending indicates a "winner")
  • Generates variations from winning ads
  • Writes scripts for new ad campaigns
  • Can push campaigns directly to Meta (paused by default)
  • Includes a feedback loop: when the user's own ads run for 30+ days, they get added to the database as winners
  • Includes Alex Hormozi's ad hooks as a default source for studying frameworks that survive testing
Ad

Technical details

  • Open source with MIT license
  • One-line installation
  • Available on GitHub at github.com/seancrowe01/ads-machine
  • Built specifically for analyzing Meta ads
  • Uses a simple scoring system based on ad longevity rather than complex algorithms

This type of tool is useful for developers and marketers who want to automate competitive intelligence gathering for advertising campaigns. The approach of using ad longevity as a success metric provides a data-driven way to identify what's actually working in the market.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Four Claude Code Hooks Enforce Voice and Tone Consistency in AI-Written Copy
Tools

Four Claude Code Hooks Enforce Voice and Tone Consistency in AI-Written Copy

A developer built a system using four Claude Code hooks to prevent AI-generated copy from drifting off-brand. The system gates editing of copy files (.tsx, .md) until a reviewer agent validates content against a VOICE-AND-TONE.md guide.

OpenClawRadar
Context-Engineered Study System for Claude Code Acts as Persistent Tutor
Tools

Context-Engineered Study System for Claude Code Acts as Persistent Tutor

A developer built a study system using Claude Code that tracks progress across sessions, probes understanding, works through exercises, and adapts to learning styles. The system uses structured markdown files to shape agent behavior and includes tools for extracting textbook pages from PDFs.

OpenClawRadar
Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP
Tools

Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP

Hubcap Bridge is a new feature in the Hubcap CLI tool that creates a persistent two-way message channel between local processes and JavaScript running in browser pages via the Chrome DevTools Protocol. It enables Claude Code skills to interact with web apps through their internal JavaScript APIs without requiring public API access.

OpenClawRadar
TasteBud Memory: Reversible Agent Memory via Hyperdimensional Computing
Tools

TasteBud Memory: Reversible Agent Memory via Hyperdimensional Computing

A 600-line Node.js tool uses hyperdimensional computing to build a reversible memory layer for AI agents, supporting lossless decode, drift detection, and unknown-project alerts.

OpenClawRadar