aip9105 commited on
Commit
cbbcebb
ยท
verified ยท
1 Parent(s): 94c639f

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +8 -1
start-openclaw.sh CHANGED
@@ -44,6 +44,14 @@ cat > /root/.openclaw/openclaw.json <<EOF
44
  "dangerouslyDisableDeviceAuth": true
45
  }
46
  },
 
 
 
 
 
 
 
 
47
 
48
  }
49
  EOF
@@ -56,7 +64,6 @@ npm install -g clawhub
56
  # ๅฎ‰่ฃ…ๆŠ€่ƒฝ
57
  clawhub install liang-tavily-search
58
  # ้…็ฝฎAPI-Key๏ผˆ้œ€ไปŽhttps://tavily.com/่Žทๅ–๏ผ‰
59
- openclaw config set skills.tavily-search.apiKey "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"
60
  clawhub install agent-browser
61
  # ๅฎ‰่ฃ…่ฐทๆญŒๆต่งˆๅ™จ๏ผˆ่‹ฅๆœช้ข„่ฃ…๏ผ‰
62
  openclaw exec "apt install -y google-chrome-stable"
 
44
  "dangerouslyDisableDeviceAuth": true
45
  }
46
  },
47
+ "skills": {
48
+ "entries": {
49
+ "tavily-search": {
50
+ "enabled": true,
51
+ "apiKey": "$TAVILY_API_KEY"
52
+ }
53
+ }
54
+ }
55
 
56
  }
57
  EOF
 
64
  # ๅฎ‰่ฃ…ๆŠ€่ƒฝ
65
  clawhub install liang-tavily-search
66
  # ้…็ฝฎAPI-Key๏ผˆ้œ€ไปŽhttps://tavily.com/่Žทๅ–๏ผ‰
 
67
  clawhub install agent-browser
68
  # ๅฎ‰่ฃ…่ฐทๆญŒๆต่งˆๅ™จ๏ผˆ่‹ฅๆœช้ข„่ฃ…๏ผ‰
69
  openclaw exec "apt install -y google-chrome-stable"