Monitor a drop folder for new files using watchdog. Categorizes files by type and creates task files with suggested actions. Use when setting up file monitoring.
Scanned 9/22/2026
Install to Claude Code
npx -y skills add AbdullahMalik17/Digital-FTE --skill watching-filesystem --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Watching Filesystem?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/abdullahmalik17-watching-filesystem)More formats (shields.io, HTML) on the badges page.
---
name: watching-filesystem
description: |
Monitor a drop folder for new files using watchdog. Categorizes files by type
and creates task files with suggested actions. Use when setting up file monitoring.
---
# Filesystem Watcher Skill
Monitors DropFolder for new files and creates task files.
## Quick Start
```bash
python scripts/run.py
```
## Configuration
- `WATCH_FOLDER` - Folder to monitor (default: DropFolder/)
- `FILE_DEBOUNCE` - Wait seconds before processing (default: 5)
- `DRY_RUN` - Test mode (default: false)
## Supported File Types
Documents, Spreadsheets, Images, Emails, Archives, Presentations
## Verification
Run: `python scripts/verify.py`
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!