From b33e2be5e9961987a9c2eeb960a7db2549de94a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 12 Feb 2026 15:43:01 +0800 Subject: [PATCH] Update SKILL.md --- .claude/skills/higress-openclaw-integration/SKILL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/skills/higress-openclaw-integration/SKILL.md b/.claude/skills/higress-openclaw-integration/SKILL.md index dd74afc07..889088cfe 100644 --- a/.claude/skills/higress-openclaw-integration/SKILL.md +++ b/.claude/skills/higress-openclaw-integration/SKILL.md @@ -78,12 +78,13 @@ Install the Higress provider plugin for OpenClaw: ```bash # Copy plugin files (PLUGIN_SRC is relative to skill directory: scripts/plugin) PLUGIN_SRC="scripts/plugin" -PLUGIN_DEST="$HOME/.openclaw/extensions/higress-ai-gateway" +PLUGIN_DEST="$HOME/.openclaw/extensions/higress" mkdir -p "$PLUGIN_DEST" cp -r "$PLUGIN_SRC"/* "$PLUGIN_DEST/" # Configure provider +openclaw plugins enable higress openclaw models auth login --provider higress --set-default ```