Google Ads

AdvisoryAudited by Static analysis on May 3, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the user confirms the wrong preview, campaign, budget, targeting, or audience changes could affect ad spend or account performance.

Why it was flagged

The skill can invoke tools that change Google Ads resources, but it instructs the agent to preview and get confirmation first.

Skill content
For campaign, ad-group, or audience changes, call `clawlink_preview_tool` first, then confirm with the user. Execute with `clawlink_call_tool`.
Recommendation

Review previews carefully, confirm the exact Google Ads account and object IDs, and avoid approving broad or ambiguous changes.

What this means

The connected Google Ads account permissions determine what the agent can inspect or change through ClawLink.

Why it was flagged

The skill requires delegated ClawLink and Google Ads access. This is expected for the integration, but it grants account authority through stored local configuration.

Skill content
Pairing stores a local ClawLink credential in OpenClaw's plugin config so future tool calls can work.
Recommendation

Use an appropriate Google Ads account, review Google consent scopes, and revoke the ClawLink connection when it is no longer needed.

What this means

Actual tool behavior depends on the ClawLink plugin and service, not just this instruction-only skill.

Why it was flagged

The skill itself has no code, but its functionality depends on an external plugin that was not included in the provided artifact set.

Skill content
Install the verified ClawLink plugin: `openclaw plugins install clawhub:clawlink-plugin`
Recommendation

Verify the plugin source and ClawLink documentation before installing, especially before connecting production ad accounts.

What this means

Account metadata, reports, and requested changes may pass through ClawLink as part of normal operation.

Why it was flagged

Google Ads data and tool requests are mediated through an external integration hub. This is disclosed and purpose-aligned, but it is an additional data boundary.

Skill content
Powered by [ClawLink](https://claw-link.dev), an integration hub for OpenClaw that handles hosted connection flows and credentials
Recommendation

Check ClawLink's privacy, security, and retention practices before connecting sensitive advertising accounts.