aip9105 commited on
Commit
281eef6
ยท
verified ยท
1 Parent(s): aa8aabe

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +7 -1
start-openclaw.sh CHANGED
@@ -55,7 +55,7 @@ cat > /root/.openclaw/openclaw.json <<EOF
55
  },
56
  "skills": {
57
  "entries": {
58
- "tavily-search": {
59
  "enabled": true,
60
  "apiKey": "$TAVILY_API_KEY"
61
  }
@@ -88,6 +88,12 @@ fi
88
  done
89
  ) &
90
 
 
 
 
 
 
 
91
  # 9. ่ฟ่กŒๅฅๅบทๆฃ€ๆŸฅๅ’Œไฟฎๅค
92
  openclaw doctor --fix || true
93
 
 
55
  },
56
  "skills": {
57
  "entries": {
58
+ "liang-tavily-search": {
59
  "enabled": true,
60
  "apiKey": "$TAVILY_API_KEY"
61
  }
 
88
  done
89
  ) &
90
 
91
+ # 1. ๆŸฅ็œ‹ๅทฒๅฎ‰่ฃ…็š„ๆŠ€่ƒฝๅˆ—่กจ
92
+ clawhub list
93
+
94
+ # 2. ๆŸฅ็œ‹ๆŠ€่ƒฝ่ฏฆๆƒ…
95
+ clawhub info liang-tavily-search
96
+
97
  # 9. ่ฟ่กŒๅฅๅบทๆฃ€ๆŸฅๅ’Œไฟฎๅค
98
  openclaw doctor --fix || true
99