improve(skill): enhance higress-clawdbot-integration skill (#3438)

This commit is contained in:
澄潭
2026-02-01 22:39:32 +08:00
committed by GitHub
parent 2baacb4617
commit f81881e138
5 changed files with 477 additions and 327 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "@higress/higress-ai-gateway",
"version": "1.0.0",
"description": "Higress AI Gateway model provider plugin for Clawdbot with auto-routing support",
"main": "index.ts",
"clawdbot": {
"extensions": ["./index.ts"]
},
"keywords": [
"clawdbot",
"higress",
"ai-gateway",
"model-router",
"auto-routing"
],
"author": "Higress Team",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/higress"
}
}