← Back to Skills Marketplace
rolarenagent-cpu

Review Sentinel

by rolarenagent-cpu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
122
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install review-sentinel
Description
Monitor, analyze, and respond to Google reviews for local businesses. Use when asked to check reviews, analyze review trends, draft review responses, generat...
Usage Guidance
This skill is internally consistent, but consider the following before installing: 1) Protect your GOOGLE_PLACES_API_KEY (it is the only credential used); prefer providing it via environment variable rather than a plain-text credentials file. 2) The skill writes review data (author names, review text) and reports to local files — review-sentinel/state/ and reports/ — so treat those files as containing potentially sensitive customer data. 3) The scraping fallback and browser-assisted flow capture full Google Maps HTML; this may include extraneous content and may violate Google’s terms of service — prefer the Places API when possible and respect rate limits. 4) The scripts are standard Python stdlib only, but inspect and run them in a controlled environment (sandbox or container) if you’re concerned. 5) Keep the human-in-the-loop behavior: do not enable any automated posting of replies. If you need higher assurance, ask the publisher for the canonical homepage/repository or a signed release and consider rotating the API key after initial use.
Capability Assessment
Purpose & Capability
Name/description match the code and runtime instructions. The only required credential is GOOGLE_PLACES_API_KEY, which is exactly what the Places API integration needs. The included scripts implement fetching (Places API and scraping fallback), analysis, reporting, and state management — all consistent with the stated purpose.
Instruction Scope
Instructions are scoped to fetching reviews, analyzing them, drafting responses, and storing state in a local skill directory. Note: the fallback scraping and the browser-assisted flow ask the agent to capture page HTML (browser automation); that can include extra page content beyond reviews. The SKILL.md correctly warns about rate limits and human-in-the-loop response posting. Storing reviewer names/text locally (state/*.json, reports/) is expected but has privacy implications.
Install Mechanism
Instruction-only skill with bundled Python scripts and no install spec. The code uses only Python stdlib (urllib, json, re, etc.) — no external downloads or third-party packages. This is low risk from an installation perspective.
Credentials
Only a single credential (GOOGLE_PLACES_API_KEY) is requested, which is proportional. The code also supports reading credentials/google-places-api-key as a local fallback file (documented in SKILL.md). No other secrets, system config paths, or unrelated environment variables are requested or accessed.
Persistence & Privilege
always is false and the skill does not request elevated or platform-wide persistence. It writes state and reports to a local directory (review-sentinel/state, review-sentinel/reports) which is expected behavior for this functionality.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install review-sentinel
  3. After installation, invoke the skill by name or use /review-sentinel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Fix metadata: declare GOOGLE_PLACES_API_KEY via metadata.openclaw.requires.env and primaryEnv per ClawHub schema (fixes security scan mismatch)
v1.1.0
Security scan fixes: declare GOOGLE_PLACES_API_KEY in metadata, remove undocumented home-directory credential path, document credential lookup order
v1.0.0
Initial release: Google review monitoring, analysis, response drafting, competitor tracking, and reputation reports for local businesses.
Metadata
Slug review-sentinel
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Review Sentinel?

Monitor, analyze, and respond to Google reviews for local businesses. Use when asked to check reviews, analyze review trends, draft review responses, generat... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install Review Sentinel?

Run "/install review-sentinel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Review Sentinel free?

Yes, Review Sentinel is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Review Sentinel support?

Review Sentinel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Review Sentinel?

It is built and maintained by rolarenagent-cpu (@rolarenagent-cpu); the current version is v1.2.0.

💬 Comments