@flywind开源OpenClaw插件,让OpenClaw直接使用opencode的免费模型 中发帖

开源项目地址:GitHub - dxxzst/opencode-to-openai 
OpenClaw 插件模式 (原生集成)
推荐方式。 将 OpenCode 模型直接集成到 OpenClaw 环境中。
1. 安装步骤
在安装了 OpenClaw 的终端中运行:
openclaw plugins install https://github.com/dxxzst/opencode-to-openai

2. 重启 Gateway
由于 OpenClaw 需要加载新插件,请重启服务:
openclaw gateway restart


说明:如果启用了插件白名单(plugins.allow),必须把本插件加入 allowlist。注意 openclaw config set ... 会覆盖原有列表,请先读取并合并后再写回:

openclaw config get plugins...