← 返回
未分类 中文

Research Logger

Research a topic via web search, auto-match a GIF with gifgrep, and log structured notes to Bear using a customizable template.
通过网页搜索研究主题,使用 gifgrep 自动匹配 GIF,生成结构化笔记并记录到 Bear(支持自定义模板)
terrycarter1985 terrycarter1985 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 340
下载
💾 0
安装
1
版本
#latest

概述

Research Logger

Automate the full research workflow: web search → extract findings → match a GIF → write a Bear note from a template.

Quick Start

./research_logger.sh "Quantum Computing" "research,tech,qc"

How It Works

  1. Web Search — Searches the web for the given topic and extracts the top 3 results (URLs + snippets).
  2. Content Fetch — Fetches the top result for a deeper summary.
  3. GIF Match — Calls gifgrep with the topic to find a relevant animated GIF.
  4. Template Fill — Reads notes/research_template.md (or uses an inline default) and replaces all {placeholder} tokens with the gathered data.
  5. Bear Note — Creates a structured Bear note with tags via grizzly create.

Requirements

ToolPurposeInstall
----------------------------------------------------------------------------------
grizzlyBear note CLIgo install github.com/tylerwince/grizzly/...
gifgrepGIF searchVia gifgrep skill
web_searchWeb search (OpenClaw)Built-in
web_fetchPage content fetchBuilt-in

Template

Place your template at notes/research_template.md in the workspace root. Supported placeholders:

PlaceholderFilled With
------------------------------------------------
{topic}Research topic
{date}Current date/time
{tags}Comma-separated tags
{summary}Summary from top search result
{finding1-3}Snippets from top 3 results
{links}Bulleted source links
{media_alt}GIF description
{media_url}GIF URL
{action1-3}Suggested action items

Environment

  • WORKSPACE — Workspace root (default: $HOME/.openclaw/workspace)
  • TEMPLATE_PATH — Relative path to template (default: notes/research_template.md)

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-08 13:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Summarize

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

Code Formatter

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

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 75 📥 163,706