KS
Killer-Skills

watcher-management — how to use watcher-management how to use watcher-management, watcher-management setup guide, watcher-management alternative, watcher-management vs obsidian, watcher-management install, what is watcher-management, watcher-management for AI agents, configuring watcher-management, watcher-management best practices

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/6/2026

Quality Score

Top 5%
39
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add maneeshanif/AI-Employee-Hackathon-spec-driven/watcher-management

Agent Capability Analysis

The watcher-management MCP Server by maneeshanif is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use watcher-management, watcher-management setup guide, watcher-management alternative.

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 MCP Server

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
Project
SKILL.md
1.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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

Related Skills

Looking for an alternative to watcher-management or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication