Bear GIF Enricher
/install bear-gif-enricher
Research Assistant
Process Bear notes tagged 「待整理」: extract topics, find matching GIFs, insert them, then remove the tag.
Workflow
- Fetch pending notes — run
scripts/process_notes.sh listto get all notes with the 待整理 tag. - For each note, run
scripts/enrich_note.sh \x3Cnote-id>which:- Reads the note content via
grizzly open-note - Extracts key topic phrases (first H1, bold terms, or first sentence)
- Searches for a relevant GIF via Tenor API (falls back to Giphy)
- Appends the GIF as a markdown image at the end of the note
- Removes the 待整理 tag and adds 已整理 tag
- Reads the note content via
- Report — summarize how many notes were enriched and any failures.
Requirements
- Bear app running on macOS
grizzlyCLI installed (go install github.com/tylerwince/grizzly/cmd/grizzly@latest)- Bear token at
~/.config/grizzly/token TENOR_API_KEYorGIPHY_API_KEYenv var (free tier works)
Scripts
scripts/process_notes.sh list— list note IDs with 待整理 tagscripts/enrich_note.sh \x3Cnote-id>— enrich a single note with a GIF
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bear-gif-enricher - After installation, invoke the skill by name or use
/bear-gif-enricher - Provide required inputs per the skill's parameter spec and get structured output
What is Bear GIF Enricher?
Enrich Bear research notes tagged 「待整理」 with theme-matched GIFs. Use when the user wants to auto-illustrate pending research notes, batch-process Bear notes... It is an AI Agent Skill for Claude Code / OpenClaw, with 21 downloads so far.
How do I install Bear GIF Enricher?
Run "/install bear-gif-enricher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bear GIF Enricher free?
Yes, Bear GIF Enricher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Bear GIF Enricher support?
Bear GIF Enricher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bear GIF Enricher?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v0.1.0.