aip9105 commited on
Commit
3bc6f09
ยท
verified ยท
1 Parent(s): 0666582

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +6 -1
start-openclaw.sh CHANGED
@@ -18,7 +18,7 @@ fi
18
 
19
  echo ""
20
  echo "=== 3. ๆฃ€ๆŸฅไธŽๅฎ‰่ฃ…ๆŠ€่ƒฝ ==="
21
- SKILLS=("openclaw-tavily-search")
22
  INSTALLED_SKILLS=()
23
 
24
  for skill in "${SKILLS[@]}"; do
@@ -102,6 +102,11 @@ cat > /root/.openclaw/openclaw.json <<EOF
102
  "enabled": true
103
  }
104
  }
 
 
 
 
 
105
  }
106
  }
107
  EOF
 
18
 
19
  echo ""
20
  echo "=== 3. ๆฃ€ๆŸฅไธŽๅฎ‰่ฃ…ๆŠ€่ƒฝ ==="
21
+ SKILLS=("openclaw-tavily-search" "openclaw-weixin-channel")
22
  INSTALLED_SKILLS=()
23
 
24
  for skill in "${SKILLS[@]}"; do
 
102
  "enabled": true
103
  }
104
  }
105
+ },
106
+ "channels": {
107
+ "openclaw-weixin": {
108
+ "baseUrl": "https://ilinkai.weixin.qq.com"
109
+ }
110
  }
111
  }
112
  EOF