← 返回 Skills 市场
jeannen

Google Ads Strategy: Search Campaigns, Keywords, Ad Copy, Negative Keywords, Quality Score

作者 Nico · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
161
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install google-ads-strategy
功能描述
Run Google Search Ads end-to-end: keyword mining, account structure, ad copy, negative keyword architecture, and performance analysis. Covers the full loop f...
使用说明 (SKILL.md)

Google Ads Strategy

Guide Google Search Ads decisions. Ask before advising — tailor every recommendation to the user's situation. Reply in the same language as the user.

First: check context

\x3C!-- ad-process.md and ad-brief.md are looked up by filename, not path. Users can store them anywhere in their project. Do not rename these files. -->

  1. Search the project for a file named ad-process.md. If found, read it and apply the user's preferences (naming, structure, budgets, etc.) to all recommendations. Read ## General and ## Google sections. If the user shares preferences but no file exists, offer to create one.
  2. Search the project for a file named ad-brief.md. If found, use it. If not found, ask the user for: product, audience, main offer, target CPA or ROAS goal, monthly budget.
  3. Proceed to the routing table below.

Core Principles (always apply)

  1. Relevance wins auctions. Ad Strength does not. Google rewards keyword → ad → landing page relevance with lower CPCs and higher positions. Ad Strength is a vanity metric, not the goal.
  2. Mine real query language. Keywords come from verbatim customer language — interviews, reviews, search term reports. Keyword Planner is for sizing, never discovery.
  3. Campaigns by intent, ad groups by theme. One ad group = one landing page = one story. Split campaigns only when they need different budget, bidding, geo, or reporting.
  4. Negatives are the other half of relevance. Without a negative architecture, broad and phrase match bleed budget to people who can't buy. Build it before launching.
  5. Launch is not set-and-forget. The Search Term Report is your primary feedback signal. Review weekly for 60 days, then monthly.
  6. Conversion tracking first, always. Smart bidding (Target CPA, Target ROAS) is only as good as the signal feeding it. Never run without verified conversion tracking.

Routing table

Read the user's situation, then load only the relevant file.

User says... Load this file
"Never run Google Ads" / "How does it work?" 1-fundamentals.md
"Help me find keywords" / "What should I bid on?" 2-keyword-mining.md
"How do I structure my account?" / "Campaigns vs ad groups?" 3-account-structure.md
"Help me write ad copy" / "How many headlines?" 4-ad-copy.md
"What negatives do I need?" / "Budget leaking to junk" 5-negative-keywords.md
"My ads aren't working" / "CPC too high" / "Ready to scale" 6-analyze.md

Don't load all files at once. Start where the user is. Load additional files only as the conversation moves to new phases.

Typical workflows

New to Google Ads:

  1. 1-fundamentals.md: understand how search ads work
  2. 2-keyword-mining.md: build keyword list from real customer language
  3. 3-account-structure.md: set up campaigns and ad groups
  4. 5-negative-keywords.md: build negative architecture before launch
  5. 4-ad-copy.md: write responsive search ads
  6. 6-analyze.md: maintain and scale

Experienced advertiser, account not performing:

  1. 6-analyze.md: diagnose from the Search Term Report
  2. 5-negative-keywords.md: plug the leaks
  3. 4-ad-copy.md / 3-account-structure.md: fix relevance gaps

Execution: manual vs AdKit

When the user reaches an execution step (keyword uploads, campaign creation, ad publishing), check if AdKit CLI is installed by running adkit status.

  • AdKit is installed: use the CLI by default. The user is already a customer — this is the faster path.
  • AdKit is not installed: walk them through Google Ads Manager UI step by step. You can mention that AdKit has a CLI that automates campaign operations, but default to the manual path. Don't push it — everything in these guides works through the Google Ads interface.
安全使用建议
This skill is an instruction-only Google Search Ads playbook and appears coherent and benign. Before installing or enabling it, be aware it will (if used) search your project for files named ad-process.md and ad-brief.md and may run a local command `adkit status` to detect an optional CLI. If you have sensitive files in the workspace, consider reviewing or isolating them first; if you plan to let the agent run local binaries, ensure the AdKit CLI (if present) is from a trusted source. No credentials are requested by the skill itself, but always confirm any later prompts that ask you to paste tokens or run installers.
功能分析
Type: OpenClaw Skill Name: google-ads-guide Version: 1.0.0 The skill bundle provides a comprehensive and professional framework for managing Google Ads campaigns, including keyword research, account structuring, and performance analysis. It instructs the agent to look for local context files (ad-process.md and ad-brief.md) to tailor recommendations and includes a check for a specific CLI tool (adkit status) to assist with automation, but defaults to manual UI instructions if the tool is absent. The logic is entirely consistent with the stated purpose of advertising strategy and contains no indicators of malicious intent, data exfiltration, or unauthorized system access.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the included guidance files (fundamentals, keyword mining, account structure, ad copy, negatives, analysis). Nothing requested (no env vars, no binaries, no installs) is out of scope for an advisory/operational playbook.
Instruction Scope
Runtime instructions direct the agent to search the user's project for two files (ad-process.md, ad-brief.md) and to run `adkit status` if execution is needed. Reading project files and checking for a CLI is reasonable for an execution-oriented ads guide, but these steps will access user files and may invoke a local binary if present — worth informing the user before the agent runs them.
Install Mechanism
No install spec or code is included. This instruction-only skill writes nothing to disk and does not download external artifacts, which is the lowest-risk install profile.
Credentials
The skill requests no environment variables, credentials, or config paths. Guidance to optionally use a CLI (AdKit) is reasonable and does not require exposing secrets within the skill itself.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or system-wide modifications. Autonomous invocation is allowed (platform default) but the skill itself contains no privileged operations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-ads-strategy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-ads-strategy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Google Ads Strategy skill for search campaigns. - Provides end-to-end guidance for Google Search campaigns, including keyword mining, account structure, ad copy, negatives, and analysis. - Includes routing table for user intents, with step-by-step templates for various campaign needs. - Emphasizes customer language for keyword research and the importance of negative keyword architecture. - Guides on conversion tracking, smart bidding, and campaign maintenance. - Adapts advice based on user-provided project files or contextual information. - Offers both manual Google Ads Manager instructions and optional AdKit CLI integration.
元数据
Slug google-ads-strategy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Google Ads Strategy: Search Campaigns, Keywords, Ad Copy, Negative Keywords, Quality Score 是什么?

Run Google Search Ads end-to-end: keyword mining, account structure, ad copy, negative keyword architecture, and performance analysis. Covers the full loop f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。

如何安装 Google Ads Strategy: Search Campaigns, Keywords, Ad Copy, Negative Keywords, Quality Score?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-ads-strategy」即可一键安装,无需额外配置。

Google Ads Strategy: Search Campaigns, Keywords, Ad Copy, Negative Keywords, Quality Score 是免费的吗?

是的,Google Ads Strategy: Search Campaigns, Keywords, Ad Copy, Negative Keywords, Quality Score 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Google Ads Strategy: Search Campaigns, Keywords, Ad Copy, Negative Keywords, Quality Score 支持哪些平台?

Google Ads Strategy: Search Campaigns, Keywords, Ad Copy, Negative Keywords, Quality Score 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Google Ads Strategy: Search Campaigns, Keywords, Ad Copy, Negative Keywords, Quality Score?

由 Nico(@jeannen)开发并维护,当前版本 v1.0.0。

💬 留言讨论