一键导入
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]