监视文件和目录变化,支持事件回调和过滤。
Scanned 2/12/2026
Install to Claude Code
npx -y skills add AIDotNet/MoYuCode --skill file-watcher --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of File Watcher?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aidotnet-file-watcher)More formats (shields.io, HTML) on the badges page.
---
name: file-watcher
description: 监视文件和目录变化,支持事件回调和过滤。
metadata:
short-description: 监视文件变化
source:
repository: https://github.com/gorakhargosh/watchdog
license: Apache-2.0
---
# File Watcher Tool
## Description
Watch files and directories for changes with event callbacks, pattern filtering, and action triggers.
## Trigger
- `/watch` command
- User needs to monitor files
- User wants change notifications
## Usage
```bash
# Watch directory
python scripts/file_watcher.py ./src/
# Watch with pattern filter
python scripts/file_watcher.py ./src/ --pattern "*.py"
# Watch and run command on change
python scripts/file_watcher.py ./src/ --exec "npm run build"
# Watch specific file
python scripts/file_watcher.py config.json
```
## Tags
`watch`, `files`, `monitor`, `events`, `automation`
## Compatibility
- Codex: ✅
- Claude Code: ✅
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!