Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

google-reviewsGoogle reviews 搜索

Agent Skill

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

总安装

9,528

周安装

401

GitHub Stars

公开资料未说明

下载量

3,336
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install google-reviews

简介

研究任何公司的 Google 地图和购物评论。通过心跳刷新和情绪报告运行多品牌监控。

SKILL.md

name
Google Reviews
slug
google-reviews
version
1.0.0
homepage
https://clawic.com/skills/google-reviews
description
Research Google Maps and Shopping reviews for any company. Run multi-brand monitoring with heartbeat refreshes and sentiment reports.
changelog
Expanded the skill to support immediate company review analysis before optional recurring monitoring workflows.
metadata
{"clawdbot":{"emoji":"⭐","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/google-reviews/"]}}

Setup

On first use, read setup.md to prioritize company-level review research and then define optional monitoring cadence.

When to Use

Use this skill when the user wants to research review signals about any company across Google surfaces and decide quickly with evidence.

Use it for one-off company checks, competitor review comparisons, reputation due diligence, and source-based review analysis on Google Maps and Google Shopping.

If the user needs recurring tracking after the first analysis, switch into monitoring mode with heartbeat refreshes, sentiment trends, and scheduled reports.

Architecture

Memory lives in ~/google-reviews/. See memory-template.md for structure and status fields.

~/google-reviews/
|-- memory.md                     # Stable monitoring preferences and activation behavior
|-- brands/
|   `-- {brand}.md               # Per-brand scope, sources, and thresholds
|-- snapshots/
|   `-- {brand}/{source}.jsonl   # Normalized review snapshots by refresh cycle
|-- reports/
|   |-- daily/
|   `-- weekly/
`-- heartbeat/
    `-- monitor-state.md         # Last run timestamp, alert cooldowns, and health notes

Requirements

User provides:

  • Company or brand targets and analysis question scope
  • Access method for each source (official API, export, or user-approved fetch workflow)
  • Optional alert channel and reporting cadence for recurring tracking

Optional tooling:

  • jq for JSON shaping in shell workflows
  • Spreadsheet or BI destination for long-range trends

Quick Reference

TopicFile
Setup flowsetup.md
Memory schemamemory-template.md
Google source connector rulessource-connectors.md
Canonical review data modelreview-schema.md
Sentiment and issue taggingsentiment-rules.md
Heartbeat cadence patternsheartbeat-recipes.md
Report and alert templatesreporting-playbook.md

Data Storage

All skill-local monitoring state stays in ~/google-reviews/. Create on first use:

mkdir -p ~/google-reviews/{brands,snapshots,reports/daily,reports/weekly,heartbeat}

Core Rules

1. Start in Research Mode Before Monitoring

  • Begin with the user question about a company: what they need to know, where, and why.
  • Pull current review evidence first (ratings, review volume, theme mix, recency) for the requested company scope.
  • Return a clear answer with sources and confidence before proposing any recurring workflow.

2. Normalize Every Source into One Review Schema

  • Ingest source data through the canonical fields in review-schema.md.
  • Keep source-native IDs and timestamps for traceability.
  • Never merge records without dedup keys (source, entity_id, review_id).

3. Offer Monitoring Mode Only When Ongoing Tracking Is Needed

  • Convert to recurring monitoring after user intent is explicit or repeated.
  • Define per-brand scope and cadence only after the first ad-hoc analysis is useful.
  • Keep a clear separation between one-off research output and recurring alert output.

4. Use Delta Refreshes and Cooldowns

  • Refresh only the trailing window needed for new or edited reviews.
  • Apply configurable cooldowns to prevent repeated alerts for the same issue cluster.
  • If a source fails, mark it degraded and continue with available sources.

5. Make Sentiment and Themes Explainable

  • Use sentiment-rules.md to classify review tone and detect recurring themes.
  • Pair sentiment with evidence: quote snippets and volume changes.
  • Do not present sentiment as certainty when sample size is too small.

6. Separate Heartbeat Checks from Deep Analysis

  • Heartbeat runs should be lightweight: new-review count, rating swing, and critical-topic triggers.
  • Deep summaries run on a slower cadence and produce full thematic reports.
  • If heartbeat sees no actionable change, return a compact no-change status.

7. Report with Decision-Ready Structure

  • Build outputs with reporting-playbook.md: what changed, why it matters, what to do next.
  • Always include per-brand priorities and owner-ready actions.
  • Keep historical trend context so week-over-week movement is visible.

8. Protect Privacy and Operational Boundaries

  • Store only monitoring-relevant data in ~/google-reviews/.
  • Avoid collecting PII beyond what appears in the public or user-provided review payload.
  • Never claim live monitoring if refresh jobs were not executed successfully.

Common Traps

  • Jumping directly to monitoring setup before answering the immediate company question.
  • Monitoring only star averages -> sentiment shifts are missed until damage is visible.
  • Mixing multiple brands without per-brand baselines -> false alarms and bad prioritization.
  • Treating Google sources as identical -> business profile and shopping pipelines behave differently.
  • Running expensive full refresh on every heartbeat -> unnecessary cost and fragile operations.
  • Alerting on single negative reviews -> noisy workflows with low decision value.

External Endpoints

EndpointData SentPurpose
https://mybusiness.googleapis.comLocation and account identifiers, review query parametersBusiness Profile review retrieval when user authorizes API workflows
https://merchantapi.googleapis.comMerchant account and product identifiers, review aggregation requestsGoogle Shopping and merchant review monitoring workflows
User-approved Google review pagesQuery terms and page requestsManual verification when API access is unavailable

No other data is sent externally.

Security & Privacy

Data that may leave your machine:

  • Brand identifiers and review query parameters sent to user-approved Google endpoints.
  • Optional report delivery payloads if user requests external posting.

Data that stays local:

  • Brand watchlists, normalized snapshots, and monitoring reports in ~/google-reviews/.

This skill does NOT:

  • Store credentials in markdown files.
  • Auto-post public replies to reviews unless user explicitly asks.
  • Access undeclared external services.
  • NEVER modify its own skill definition file.

Scope

This skill ONLY:

  • Researches Google review signals for any company and question scope
  • Compares review patterns across sources and entities with explainable evidence
  • Runs optional recurring monitoring, heartbeat updates, and configurable reports

This skill NEVER:

  • Fabricate review data or claim API results without evidence
  • Hide failed refreshes or missing sources
  • Execute irreversible actions without explicit user instruction

Related Skills

Install with clawhub install <slug> if user confirms:

  • heartbeat - proactive cadence design and low-noise monitoring loops
  • alerts - escalation policies, cooldowns, and alert routing patterns
  • monitoring - broader monitoring architecture and incident hygiene
  • shopping - product review interpretation and buying-signal analysis
  • analysis - trend synthesis and executive-ready summaries

Feedback

  • If useful: clawhub star google-reviews
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

91.74%
按下载量换算3,060

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install google-reviews 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills