← 返回 Skills 市场
mupengi-bot

review-manager

作者 mupengi-bot · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
613
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install review-manager
功能描述
고객사 리뷰 수집·자동답글·알림·리포트 통합 관리. 네이버플레이스/구글/배민/쿠팡 리뷰 모니터링 + 감성분석 + 경쟁사 비교
安全使用建议
This skill appears to do what it says, but review and cautious deployment are advised: 1) It will create and update files under ~/.openclaw/workspace/skills/review-manager/data — confirm you are comfortable with that location. 2) Automated Discord notifications are sent via the host's openclaw message CLI (not by shipping Discord tokens); check that the messaging tool has appropriate permissions and that the target channel ID in config.json is correct. 3) The project currently uses mock collectors and notes that real scraping may require browser automation and cookie reuse — avoid storing login cookies or credentials in plaintext; if you implement login automation, treat those secrets carefully. 4) The --apply auto-reply functionality is not implemented yet (scripts generate replies and save previews only). 5) If you plan to run these scripts on a schedule, run them in a controlled environment and ensure scraping frequency complies with each platform's terms to avoid IP blocking or legal issues. If you want higher assurance, run the code in a sandbox/container and inspect the openclaw message tool behavior before enabling automated notifications.
功能分析
Type: OpenClaw Skill Name: review-manager Version: 1.0.0 The skill is classified as suspicious due to a shell injection vulnerability present in `scripts/check-negative.js` and `scripts/weekly-report.js`. Both scripts construct a shell command using `child_process.execSync` to send Discord alerts. The `discordChannelId` from `config.json` is directly interpolated into this command string without proper shell escaping, allowing for arbitrary command execution if a malicious value is configured for `discordChannelId` (e.g., `1234567890; rm -rf / #`). While the `message` content is sanitized, the `channelId` is not, posing a significant risk.
能力评估
Purpose & Capability
Name/description (review collection, auto-reply, alerts, reports, competitor comparison) match the included scripts and config.template. The only required binary is node and the scripts operate on a per-skill config/data directory under the user's HOME — proportional to the described functionality.
Instruction Scope
SKILL.md and README instruct creating a config.json in ~/.openclaw/workspace/skills/review-manager and running the included node scripts. The scripts only read/write files under that data dir and call the OpenClaw messaging tool to send Discord notifications. The docs mention optional browser automation / cookie reuse for platforms that require login — that is outside the shipped code and would be a separate privacy/credential consideration if the user implements it.
Install Mechanism
No install spec or remote download; this is instruction + bundled scripts only. No external archives or third-party package installations are performed by the skill itself.
Credentials
The skill does not declare or require environment variables or external credentials. It expects a config.json (discord channel id, store URLs) and uses the OpenClaw messaging CLI to send notifications; that is consistent with its alerting feature. There are no unexpected secret exfiltration patterns in the code.
Persistence & Privilege
always:false (default). The skill reads and writes only to its own workspace data and config paths under ~/.openclaw/workspace/skills/review-manager. It does not attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install review-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /review-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - 고객사용 스킬
元数据
Slug review-manager
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

review-manager 是什么?

고객사 리뷰 수집·자동답글·알림·리포트 통합 관리. 네이버플레이스/구글/배민/쿠팡 리뷰 모니터링 + 감성분석 + 경쟁사 비교. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 613 次。

如何安装 review-manager?

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

review-manager 是免费的吗?

是的,review-manager 完全免费(开源免费),可自由下载、安装和使用。

review-manager 支持哪些平台?

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

谁开发了 review-manager?

由 mupengi-bot(@mupengi-bot)开发并维护,当前版本 v1.0.0。

💬 留言讨论