os-activity

Personalize your openclaw by learning your operating system activity.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "os-activity" with this command: npx skills add xiaobao520123/os-activity

OS Activity - Personalize your OpenClaw by learning how you use your computer.

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.

Installation

If you have not installed osquery, please run the following command to install it:

python ~/.openclaw/workspace/skills/os-activity/scripts/install_osquery.py

Quick Usage

Find recently edited files:

python ~/.openclaw/workspace/skills/os-activity/scripts/recent_files.py

Example Output

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

More commands

1. Find recently edited files

macOS

python ~/.openclaw/workspace/skills/os-activity/scripts/recent_files.py

Windows

python $Env:USERPROFILE\.openclaw\workspace\skills\os-activity\scripts\recent_files.py

Linux

  • Not supported

2. Find recently accessed directories

macOS

  • Not supported

Windows

python $Env:USERPROFILE\.openclaw\workspace\skills\os-activity\scripts\recent_dirs.py

Linux

  • Not supported

3. Find installed programs

macOS

python ~/.openclaw/workspace/skills/os-activity/scripts/programs.py

Windows

python $Env:USERPROFILE\.openclaw\workspace\skills\os-activity\scripts\programs.py

Linux

  • Not supported

4. Find running programs

macOS

python ~/.openclaw/workspace/skills/os-activity/scripts/processes.py

Windows

python $Env:USERPROFILE\.openclaw\workspace\skills\os-activity\scripts\processes.py

Linux

python ~/.openclaw/workspace/skills/os-activity/scripts/processes.py

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Workspace Trash

Soft-delete protection for workspace files. Intercept file deletions and move them to a recoverable trash instead of permanent removal. Use when deleting, re...

Registry SourceRecently Updated
General

Deploy Public

Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.

Registry SourceRecently Updated
General

Lumi Diary

Your local-first memory guardian and cyber bestie. Lumi collects life fragments — a sigh, a snapshot, a roast — and stitches them into radiant, interactive m...

Registry SourceRecently Updated
General

Diffview

File comparison and diff viewer tool. Compare two files side-by-side, show colored inline diffs, compare directories, find duplicate files, and generate patc...

Registry SourceRecently Updated