원클릭으로
check-watcher-health
Verify that the file watcher is running and healthy. Use when user asks about watcher status or to diagnose issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify that the file watcher is running and healthy. Use when user asks about watcher status or to diagnose issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate weekly CEO briefing with business audit
Create, manage, and query invoices in Odoo ERP
Schedule and publish Facebook posts via Meta Graph API. Use when user wants to post on Facebook, schedule Facebook content, create social media posts for Facebook, or share business updates on Facebook.
Schedule and publish Instagram posts via Meta Graph API. Use when user wants to post on Instagram, schedule Instagram content, create visual social media posts, or share photos/videos on Instagram.
Schedule and publish tweets via Twitter API v2. Use when user wants to tweet, post on Twitter/X, create tweet threads, or schedule Twitter content.
Start the Ralph Wiggum autonomous execution loop for multi-step task completion. Use when user wants to run a complex task autonomously, needs multi-step processing, or wants the AI to work through a task iteratively without constant intervention.
| name | check-watcher-health |
| description | Verify that the file watcher is running and healthy. Use when user asks about watcher status or to diagnose issues. |
| allowed-tools | Read, Bash, Glob, Grep |
Check the health and status of the AI Employee file watcher.
Identify the vault path:
VAULT_PATH or use default ~/AI_Employee_VaultCheck for watcher process:
ps aux | grep "ai-employee watch" | grep -v grepCheck watcher log file:
/Logs/watcher_YYYY-MM-DD.log (today's date)Analyze recent events:
"event_type": "started" - Watcher started"event_type": "created" - Files detected"event_type": "error" - Errors occurredCheck Drop folder:
/Drop/ folderReport status:
## Watcher Health Report
**Status**: [Running/Stopped/Unknown]
**Process**: [Found/Not Found]
**Last Activity**: [TIMESTAMP or "No recent activity"]
**Today's Events**: [COUNT]
**Errors Today**: [COUNT]
**Drop Folder**: [EMPTY/N files pending]
### Recent Events
[Last 5 events from log]
### Recommendations
[Any issues found and suggested actions]
$ARGUMENTS - Optional vault path override
uv run ai-employee watch --vault [PATH]