Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

adagent-google-adsadagent Google ADS 搜索

Agent Skill

adagent-google-ads 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,243

周安装

393

GitHub Stars

公开资料未说明

下载量

3,238
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:adagent-google-ads(adagent Google ADS 搜索)
来源仓库:https://github.com/snoopyrain/adagent-google-ads
安装命令:
openclaw skills install adagent-google-ads
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install adagent-google-ads

简介

管理 Google Ads 搜索广告系列,支持关键字研究与优化。

  • 适用于 OpenClaw 中创建、暂停与监控广告活动。
  • 提供搜索词报告与质量得分分析,指导出价调整。
  • 需确认 MCC 账户结构与权限层级设置。
  • 建议结合转化跟踪数据验证投放效果。adagent-google-ads 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
adagent-google-ads
description
Manage Google Ads campaigns — create, monitor, pause, and optimize. Use when the user says 'Google Ads', 'Google 廣告', 'keyword research', 'search ads', 'create Google campaign', 'ad performance', or wants to manage their Google Ads account.
version
1.0.0
metadata
openclaw
emoji
🔍
homepage
https://adagent.10xboost.org
requires
config

Google Ads Agent

Create, manage, and optimize Google Search Ads campaigns directly from Claude Code. Powered by AdAgent.

Security & Data Handling

  • MCP link is a credential: Your MCP Server URL (https://adagent.10xboost.org/api/mcp/google-ads/{user_id}/mcp) contains your user ID for credential lookup. Treat it like a password — do not share it publicly.
  • Token scope: The service uses your Google Ads OAuth refresh token to access your ad accounts. It can create campaigns, modify budgets, enable/pause campaigns, and read performance data.
  • Token storage: Your Google Ads OAuth tokens are encrypted with Fernet (AES-128-CBC + HMAC) and stored in MongoDB. They are never exposed in API responses.
  • Multi-tenant isolation: Each request is scoped to your user credentials via ASGI middleware. You can only access your own ad accounts.
  • No local credentials: No local API keys, environment variables, or secrets are needed. All auth is embedded in the MCP link.
  • Third-party service: This skill relies on AdAgent, an AI-powered ad management platform.

Prerequisites

  1. Sign up at adagent.10xboost.org with Google
  2. Connect Google Ads — authorize AdAgent to access your Google Ads account
  3. Get your MCP link: Copy your Google Ads MCP Server URL from the dashboard
  4. Add to Claude: Paste the MCP link as a Connector — no install, no API key needed

Available Tools

ToolDescription
list_accessible_customersList all accessible Google Ads accounts (MCC + sub-accounts)
get_customer_infoGet account details (name, type, etc.)
list_campaignsList all campaigns (active + paused)
create_campaignCreate a complete Search Ads campaign (budget, ad group, keywords, ads)
get_performanceGet all campaigns performance (impressions, clicks, cost, CTR, CPC)
get_campaign_performanceGet daily performance for a specific campaign
keyword_researchResearch keywords — get suggestions and search volume
enable_campaignEnable a paused campaign
pause_campaignPause an active campaign

Workflow

Step 1: List Accounts

Call list_accessible_customers to see all available Google Ads accounts. Then get_customer_info for details.

Step 2: Determine What the User Wants

User RequestTool to Use
"Show my Google Ads accounts"list_accessible_customers
"List my campaigns"list_campaigns
"How are my ads doing?"get_performance
"Campaign X performance"get_campaign_performance
"Research keywords for ..."keyword_research
"Create a search ad for ..."create_campaign
"Pause campaign X"pause_campaign
"Enable campaign X"enable_campaign

Step 3: Execute

Check Performance

get_performance(
  start_date="2026-03-01",
  end_date="2026-03-30"
)

Keyword Research

keyword_research(
  keywords=["AI agent", "automation tool"],
  location_ids=["2158"],   // 2158=Taiwan, 2840=US
  language_id="1000"        // 1000=Chinese
)

Create Campaign

create_campaign(
  name="Spring Sale 2026",
  daily_budget_usd=10.0,
  keywords=["AI agent", "automation tool", "AI assistant"],
  ad_headlines=["Build Your AI Agent", "Automate Your Work", "Try AI Agent Free"],
  ad_descriptions=["Create powerful AI agents in minutes.", "Boost productivity with AI automation."],
  final_url="https://example.com",
  location_ids=["2158"],
  language_id="1000"
)

Important: Campaigns are created in PAUSED state. Use enable_campaign to activate.

Step 4: Present Results

  • Performance: Show key metrics in a table (impressions, clicks, CTR, CPC, cost, conversions)
  • Keyword research: Show keywords ranked by search volume with competition level
  • Campaign creation: Confirm campaign ID and remind user it's paused until enabled

Common Location IDs

LocationID
Taiwan2158
United States2840
Japan2392
Hong Kong2344
Singapore2702

Common Language IDs

LanguageID
Chinese (Traditional)1018
Chinese (Simplified)1017
English1000
Japanese1005

Error Handling

ErrorSolution
Account not foundRun list_accessible_customers to get valid IDs
Permission deniedReconnect Google Ads at adagent.10xboost.org
Budget too lowGoogle Ads has minimum budget requirements per market
Campaign creation failedVerify all required fields (headlines >= 3, descriptions >= 2)
Token expiredReconnect Google Ads at adagent.10xboost.org (refresh token is long-lived)

Documentation

Product website: adagent.10xboost.org

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.02%
按下载量换算2,882

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills