← 返回
未分类 Key

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...
为标记为「待整理」的 Bear 研究笔记添加主题匹配的 GIF,用于自动配图和批量处理笔记。
terrycarter1985 terrycarter1985 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 249
下载
💾 0
安装
1
版本
#latest

概述

Research Assistant

Process Bear notes tagged 「待整理」: extract topics, find matching GIFs, insert them, then remove the tag.

Workflow

  1. Fetch pending notes — run scripts/process_notes.sh list to get all notes with the 待整理 tag.
  2. For each note, run scripts/enrich_note.sh 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
  3. Report — summarize how many notes were enriched and any failures.

Requirements

  • Bear app running on macOS
  • grizzly CLI installed (go install github.com/tylerwince/grizzly/cmd/grizzly@latest)
  • Bear token at ~/.config/grizzly/token
  • TENOR_API_KEY or GIPHY_API_KEY env var (free tier works)

Scripts

  • scripts/process_notes.sh list — list note IDs with 待整理 tag
  • scripts/enrich_note.sh — enrich a single note with a GIF

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-21 14:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 453 📥 106,393
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 973 📥 524,884
dev-programming

Code Formatter

terrycarter1985
代码格式化最佳实践及常用语言(Python、JavaScript、JSON、Markdown 等)的快速参考,使用 Prettier、Black、ESLint 等工具。
★ 0 📥 913