google-ads

Generate bounded GAQL queries and enforce approval gates for Google Ads mutations.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill google-ads-hybridaione
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-ads
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/google-ads
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill google-ads-hybridaione

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Enables teams to generate Google Ads GAQL reporting and plan account changes while preventing unsafe, unapproved mutations and maintaining operational visibility.

Core Features & Use Cases

  • Safe GAQL reporting: Drafts bounded, read-only GAQL for performance questions and executes it through the gateway proxy.
  • Guarded mutations with explicit grants: Classifies write intent (green/amber/red), requires the exact operator approval grant, and supports validate-only execution.
  • Ad and campaign quality gates: Enforces brand-voice review before ad-copy submission and uses approval-driven ad lifecycle operations.
  • Audience and conversion operations: Plans and executes remarketing/lookalike/in-market targeting, conversion action edits, and hash-only Customer Match uploads.

Quick Start

Use the skill to generate and run a GAQL report for the last 7 days by asking: "Show German campaigns with CTR below 1% this week".

Frequently Asked Questions about google-ads

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate safe GAQL queries for Google Ads reporting?

Safe GAQL queries are generated by drafting bounded, read-only statements for performance questions and executing them through a gateway proxy. This mechanism prevents unsafe mutations while retrieving Google Ads reporting data.

How do I enforce approval workflows for Google Ads campaign mutations?

Google Ads campaign mutations are enforced by classifying write intent into green, amber, and red stakes tiers, requiring exact operator approval grants, and supporting validate-only execution before applying changes.

Can I use Customer Match uploads with hashed data in Google Ads?

Yes, Customer Match uploads are supported using hash-only data via offline jobs. This allows you to securely execute audience operations and target specific customer lists within Google Ads.

What is the best way to review ad copy before submitting Google Ads campaigns?

The best way to review ad copy is through enforced brand-voice gates before submission. This quality gate process ensures approval-driven ad lifecycle operations maintain brand consistency across campaigns.

Does Google Ads reporting work with validate-only execution for mutations?

Yes, validate-only execution is supported for Google Ads mutations. This feature allows you to test write actions and campaign planning operations safely without permanently modifying account configurations.

Why are my Google Ads recommendation apply operations being gated?

Recommendation apply operations are gated to prevent unsafe, unapproved mutations. The system requires explicit operator grants and classifies requested operations into stakes tiers to maintain operational visibility.