smithery/abdullahmalik17

watching-filesystem

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.

Installation

$ npx skills add smithery/abdullahmalik17 --skill watching-filesystem

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/abdullahmalik17.

npx skills add smithery/abdullahmalik17

Browse all from smithery/abdullahmalik17

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 708 B
  • docs SUMMARY.md 189 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Filesystem Watcher Skill

Monitors DropFolder for new files and creates task files.

Quick Start

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