Update SKILL.md

This commit is contained in:
澄潭
2026-02-12 15:43:01 +08:00
committed by GitHub
parent d2385f1b30
commit b33e2be5e9

View File

@@ -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
```