Research Logger
Research a topic, find a matching GIF, and create a structured Bear note.
Usage
When the user asks to research a topic and log it:
- Run
bash research_logger.sh "<topic>" "<comma-separated-tags>" - The script outputs a filled-in markdown note. Use
grizzly createto save it to Bear.
Example
# Step 1: Run the research script
bash research_logger.sh "quantum computing" "research,quantum"
# Step 2: Create the Bear note with the output
cat /tmp/research_note.md | grizzly create --title "Quantum Computing Research" --tag research
How It Works
- Uses
web_searchto find top results on the topic - Uses
gifgrepto find a relevant GIF - Fills in the research template and writes to
/tmp/research_note.md
Dependencies
- OpenClaw agent (for
web_search/web_fetchtool calls) grizzlyCLI for Bear note creationgifgrepskill for GIF matching