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

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +4 -1
start-openclaw.sh CHANGED
@@ -18,7 +18,7 @@ fi
18
 
19
  echo ""
20
  echo "=== 3. ๆฃ€ๆŸฅไธŽๅฎ‰่ฃ…ๆŠ€่ƒฝ ==="
21
- SKILLS=("openclaw-tavily-search" "openclaw-weixin-channel")
22
  INSTALLED_SKILLS=()
23
 
24
  for skill in "${SKILLS[@]}"; do
@@ -46,6 +46,9 @@ for skill in "${SKILLS[@]}"; do
46
 
47
  [ "$is_installed" = true ] && INSTALLED_SKILLS+=("$skill")
48
  done
 
 
 
49
 
50
  echo ""
51
  echo "=== 4. ้…็ฝฎ API ๅœฐๅ€ไธŽ็”Ÿๆˆไธป้…็ฝฎ ==="
 
18
 
19
  echo ""
20
  echo "=== 3. ๆฃ€ๆŸฅไธŽๅฎ‰่ฃ…ๆŠ€่ƒฝ ==="
21
+ SKILLS=("openclaw-tavily-search")
22
  INSTALLED_SKILLS=()
23
 
24
  for skill in "${SKILLS[@]}"; do
 
46
 
47
  [ "$is_installed" = true ] && INSTALLED_SKILLS+=("$skill")
48
  done
49
+ npm install -g @tencent-weixin/openclaw-weixin
50
+ openclaw plugins install "@tencent-weixin/openclaw-weixin"
51
+ openclaw channels login --channel openclaw-weixin
52
 
53
  echo ""
54
  echo "=== 4. ้…็ฝฎ API ๅœฐๅ€ไธŽ็”Ÿๆˆไธป้…็ฝฎ ==="