Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    syedaashnaghazanfar

    watcher-runner-filesystem

    syedaashnaghazanfar/watcher-runner-filesystem
    Coding
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Run, smoke-test, and debug the Bronze-tier filesystem watcher (Python) that monitors a local drop folder and creates markdown action items inside the Obsidian vault's /Needs_Action folder.

    SKILL.md

    Watcher Runner (Filesystem)

    Start and validate the Bronze-tier watcher that turns local file drops into Needs_Action/*.md items.

    Assumptions

    • Project code lives under MY-AI-EMPLOYEE/ (user-provided convention).
    • The watcher script exists in that project (commonly watchers/filesystem_watcher.py or similar).
    • The watcher needs two paths:
      • Vault root path
      • Watched drop folder path

    If any of these are unknown, stop and ask for the paths.

    Run workflow

    1. Locate the watcher entrypoint.
    2. Verify Python environment setup (uv/venv) and dependencies.
    3. Run watcher in foreground first (for visible logs).
    4. Trigger a file creation in the watched folder.
    5. Confirm a new action item appears in Needs_Action/.

    Debug workflow

    1. Confirm the watcher process is running.
    2. Confirm filesystem events are firing (some environments require polling).
    3. Confirm vault path is correct and writable.
    4. Confirm watcher is writing .md action files (not only copying binaries).

    Resources

    • Reference: references/runbook.md
    • Example smoke test script: scripts/create_test_drop.py
    • Examples: examples.md
    Repository
    syedaashnaghazanfar/hackathon-0
    Files