← 返回
未分类 Key

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...
读取标记为“待整理”的 Bear 笔记,提取关键词,使用 gifgrep 查找并插入匹配的 GIF,随后删除该标签。用于用户...
terrycarter1985 terrycarter1985 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 243
下载
💾 0
安装
1
版本
#latest

概述

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)
  • grizzly CLI installed
  • gifgrep skill available (for GIF search)

Workflow

  1. Fetch notes — List all notes with the 待整理 tag:

```bash

grizzly open-tag --name "待整理" --enable-callback --json --token-file ~/.config/grizzly/token

```

  1. For each note:

a. Read the note content via grizzly open-note --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:

```bash

echo '!topic' | grizzly add-text --id --mode append --token-file ~/.config/grizzly/token

```

e. Remove the 待整理 tag by replacing tags (exclude 待整理, keep all others).

  1. 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.

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 94 📥 169,877
knowledge-management

Obsidian

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

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 966 📥 523,096