← 返回
未分类 中文

research-logger

Research a topic via web search, auto-match a relevant GIF, and log results as a Bear note using a configurable template.
利用网络搜索研究主题,自动匹配相关 GIF,并使用可配置模板将结果记录为 Bear 笔记。
terrycarter1985 terrycarter1985 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 236
下载
💾 0
安装
1
版本
#latest

概述

Research Logger

Automates the research-logging workflow:

  1. Search — Uses web_search / web_fetch to gather content on a topic.
  2. GIF Match — Uses gifgrep to find a relevant GIF for visual context.
  3. Note Creation — Fills the notes/research_template.md template and writes a Bear note via grizzly.

Quick Start

bash scripts/research_logger.sh "quantum computing" "research,quantum"

Script: scripts/research_logger.sh

ArgumentRequiredDescription
---------------------------------
$1 — topicResearch topic (quoted)
$2 — tagsComma-separated Bear tags (default: research)

What it does

  1. Calls web_search for the topic, fetches top results.
  2. Searches gifgrep for a matching GIF.
  3. Reads notes/research_template.md, substitutes placeholders with gathered data.
  4. Creates a Bear note with the rendered content and tags.

Template

The template lives at notes/research_template.md (workspace root) and uses {placeholder} syntax:

PlaceholderSource
---------------------
{topic}CLI argument
{date}Current date (YYYY-MM-DD)
{tags}CLI argument
{summary}LLM-generated summary of search results
{finding1}{finding3}Top 3 key findings
{links}Source URLs from search
{media_alt} / {media_url}GIF from gifgrep
{action1}{action3}Suggested action items

Requirements

  • grizzly — Bear CLI (go install github.com/tylerwince/grizzly/cmd/grizzly@latest)
  • Bear app running on macOS
  • Internet access for search and GIF lookup

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-21 14:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Summarize

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

Code Formatter

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

Obsidian

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