@turururu

Advisor

OpenClaw advisor plugin for model-agnostic second opinions

当前版本
v0.1.3
code-plugin社区source-linked

OpenClaw Advisor Plugin

Advisor adds an advisor tool and /advisor chat command to OpenClaw. The tool asks a configured LLM for a focused second opinion on a plan, implementation, review, or design tradeoff.

Use it when the agent needs another read before doing something risky or ambiguous:

  • review a complex plan before execution
  • check edge cases in a proposed implementation
  • get a second opinion on requirements or architecture choices
  • flag likely security issues, side effects, or unsafe assumptions

Install

openclaw plugins install clawhub:openclaw-advisor-plugin

Configuration

Enable the plugin and allow the advisor tool in OpenClaw config:

{
  "plugins": {
    "entries": {
      "advisor": {
        "enabled": true,
        "config": {
          "modelRef": "provider/model"
        },
        "llm": {
          "allowModelOverride": true
        }
      }
    }
  },
  "tools": {
    "alsoAllow": ["advisor"]
  }
}

Chat Commands

/advisor status

Shows the current advisor model. If no model is configured, advisor calls use the agent active model.

/advisor model <provider/model>

Sets the advisor model live. This writes plugins.entries.advisor.config.modelRef and enables plugins.entries.advisor.llm.allowModelOverride for the advisor plugin. The next advisor tool call uses the new model without restarting OpenClaw.

/advisor model clear

Clears the advisor model override. Future advisor calls use the agent active model.

Tool

advisor

  • question - required question, problem, or decision for review.
  • context - optional background, code snippets, constraints, or prior conclusions.

The advisor only sees the question and optional context passed into the tool call, so include the relevant code, constraints, and current conclusion in the request.

源码与版本

源码仓库

turururu/openclaw-advisor-plugin

打开仓库

源码提交

0470ecaf078e343e2e86cae62ca68db7144ccb8d

查看提交

安装命令

openclaw plugins install clawhub:openclaw-advisor-plugin

元数据

  • 包名: openclaw-advisor-plugin
  • 创建时间: 2026/06/16
  • 更新时间: 2026/06/16
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 2026.6.2
  • 插件 API 范围: >=2026.6.2
  • 标签: latest
  • 文件数: 11