Agent Skills
› companion-inc/feynman
› watch
watch
GitHub用于创建研究监控基线并可选地安排后续检查,帮助用户跟踪特定领域的新论文、更新或设置警报。
Trigger Scenarios
用户要求监控某个领域
用户希望跟踪新论文
用户请求对研究领域设置警报
Install
npx skills add companion-inc/feynman --skill watch -g -y
SKILL.md
Frontmatter
{
"name": "watch",
"description": "Create a research watch baseline and optionally schedule follow-up checks when scheduling tools are visible. Use when the user asks to monitor a field, track new papers, watch for updates, or set up alerts on a research area."
}
Watch
Run the /watch workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.
Agents used: researcher
Output: baseline survey in outputs/, plus a scheduled follow-up only when schedule_prompt is visible. If scheduling is unavailable, the workflow records that block instead of claiming a recurring watch exists.
Version History
- 54d08a3 Current 2026-07-25 07:16


