Research a topic via web search, auto-match a relevant GIF, and log structured notes to Bear using a configurable template.

Install

openclaw skills install @terrycarter1985/research-logger-skill

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
bash research_logger.sh "quantum computing" "tech,science"

What It Does

  1. Web Search — Uses web_search to find top results for the topic
  2. Content Fetch — Pulls key content from the top result
  3. GIF Match — Searches for a relevant GIF via gifgrep
  4. Template Fill — Fills notes/research_template.md with gathered data
  5. Bear Note — Creates a Bear note with the filled template via grizzly

Requirements

  • grizzly CLI (Bear notes)
  • OpenClaw agent with web_search, web_fetch, and gifgrep access