aip9105 commited on
Commit
33dc2c5
ยท
verified ยท
1 Parent(s): ca8acc3

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +7 -4
start-openclaw.sh CHANGED
@@ -52,10 +52,13 @@ EOF
52
  (while true; do sleep 3600; python3 /app/sync.py backup; done) &
53
 
54
  # ๅฎ‰่ฃ…ClawHub
55
- npm install -g clawhub
56
-
57
- # ๅˆๅง‹ๅŒ–
58
- clawhub install liang-tavily-search
 
 
 
59
 
60
 
61
 
 
52
  (while true; do sleep 3600; python3 /app/sync.py backup; done) &
53
 
54
  # ๅฎ‰่ฃ…ClawHub
55
+ # ๅฎ‰่ฃ…ๆŠ€่ƒฝ
56
+ clawhub install tavily-search
57
+ # ้…็ฝฎAPI-Key๏ผˆ้œ€ไปŽhttps://tavily.com/่Žทๅ–๏ผ‰
58
+ openclaw config set skills.tavily-search.apiKey "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"
59
+ clawhub install agent-browser
60
+ # ๅฎ‰่ฃ…่ฐทๆญŒๆต่งˆๅ™จ๏ผˆ่‹ฅๆœช้ข„่ฃ…๏ผ‰
61
+ openclaw exec "apt install -y google-chrome-stable"
62
 
63
 
64