Install
openclaw skills install @itspremkumar/file-watcherWatch, monitor, and diff file system changes with a polling-based file watcher. Detect creates, modifications, and deletions — no external dependencies. Zero...
openclaw skills install @itspremkumar/file-watcherMonitor directories for changes: snapshots, diffs, glob filtering, and event detection.
Keywords: file, watch, monitor, diff, cli, automation, python, open-source, agent, MIT
Part of the itsPremkumar Hermes / OpenClaw / Paperclip agent stack — 31 free, MIT-licensed, CI-tested agent-native tools.
Knowing what changed on disk — and when — is manual without a tool. File Watcher solves this: Monitor directories for changes: snapshots, diffs, glob filtering, and event detection.
Best for: Automation builders, agents, and ops monitoring config/data.
# Requires Python 3.8+. No pip install needed.
curl -O https://raw.githubusercontent.com/itsPremkumar/file-watcher/main/file_watcher.py
# Or copy the file anywhere — it's self-contained.
python file_watcher.py self-test # prove it works end-to-end
python file_watcher.py watch --help # watch subcommand
python file_watcher.py once --help # once subcommand
python file_watcher.py diff --help # diff subcommand
| Alternative | Why this skill is better |
|---|---|
| inotify scripts | Cross-platform polling + glob filtering. |
| diff two trees by hand | Snapshots make it one command. |
| Guessing what changed | Event-level detection. |
Q: Polling?
A: Yes — --poll-interval for non-inotify platforms.
Q: Filters?
A: --glob and --ignore.
Q: Diff?
A: snapshot_a/snapshot_b diff mode.
Q: Offline?
A: Yes.
Built and maintained by @itsPremkumar (Chennai, India · serving developers worldwide). Free for individuals and teams everywhere. Documentation in English; tool output is locale-neutral.
# .github/workflows/verify.yml
name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self-test file-watcher
run: python file_watcher.py self-test
Free + MIT-0 (free, modifiable, no attribution required). Sponsor if useful:
⭐ Star on GitHub