← 返回 Skills 市场
Bear GIF Enricher
作者
terrycarter1985
· GitHub ↗
· v0.1.0
· MIT-0
21
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)
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
安全使用建议
Install only if you are comfortable letting the skill read and edit Bear notes tagged 待整理 and send note topics to Tenor or Giphy. Before batch use, back up Bear notes and fix or verify the retagging command, because the included script appears to create a new 已整理 note instead of tagging the original note.
能力标签
能力评估
Purpose & Capability
The core purpose is coherent: list Bear notes tagged 待整理, choose a GIF, append it, and retag the note. However, the implementation removes the pending tag from the target note and then uses a create command without the note ID, which appears likely to create a separate tagged note rather than adding 已整理 to the existing note.
Instruction Scope
The documented workflow batch-processes every pending note and performs persistent edits without a dry-run, backup, or per-note confirmation. This is especially risky given the apparent tag-update mismatch.
Install Mechanism
There is no install spec, but SKILL.md tells the user to install the grizzly CLI using an unpinned '@latest' Go install command. This is user-directed and purpose-aligned, but users should verify the dependency source.
Credentials
The skill needs a Bear/grizzly token and Tenor or Giphy API key, and it sends note-derived topics to external GIF APIs. This fits the purpose, but it touches private notes and third-party services.
Persistence & Privilege
The scripts make persistent changes to Bear notes and tags. They append remote GIF links, remove the 待整理 tag, and appear to create new notes while trying to add the 已整理 tag.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bear-gif-enricher - 安装完成后,直接呼叫该 Skill 的名称或使用
/bear-gif-enricher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: auto-enrich Bear 待整理 notes with theme-matched GIFs
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 21 次。
如何安装 Bear GIF Enricher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bear-gif-enricher」即可一键安装,无需额外配置。
Bear GIF Enricher 是免费的吗?
是的,Bear GIF Enricher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bear GIF Enricher 支持哪些平台?
Bear GIF Enricher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bear GIF Enricher?
由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v0.1.0。
推荐 Skills