aip9105 commited on
Commit
5e07f1b
ยท
verified ยท
1 Parent(s): 6a72fef

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +20 -1
start-openclaw.sh CHANGED
@@ -43,6 +43,26 @@ cat > /root/.openclaw/openclaw.json <<EOF
43
  "allowInsecureAuth": true,
44
  "dangerouslyDisableDeviceAuth": true
45
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  }
47
  }
48
  EOF
@@ -52,5 +72,4 @@ EOF
52
 
53
  # 6. ่ฟ่กŒ
54
  openclaw doctor --fix
55
- exec openclawย installย https://github.com/wu-yc/LabClaw
56
  exec openclaw gateway run --port $PORT
 
43
  "allowInsecureAuth": true,
44
  "dangerouslyDisableDeviceAuth": true
45
  }
46
+ },
47
+ "skills": {
48
+ "tavily": {
49
+ "apiKey": "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",
50
+ "defaultSearchDepth": "advanced",
51
+ "maxResults": 10,
52
+ "timeout": 30000
53
+ },
54
+ "autoLoad": true,
55
+ "safeMode": true
56
+ },
57
+ "security": {
58
+
59
+ "apiKeyProtection": true,
60
+ "disableDangerousCommands": true
61
+ },
62
+ "network": {
63
+
64
+ "enabled": true,
65
+ "allowedDomains": ["tavily.com"]
66
  }
67
  }
68
  EOF
 
72
 
73
  # 6. ่ฟ่กŒ
74
  openclaw doctor --fix
 
75
  exec openclaw gateway run --port $PORT