Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @xiaobao520123 Updated 6/28/2026 1,245 downloads 0 stars Security: Pass

Os Activity OpenClaw Plugin & Skill | ClawHub

Looking to integrate Os Activity into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Personalize your openclaw by learning your operating system activity.

Install

ClawHub CLI
openclaw skills install @xiaobao520123/os-activity
Node.js (npx)
npx clawhub@latest install os-activity

Full SKILL.md

Open original
Metadata table.
namedescription
os-activityPersonalize your openclaw by learning your operating system activity.

SKILL.md content below is scrollable.

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
ClawHub Registry URL: https://clawhub.ai/xiaobao520123/skills/os-activity

Related skills

If this matches your use case, these are close alternatives in the same category.