← 返回 Skills 市场
rolarenagent-cpu

Review Sentinel

作者 rolarenagent-cpu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
122
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install review-sentinel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /review-sentinel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug review-sentinel
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 Review Sentinel?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install review-sentinel」即可一键安装,无需额外配置。

Review Sentinel 是免费的吗?

是的,Review Sentinel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Review Sentinel 支持哪些平台?

Review Sentinel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Review Sentinel?

由 rolarenagent-cpu(@rolarenagent-cpu)开发并维护,当前版本 v1.2.0。

💬 留言讨论