/install peer-review
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install peer-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/peer-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Peer Review 是什么?
Multi-model peer review layer using local LLMs via Ollama to catch errors in cloud model output. Fan-out critiques to 2-3 local models, aggregate flags, synthesize consensus. Use when: validating trade analyses, reviewing agent output quality, testing local model accuracy, checking any high-stakes Claude output before publishing or acting on it. Don't use when: simple fact-checking (just search the web), tasks that don't benefit from multi-model consensus, time-critical decisions where 60s latency is unacceptable, reviewing trivial or low-stakes content. Negative examples: - "Check if this date is correct" → No. Just web search it. - "Review my grocery list" → No. Not worth multi-model inference. - "I need this answer in 5 seconds" → No. Peer review adds 30-60s latency. Edge cases: - Short text (<50 words) → Models may not find meaningful issues. Consider skipping. - Highly technical domain → Local models may lack domain knowledge. Weight flags lower. - Creative writing → Factual review doesn't apply well. Use only for logical consistency. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 986 次。
如何安装 Peer Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install peer-review」即可一键安装,无需额外配置。
Peer Review 是免费的吗?
是的,Peer Review 完全免费(开源免费),可自由下载、安装和使用。
Peer Review 支持哪些平台?
Peer Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Peer Review?
由 staybased(@staybased)开发并维护,当前版本 v1.0.0。