File tree Expand file tree Collapse file tree
clawdbot-integration/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "name" : " Higress AI Gateway" ,
44 "description" : " Model provider plugin for Higress AI Gateway with auto-routing support" ,
55 "providers" : [" higress" ],
6- "skills" : [" higress-auto-router" ]
6+ "skills" : [" higress-auto-router" ],
7+ "configSchema" : {
8+ "type" : " object" ,
9+ "additionalProperties" : true
10+ }
711}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ const higressPlugin = {
162162 const apiKeyInput = await ctx . prompter . text ( {
163163 message : "API Key (leave empty if not required)" ,
164164 initialValue : "" ,
165- } ) ;
165+ } ) || '' ;
166166 const apiKey = apiKeyInput . trim ( ) || "higress-local" ;
167167
168168 // Step 5: Fetch available models (create a new spinner)
Original file line number Diff line number Diff line change 11{
2- "name" : " @higress/clawdbot -ai-gateway" ,
2+ "name" : " @higress/higress -ai-gateway" ,
33 "version" : " 1.0.0" ,
44 "description" : " Higress AI Gateway model provider plugin for Clawdbot with auto-routing support" ,
55 "main" : " index.ts" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ CONFIGURED_MARK="$ROOT/.configured"
4949# Clawdbot integration paths
5050CLAWDBOT_WORKSPACE=" $HOME /clawd"
5151CLAWDBOT_EXTENSIONS_DIR=" $HOME /.clawdbot/extensions"
52- CLAWDBOT_SKILLS_DIR=" $CLAWDBOT_WORKSPACE /skills/public"
5352CLAWDBOT_INTEGRATION_DIR=" $SCRIPT_DIR /clawdbot-integration"
5453
5554# Auto-routing configuration
@@ -263,7 +262,6 @@ configureClawdbotIntegration() {
263262
264263 # Install Clawdbot plugin and skill using generic function
265264 installFiles " $CLAWDBOT_INTEGRATION_DIR /plugin" " $CLAWDBOT_EXTENSIONS_DIR /higress-ai-gateway" " Higress AI Gateway plugin"
266- installFiles " $CLAWDBOT_INTEGRATION_DIR /skill/higress-auto-router" " $CLAWDBOT_SKILLS_DIR /higress-auto-router" " Higress Auto Router skill"
267265
268266 echo
269267 echo " To complete Clawdbot setup, run:"
You can’t perform that action at this time.
0 commit comments