Google Business Optimizer

# Google Business Optimizer

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Google Business Optimizer" with this command: npx skills add Shepherd217/google-business-optimizer

Google Business Optimizer

Automate your Google Business Profile and save 5-10 hours every week.


The Problem

Small business owners waste 5-10 hours per week manually managing their Google Business Profile:

  • Responding to reviews - Checking daily, crafting responses, monitoring ratings
  • Updating business info - Holiday hours, special events, temporary closures
  • Tracking competitors - Manual research to see how you stack up
  • Monitoring rankings - Checking where you appear in local search results

That's 20-40 hours per month spent on tasks that could be automated.


The Solution

Google Business Optimizer automates your entire Google Business Profile workflow:

✨ What It Does

FeatureWhat You Get
Review AutomationAuto-respond to reviews, get alerts for new reviews, track sentiment trends
Smart UpdatesBulk update hours, post updates, sync across multiple locations
Competitor IntelTrack competitor ratings, reviews, and ranking changes
Rank TrackingMonitor your position for key local search terms

Commands

reviews

Manage and respond to customer reviews automatically.

# Check for new reviews
google-business-optimizer reviews --check

# Auto-respond to all new reviews
google-business-optimizer reviews --respond --template=professional

# Get review analytics
google-business-optimizer reviews --stats --last-30-days

# List reviews needing response
google-business-optimizer reviews --pending

Templates: professional, friendly, short, detailed


update-hours

Update business hours and special hours in bulk.

# Set regular hours
google-business-optimizer update-hours --location="Main St" \
  --monday="9:00-17:00" --tuesday="9:00-17:00" ...

# Set holiday hours
google-business-optimizer update-hours --holiday --date="2024-12-25" --closed

# Set special hours for event
google-business-optimizer update-hours --special --date="2024-07-04" --hours="10:00-14:00"

# Apply to all locations
google-business-optimizer update-hours --all-locations --holiday --date="2024-01-01" --closed

competitors

Monitor your competitors' Google Business Profiles.

# Add competitors to track
google-business-optimizer competitors --add "Competitor Business Name"

# Run competitor analysis
google-business-optimizer competitors --analyze

# Get weekly report
google-business-optimizer competitors --report --format=email

# Compare ratings
google-business-optimizer competitors --compare --metric=rating

rank-track

Track your ranking for local search keywords.

# Add keywords to track
google-business-optimizer rank-track --add "coffee shop near me"
google-business-optimizer rank-track --add "best pizza downtown"

# Check current rankings
google-business-optimizer rank-track --check

# View ranking history
google-business-optimizer rank-track --history --days=30

# Get ranking report
google-business-optimizer rank-track --report --keyword="coffee shop near me"

Setup

1. Get Your Google API Credentials

  1. Go to Google Cloud Console
  2. Create a new project or select existing
  3. Enable Google Business Profile API
  4. Create OAuth 2.0 credentials
  5. Download your credentials.json

2. Configure the Skill

google-business-optimizer config --credentials=/path/to/credentials.json
google-business-optimizer config --location-id="YOUR_LOCATION_ID"

3. Authorize

google-business-optimizer auth --login

Pricing

PlanPriceFeatures
FREE$01 location, 50 reviews/month, basic responses
PRO$19/mo5 locations, unlimited reviews, AI responses, competitor tracking (5)
AGENCY$49/moUnlimited locations, unlimited reviews, white-label reports, API access, priority support

Automation (HEARTBEAT)

This skill integrates with OpenClaw's heartbeat system for hands-off automation:

  • Daily: Check for new reviews and auto-respond
  • Weekly: Competitor analysis report
  • Monthly: Ranking report with trend analysis

See HEARTBEAT.md for configuration.


Environment Variables

VariableDescriptionRequired
GBP_API_KEYGoogle Business Profile API keyYes
GBP_LOCATION_IDYour business location IDYes
GBP_ACCOUNT_IDYour Google account IDYes
OPENAI_API_KEYFor AI-generated responses (PRO+)No
SLACK_WEBHOOKFor notificationsNo
EMAIL_TOFor report deliveryNo

Examples

Auto-Respond to All New Reviews

google-business-optimizer reviews --respond-all --template=friendly

Set Holiday Hours for All Locations

google-business-optimizer update-hours --all-locations \
  --holiday --date="2024-12-25" --date="2024-12-26" --date="2025-01-01" --closed

Weekly Competitor Report

google-business-optimizer competitors --report --format=pdf --email=owner@business.com

Track 10 Local Keywords

for keyword in "coffee shop" "cafe near me" "best espresso" "latte art" "pastry shop"; do
  google-business-optimizer rank-track --add "$keyword"
done

Support


Changelog

v1.0.0

  • Initial release
  • Review automation with templates
  • Business hours management
  • Competitor tracking
  • Rank tracking
  • HEARTBEAT automation support

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

SERP Outline Extractor

Turn a target keyword or query into a search-informed content outline with likely subtopics, questions, and comparison angles. Useful for SEO briefs, blog pl...

Registry SourceRecently Updated
General

Multi-Model Response Comparator

Compare responses from multiple AI models for the same task and summarize differences in quality, style, speed, and likely cost. Best for model selection, ev...

Registry SourceRecently Updated
General

API Pricing Comparator

Compare AI API or model pricing across providers and produce a structured summary for product pages, blog posts, or buyer guides. Works with OpenAI-compatibl...

Registry SourceRecently Updated