Install
openclaw skills install research-assistant-bearRead 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 wants to auto-illustrate or finalize research notes from Bear.
openclaw skills install research-assistant-bearAutomate the workflow of enriching Bear research notes with topical GIFs.
~/.config/grizzly/token)grizzly CLI installedFetch 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 <ID> --enable-callback --json.
b. Extract 2–3 topic keywords from the title and key-findings sections.
c. Search for a relevant GIF using gifgrep (or web_search + web_fetch for a GIF URL) with those keywords.
d. Append the GIF as markdown to the note's "Supporting Media" section:
echo '' | grizzly add-text --id <ID> --mode append --token-file ~/.config/grizzly/token
e. Remove the 待整理 tag by replacing tags (exclude 待整理, keep all others).
Report — Summarize which notes were processed and how many GIFs were inserted.
待整理 tag signals "needs processing"; removing it marks the note as finalized.