google-ads-manager▌
claude-office-skills/skills · updated Apr 8, 2026
MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.
Comprehensive Google Ads campaign management including campaign setup, keyword research, ad copy generation, bid optimization, and performance reporting.
Google Ads Manager
Comprehensive Google Ads campaign management including campaign setup, keyword research, ad copy generation, bid optimization, and performance reporting.
Overview
This skill covers:
- Campaign structure and setup
- Keyword research and grouping
- Ad copy creation (RSA format)
- Bidding strategy selection
- Performance analysis and optimization
Campaign Structure
Account Hierarchy
Account
├── Campaign 1: Brand
│ ├── Ad Group: Brand Terms
│ │ ├── Keywords: [brand name], [brand + product]
│ │ └── Ads: 3-5 RSAs
│ └── Ad Group: Brand + Competitor
│ ├── Keywords: [brand vs competitor]
│ └── Ads: 3-5 RSAs
│
├── Campaign 2: Non-Brand - Search
│ ├── Ad Group: Product Category A
│ │ ├── Keywords: [category keywords]
│ │ └── Ads: 3-5 RSAs
│ ├── Ad Group: Product Category B
│ └── Ad Group: Problem/Solution
│
├── Campaign 3: Competitor
│ ├── Ad Group: Competitor A
│ └── Ad Group: Competitor B
│
└── Campaign 4: Performance Max
└── Asset Groups: [Images, Videos, Headlines, Descriptions]
Campaign Setup Template
campaign:
name: "[Product] - Search - Non-Brand"
type: SEARCH
budget:
amount: 100 # daily
delivery: STANDARD
bidding:
strategy: TARGET_CPA # or MAXIMIZE_CONVERSIONS
target_cpa: 50
targeting:
locations: [US, CA, UK]
languages: [en]
audiences:
- in_market: "Business Software"
- custom_intent: "project management tools"
networks:
search: true
display: false
partners: false
schedule:
days: [MON, TUE, WED, THU, FRI]
hours: "8:00-20:00"
timezone: "America/New_York"
ad_rotation: OPTIMIZE
negative_keywords:
campaign_level:
- free
- cheap
- download
- jobs
- salary
Keyword Research
Keyword Categories
keyword_types:
brand:
examples: ["[brand name]", "[brand] login", "[brand] pricing"]
intent: navigational
expected_cpc: low
priority: high
competitor:
examples: ["[competitor] alternative", "[competitor] vs"]
intent: commercial
expected_cpc: medium-high
priority: medium
product:
examples: ["project management software", "task tracking tool"]
intent: commercial
expected_cpc: high
priority: high
problem:
examples: ["how to manage remote team", "track project deadlines"]
intent: informational/commercial
expected_cpc: medium
priority: medium
long_tail:
examples: ["best project management tool for small teams"]
intent: commercial
expected_cpc: medium
priority: high (high intent)
Keyword Research Process
research_steps:
1. seed_keywords:
sources:
- brainstorm: core product terms
- competitor: analyze competitor ads
- customer: survey/interview terms
- support: common questions
2. expand_with_tools:
google_keyword_planner:
- get_ideas: from seed keywords
- filter: by volume, competition, CPC
other_tools:
- semrush: competitor keywords
- ahrefs: organic keywords to target
- answerthepublic: question keywords
3. group_keywords:
method: SKAG or themed groups
max_per_group: 15-20
criteria: same intent, similar landing page
4. match_types:
broad_match: discovery, high volume
phrase_match: balanced reach/relevance
exact_match: high intent, control
5. negative_keywords:
identify: irrelevant search terms
levels: campaign, ad group, account
Keyword Grouping Example
ad_group: "Project Management Software"
theme: product_category
keywords:
exact_match:
- [project management software]
- [project management tool]
- [pm software]
phrase_match:
- "project management software"
- "best project management"
- "project tracking software"
broad_match:
- project management platform
- team project software
negative_keywords:
- free
- open source
- template
- excel
- certification
Ad Copy Framework
Responsive Search Ad (RSA) Structure
rsa_requirements:
headlines:
count: 15 (min 3)
max_chars: 30
pin_strategy:
position_1: keyword/benefit headline
position_2: value prop/differentiator
position_3: CTA
descriptions:
count: 4 (min 2)
max_chars: 90
display_path:
parts: 2
max_chars: 15 each
Headline Templates by Category
headline_templates:
keyword_headlines: # Pin to Position 1
- "{Keyword} Software"
- "Best {Keyword} Tool"
- "#1 {Keyword} Platform"
- "{Keyword} for Teams"
benefit_headlines:
- "Save 10+ Hours/Week"
- "Boost Productivity 40%"
- "Manage Projects Easily"
- "Never Miss Deadlines"
trust_headlines:
- "Trusted by 50,000+ Teams"
- "4.8★ on G2 & Capterra"
- "Award-Winning Software"
- "Enterprise-Grade Security"
cta_headlinesHow to use google-ads-manager on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your development machine
- ›Node.js version 16.0+ with npm package manager (verify with
node --version) - ›Active project directory or workspace where you want to add google-ads-manager
Execute installation command
Execute the skills CLI command in your project's root directory to begin installation:
The skills CLI fetches google-ads-manager from GitHub repository claude-office-skills/skills and configures it for Cursor.
Select Cursor when prompted
The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Reload or restart Cursor to activate google-ads-manager. Access the skill through slash commands (e.g., /google-ads-manager) or your agent's skill management interface.
Security & Verification Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases▌
Task Automation & Efficiency
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Knowledge Enhancement
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Quality Improvement
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Implementation Guide▌
Prerequisites
- ›Claude Desktop or compatible AI client with skill support
- ›Clear understanding of task or problem to solve
- ›Willingness to iterate and refine outputs
Time Estimate
15-45 minutes depending on use case complexity
Installation Steps
- 1.Install skill using provided installation command
- 2.Test with simple use case relevant to your work
- 3.Evaluate output quality and relevance
- 4.Iterate on prompts to improve results
- 5.Integrate into regular workflow if valuable
Common Pitfalls
- ⚠Expecting perfect results without iteration
- ⚠Not providing enough context in prompts
- ⚠Using skill for tasks outside its intended scope
- ⚠Accepting outputs without review and validation
Best Practices▌
✓ Do
- +Start with clear, specific prompts
- +Provide relevant context and constraints
- +Review and refine all outputs before using
- +Iterate to improve output quality
- +Document successful prompt patterns
✗ Don't
- −Don't use without understanding skill limitations
- −Don't skip validation of outputs
- −Don't share sensitive information in prompts
- −Don't expect skill to replace human judgment
💡 Pro Tips
- ★Be specific about desired format and style
- ★Ask for multiple options to choose from
- ★Request explanations to understand reasoning
- ★Combine AI efficiency with human expertise
When to Use This▌
✓ Use When
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid When
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
Learning Path▌
- 1Familiarize yourself with skill capabilities and limitations
- 2Start with low-risk, non-critical tasks
- 3Progress to more complex and valuable use cases
- 4Build expertise through regular use and experimentation
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★47 reviews- ★★★★★Carlos Kapoor· Dec 28, 2024
google-ads-manager has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Mateo Flores· Dec 28, 2024
Useful defaults in google-ads-manager — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Carlos Yang· Dec 24, 2024
google-ads-manager is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Dhruvi Jain· Dec 20, 2024
Registry listing for google-ads-manager matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Ira Martin· Dec 20, 2024
google-ads-manager fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Ira Thompson· Dec 8, 2024
Registry listing for google-ads-manager matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Omar Thomas· Nov 27, 2024
Solid pick for teams standardizing on skills: google-ads-manager is focused, and the summary matches what you get after install.
- ★★★★★Ira Jain· Nov 19, 2024
I recommend google-ads-manager for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Daniel Haddad· Nov 15, 2024
Keeps context tight: google-ads-manager is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Oshnikdeep· Nov 11, 2024
Solid pick for teams standardizing on skills: google-ads-manager is focused, and the summary matches what you get after install.
showing 1-10 of 47