Update start-openclaw.sh
Browse files- 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 |
-
|
| 56 |
-
|
| 57 |
-
#
|
| 58 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
|