Research Logger
Automate the research-to-notes pipeline: search the web, fill in a structured template, find a relevant GIF, and save it all as a Bear note.
Usage
bash research_logger.sh "quantum computing" "tech,science"
What It Does
- Web Search — Uses
web_searchto find top results for the topic - Content Fetch — Pulls key content from the top result
- GIF Match — Searches for a relevant GIF via gifgrep
- Template Fill — Fills
notes/research_template.mdwith gathered data - Bear Note — Creates a Bear note with the filled template via
grizzly
Requirements
grizzlyCLI (Bear notes)- OpenClaw agent with
web_search,web_fetch, andgifgrepaccess