watcher-management — watcher-management install watcher-management, AI-Employee-Hackathon-spec-driven, community, watcher-management install, ide skills, watcher-management for AI agents, configuring watcher-management, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for AI Agents needing real-time monitoring of external sources like Gmail and WhatsApp. Watcher-management is a skill that oversees the watcher processes, feeding data into the Obsidian vault from various sources like Gmail API and WhatsApp Web.

Features

Monitors Gmail API every 2 minutes
Tracks WhatsApp Web updates every 30 seconds
Watches Filesystem drop folder in real-time
Feeds data into the Obsidian vault
Supports multiple watcher types, including Gmail and WhatsApp Watchers
Outputs data to specific folders, such as /Needs_Action/

# Core Topics

maneeshanif maneeshanif
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The watcher-management skill by maneeshanif is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for watcher-management install, watcher-management for AI agents, configuring watcher-management.

Ideal Agent Persona

Perfect for AI Agents needing real-time monitoring of external sources like Gmail and WhatsApp.

Core Value

Empowers agents to monitor Gmail API and WhatsApp Web in intervals as low as 30 seconds, feeding data into the Obsidian vault using watcher processes, enabling seamless integration with external data sources via protocols like API and web scraping.

Capabilities Granted for watcher-management

Monitoring Gmail inbox for new emails
Tracking WhatsApp messages for keyword triggers
Automating data ingestion from external sources into Obsidian vault

! Prerequisites & Limits

  • Requires Gmail API and WhatsApp Web access
  • Interval-based checking may lead to delayed notifications
  • Dependent on stable internet connection for real-time monitoring
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

watcher-management

Install watcher-management, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Watcher Management Skill

This skill manages the perception layer of the Personal AI Employee - the watcher processes that monitor external sources and feed data into the Obsidian vault.

Watcher Types

WatcherSourceCheck IntervalOutput Folder
Gmail WatcherGmail API2 minutes/Needs_Action/
WhatsApp WatcherWhatsApp Web30 seconds/Needs_Action/
Filesystem WatcherDrop folderRealtime/Needs_Action/
Finance WatcherBank API1 hour/Needs_Action/

Base Watcher Pattern

python
1class BaseWatcher(ABC): 2 def __init__(self, vault_path: str, check_interval: int = 60): 3 self.vault_path = Path(vault_path) 4 self.needs_action = self.vault_path / 'Needs_Action' 5 self.check_interval = check_interval 6 7 @abstractmethod 8 def check_for_updates(self) -> list: 9 pass 10 11 @abstractmethod 12 def create_action_file(self, item) -> Path: 13 pass 14 15 def run(self): 16 while True: 17 items = self.check_for_updates() 18 for item in items: 19 self.create_action_file(item) 20 time.sleep(self.check_interval)

Process Management

Use PM2 or supervisord to keep watchers running:

bash
1# Start with PM2 2pm2 start gmail_watcher.py --interpreter python3 3 4# Save and set to auto-start 5pm2 save 6pm2 startup

Reference

For detailed implementation, see reference.md

For watcher examples, see examples.md

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is watcher-management?

Perfect for AI Agents needing real-time monitoring of external sources like Gmail and WhatsApp. Watcher-management is a skill that oversees the watcher processes, feeding data into the Obsidian vault from various sources like Gmail API and WhatsApp Web.

How do I install watcher-management?

Run the command: npx killer-skills add maneeshanif/AI-Employee-Hackathon-spec-driven/watcher-management. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for watcher-management?

Key use cases include: Monitoring Gmail inbox for new emails, Tracking WhatsApp messages for keyword triggers, Automating data ingestion from external sources into Obsidian vault.

Which IDEs are compatible with watcher-management?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for watcher-management?

Requires Gmail API and WhatsApp Web access. Interval-based checking may lead to delayed notifications. Dependent on stable internet connection for real-time monitoring.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add maneeshanif/AI-Employee-Hackathon-spec-driven/watcher-management. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use watcher-management immediately in the current project.

Related Skills

Looking for an alternative to watcher-management or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI