This lets Claude query, audit, and optimize Google Ads campaigns through either the official Python SDK or by driving your browser on ads.google.com. The dual-mode approach is smart: if you have API credentials configured, it can bulk-process data with GAQL queries, but if you don't, it falls back to browser automation for the same workflows. It handles the typical PPC management tasks like finding zero-conversion keywords burning budget, pausing campaigns, checking optimization scores, and pulling performance reports. The built-in audit checklist and safety confirmations before any destructive action are well thought out, though you'll want API access for any serious account work since browser mode is slower and more brittle.
npx skills add https://github.com/jdrhyne/agent-skills --skill google-ads