Install
openclaw skills install researchassistantMonitors research topics for new papers, conferences, and journals.
openclaw skills install researchassistantThis skill helps you keep the user updated on their specific research field.
Check Configuration:
research_config.json in this directory to find the user's research topics and last checked date.scripts/daily_briefing.py --add-topic "topic".Daily Check:
last_checked in research_config.json.Perform Search:
search_web to look for:
Filter & Analyze:
scripts/daily_briefing.py --check-seen "URL or Unique Title".Report:
scripts/daily_briefing.py --mark-seen "URL or Unique Title".last_checked date using scripts/daily_briefing.py --update-date.python scripts/daily_briefing.py --add-topic "topic": Adds a new research topic.python scripts/daily_briefing.py --list-topics: Lists current topics.python scripts/daily_briefing.py --update-date: Updates the last checked timestamp to now.python scripts/daily_briefing.py --check-seen "ID": Checks if an item ID (URL/Title) is already in memory.python scripts/daily_briefing.py --mark-seen "ID": Marks an item ID as seen.