research-assistant
/install research-assistant-bear
Research Assistant
Automate the workflow of enriching Bear research notes with topical GIFs.
Prerequisites
- Bear app running with a valid API token (
~/.config/grizzly/token) grizzlyCLI installed- gifgrep skill available (for GIF search)
Workflow
-
Fetch notes — List all notes with the
待整理tag:grizzly open-tag --name "待整理" --enable-callback --json --token-file ~/.config/grizzly/token -
For each note: a. Read the note content via
grizzly open-note --id \x3CID> --enable-callback --json. b. Extract 2–3 topic keywords from the title and key-findings sections. c. Search for a relevant GIF using gifgrep (orweb_search+web_fetchfor a GIF URL) with those keywords. d. Append the GIF as markdown to the note's "Supporting Media" section:echo '' | grizzly add-text --id \x3CID> --mode append --token-file ~/.config/grizzly/tokene. Remove the
待整理tag by replacing tags (exclude待整理, keep all others). -
Report — Summarize which notes were processed and how many GIFs were inserted.
Notes
- If a note already has content in "Supporting Media", insert the GIF on a new line below existing media.
- If no relevant GIF is found, skip insertion and note it in the report.
- Prefer GIFs that visually represent the research topic (e.g., data visualization, concept animation).
- The
待整理tag signals "needs processing"; removing it marks the note as finalized.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install research-assistant-bear - After installation, invoke the skill by name or use
/research-assistant-bear - Provide required inputs per the skill's parameter spec and get structured output
What is research-assistant?
Read Bear notes tagged "待整理", extract topic keywords, search for relevant GIFs via gifgrep, insert them into the note, and remove the tag. Use when the user... It is an AI Agent Skill for Claude Code / OpenClaw, with 20 downloads so far.
How do I install research-assistant?
Run "/install research-assistant-bear" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is research-assistant free?
Yes, research-assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does research-assistant support?
research-assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created research-assistant?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v0.1.0.