ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

google-ads-manager

Управление кампаниями Google Ads. Используйте этот навык, когда пользователь хочет просмотреть статистику, изменить бюджет, включить или выключить кампании в Google Рекламе. Этот навык позволяет выполнять действия через Google Ads API.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/3824108-cell/claw-google-ads
Or

What This Skill Does

The google-ads-manager skill is a powerful automation interface for OpenClaw agents to interact with the Google Ads API. It bridges the gap between natural language requests and complex ad management workflows. This skill empowers your AI agent to monitor campaign performance, analyze key metrics such as CTR, clicks, and impressions, and execute administrative changes like adjusting daily budgets or toggling campaign statuses (ENABLE/PAUSED) directly from the command line or via agent dialogue. By abstracting the Google Ads API complexities, it allows users to focus on strategic decisions rather than technical implementation.

Installation

To integrate this skill into your environment, use the OpenClaw CLI: clawhub install openclaw/skills/skills/3824108-cell/claw-google-ads

Ensure that you have generated a OAuth2 credentials file. The skill expects a configuration file named google-ads.yaml located at ~/.google-ads.yaml or within the root directory of your project. This file must contain your Developer Token, Client ID, Client Secret, and Refresh Token.

Use Cases

  • Proactive Campaign Monitoring: Automatically pull daily or weekly performance reports to identify underperforming ads.
  • Budget Optimization: Dynamically adjust daily spend limits based on current market conditions or target ROAS.
  • Emergency Controls: Quickly pause high-spending campaigns that have encountered technical issues or reached a threshold during off-hours.
  • Reporting Integration: Feed live advertising data into other analytics dashboards managed by your OpenClaw agent.

Example Prompts

  1. "Check the current performance of all active campaigns and list any with a CTR below 2%."
  2. "Increase the daily budget for campaign 123456 to $50 and confirm the change."
  3. "Pause the seasonal summer sale campaign immediately as the promotion period has ended."

Tips & Limitations

  • Validation First: The agent is programmed to seek confirmation before executing destructive or financial actions (like changing budgets). Always provide clear, explicit instructions to avoid accidental spend spikes.
  • Credentials Management: Keep your google-ads.yaml file secure. Since this file contains access tokens, it should never be committed to public repositories.
  • Latency: API requests to Google are subject to rate limits. If you have thousands of campaigns, avoid performing massive batch updates within a single loop to prevent API throttling.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-3824108-cell-claw-google-ads": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#google-ads#marketing#automation#advertising#roi
Safety Score: 3/5

Flags: file-read, file-write, external-api, code-execution