aip9105 commited on
Commit
922154a
ยท
verified ยท
1 Parent(s): 0ba68b4

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +9 -1
start-openclaw.sh CHANGED
@@ -43,6 +43,14 @@ cat > /root/.openclaw/openclaw.json <<EOF
43
  "allowInsecureAuth": true,
44
  "dangerouslyDisableDeviceAuth": true
45
  }
 
 
 
 
 
 
 
 
46
  }
47
 
48
  }
@@ -54,7 +62,7 @@ EOF
54
  # ๅฎ‰่ฃ…ClawHub
55
  npm install -g clawhub
56
  # ๅฎ‰่ฃ…ๆŠ€่ƒฝ
57
- clawhub install 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
 
43
  "allowInsecureAuth": true,
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
  }
 
62
  # ๅฎ‰่ฃ…ClawHub
63
  npm install -g clawhub
64
  # ๅฎ‰่ฃ…ๆŠ€่ƒฝ
65
+ clawhub install liang-tavily-search
66
  # ้…็ฝฎAPI-Key๏ผˆ้œ€ไปŽhttps://tavily.com/่Žทๅ–๏ผ‰
67
  openclaw config set skills.tavily-search.apiKey "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"
68
  clawhub install agent-browser