From openclaudia-openclaudia-skills
Fetches Google review ratings, counts, and distribution for businesses via DataForSEO API. Supports single lookup and batch mode for competitor analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openclaudia-openclaudia-skills:google-reviewsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch Google Maps ratings, review counts, and rating distributions for any business using the DataForSEO API.
Fetch Google Maps ratings, review counts, and rating distributions for any business using the DataForSEO API.
Use this skill when the user:
Global tools directory: ~/.agents/tools/
~/.agents/tools/fetch-google-reviews.jsDATAFORSEO_LOGIN and DATAFORSEO_PASSWORD in environment variablescd ~/.agents/tools && node fetch-google-reviews.js "Business Name" "City,Province,Country"
Example:
cd ~/.agents/tools && node fetch-google-reviews.js "Trust Auto Sales" "Richmond,British Columbia,Canada"
Create a JSON file with an array of businesses, then run:
cd ~/.agents/tools && node fetch-google-reviews.js --batch /path/to/businesses.json
JSON file format:
[
{"keyword": "Business One", "location": "Vancouver,British Columbia,Canada"},
{"keyword": "Business Two"}
]
keyword (required): Business name to searchlocation (optional): Defaults to "Richmond,British Columbia,Canada"{
"keyword": "Trust Auto Sales",
"title": "Trust Auto Sales",
"rating": 4.2,
"reviews": 677,
"rating_distribution": {"1": 117, "2": 7, "3": 3, "4": 19, "5": 531},
"address": "3691 Number 3 Rd, Richmond, BC V6X 2B8",
"category": "Car dealer",
"url": "https://trustauto.ca/"
}
Prints a markdown table followed by full JSON:
| Business | Rating | Reviews | Address |
|----------|--------|---------|---------|
| Trust Auto Sales | 4.2 | 677 | 3691 Number 3 Rd, Richmond, BC V6X 2B8 |
Use the DataForSEO location format: City,Province/State,Country
Examples:
Richmond,British Columbia,CanadaVancouver,British Columbia,CanadaToronto,Ontario,CanadaNew York,New York,United Statesbusiness_data/google/my_business_info/live endpointnpm install hasn't been run yet: cd ~/.agents/tools && npm install.env and environment variablesnpx claudepluginhub openclaudia/openclaudia-skillsCLI for the Google Places API (New) supporting text search, place details, resolution, and reviews. Outputs human-friendly or JSON for scripts.
Delivers local SEO maps intelligence including geo-grid rank tracking, GBP profile audits via API, cross-platform review analysis, NAP verification, competitor radius mapping, and LocalBusiness schema generation across free to premium API tiers.
Audits local business maps presence across Google, Bing, Apple, and OSM. Tracks geo-grid rankings, GBP profiles, cross-platform reviews, NAP consistency, and competitor radius. Generates LocalBusiness schema from API data.