git404hub

what is google-ads-builder fr?

mikefutia/google-ads-builder — explained in plain English

Analysis updated 2026-05-18

16PythonAudience · pm founderComplexity · 2/5LicenseSetup · easy

tl;dr

A Claude Code skill that turns a website URL into a ready-to-import Google Search Ads campaign draft, with no API key required.

vibe map

mindmap
  root((repo))
    What it does
      Reads a website
      Builds ad campaign draft
    Tech stack
      Python
      Claude Code skill
    Use cases
      Draft search ads
      Negative keyword list
      Import ready CSV
    Audience
      Marketers
      Founders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Generate a first-draft Google Search Ads campaign for a new website without touching Google Ads directly.

VIBE 2

Get a negative keyword list to avoid paying for irrelevant clicks.

VIBE 3

Produce a CSV that imports directly into Google Ads Editor.

VIBE 4

Review a visual dashboard of ad groups, keywords, and ads before launching.

what's the stack?

PythonClaude Code

how it stacks up fr

mikefutia/google-ads-builder920linjerry-stack/capital-studioadya84/ha-world-cup-2026
Stars161616
LanguagePythonPythonPython
Setup difficultyeasyeasyeasy
Complexity2/53/52/5
Audiencepm founderresearchergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Needs Claude Code with web/fetch tools enabled to read the target site.

Use freely for any purpose, including commercial use, under the MIT license.

in plain english

Google Ads Builder is a skill for the Claude Code coding assistant that turns a single website URL into a complete draft of a Google Search Ads campaign. Instead of starting from a blank page in Google Ads, a marketer points the tool at their homepage and it reads the site to work out what the business sells, who it is aimed at, and what offers are worth advertising. From there it groups keywords into tightly themed ad groups rather than one long undifferentiated list, and writes full Responsive Search Ads for each group, including fifteen headlines and four descriptions per group, following Google's character limits and policy rules. It also builds a negative keyword list meant to stop the account from paying for irrelevant clicks, and adds settings such as sitelinks, callout extensions, keyword match types, bidding approach, and a suggested budget split across ad groups. The output is a CSV file formatted for Google Ads Editor, so it can be imported with a single click, along with a separate dashboard file that shows the whole campaign visually, including live character counts for each headline and description. Installation is a simple git clone into Claude Code's skills folder, after which the assistant picks it up automatically. Using it is as simple as typing a request naming the target website. The README is clear that this tool only produces a draft: it does not spend any money, connect to a live Google Ads account, or require an API key. A person still needs to review the campaign, add conversion tracking, set a real budget, and check the keyword list in Google's own Keyword Planner before turning it on. It requires only Python 3's standard library and is released under the MIT license.

prompts (copy fr)

prompt 1
Build search ads for https://yourstore.com and save the results to search-ads-run.
prompt 2
Generate 15 headlines and 4 descriptions for each ad group on my site.
prompt 3
Create a negative keyword list based on my homepage content.
prompt 4
Show me the campaign dashboard so I can review ad groups before importing.

Frequently asked questions

what is google-ads-builder fr?

A Claude Code skill that turns a website URL into a ready-to-import Google Search Ads campaign draft, with no API key required.

What language is google-ads-builder written in?

Mainly Python. The stack also includes Python, Claude Code.

What license does google-ads-builder use?

Use freely for any purpose, including commercial use, under the MIT license.

How hard is google-ads-builder to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is google-ads-builder for?

Mainly pm founder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.