Initial commit of OpenClaw agent Chloe
This commit is contained in:
5
skills/clawddocs/scripts/recent.sh
Normal file
5
skills/clawddocs/scripts/recent.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Show recently updated docs
|
||||
DAYS=${1:-7}
|
||||
echo "Docs updated in the last $DAYS days"
|
||||
# In full version, this queries the change tracking
|
||||
Reference in New Issue
Block a user