ResearchMonitor
Installation
SKILL.md
ResearchMonitor
This skill helps you keep the user updated on their specific research field.
Workflow
-
Check Configuration:
- Read
research_config.jsonin this directory to find the user's research topics and last checked date. - If the file doesn't exist or topics are empty, ask the user what research topics they are interested in and save them using
scripts/daily_briefing.py --add-topic "topic".
- Read
-
Daily Check:
- Get the current date.
- Compare with
last_checkedinresearch_config.json. - If already checked today, do nothing unless explicitly asked.