Initial commit of OpenClaw agent Chloe
This commit is contained in:
8
skills/clawddocs/scripts/search.sh
Normal file
8
skills/clawddocs/scripts/search.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Search docs by keyword
|
||||
if [ -z "$1" ]; then
|
||||
echo "Usage: search.sh <keyword>"
|
||||
exit 1
|
||||
fi
|
||||
echo "Searching docs for: $1"
|
||||
# In full version, this searches the full-text index
|
||||
Reference in New Issue
Block a user