By leveraging osquery tool, add additional information telling OpenClaw about your activity on the computer, such as recent edited files, program running, etc. OpenClaw can then use this information to provide more personalized and relevant suggestions.
If you have not installed osquery, please run the following command to install it:
python ~/.openclaw/workspace/skills/os-activity/scripts/install_osquery.py
Find recently edited files:
python ~/.openclaw/workspace/skills/os-activity/scripts/recent_files.py
Filename|Path|Last Edited Time
memory|C:\Users\steve\.openclaw\workspace\memory|2026-02-22 17:30:43
os-activity|C:\Users\steve\.openclaw\workspace\os-activity|2026-02-22 17:29:10
openclaw.json|C:\Users\steve\.openclaw\openclaw.json|2026-02-22 17:10:05
python ~/.openclaw/workspace/skills/os-activity/scripts/recent_files.py
python $Env:USERPROFILE\.openclaw\workspace\skills\os-activity\scripts\recent_files.py
python $Env:USERPROFILE\.openclaw\workspace\skills\os-activity\scripts\recent_dirs.py
python ~/.openclaw/workspace/skills/os-activity/scripts/programs.py
python $Env:USERPROFILE\.openclaw\workspace\skills\os-activity\scripts\programs.py
python ~/.openclaw/workspace/skills/os-activity/scripts/processes.py
python $Env:USERPROFILE\.openclaw\workspace\skills\os-activity\scripts\processes.py
python ~/.openclaw/workspace/skills/os-activity/scripts/processes.py
共 1 个版本