← 返回
未分类

Research Logger

Research a topic via web search, auto-match a GIF, and log structured notes to Bear.
通过网络搜索研究主题,自动匹配 GIF,并将结构化笔记记录到 Bear。
terrycarter1985 terrycarter1985 来源
未分类 clawhub v1.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 365
下载
💾 0
安装
2
版本
#latest

概述

Research Logger

Research a topic, find a matching GIF, and create a structured Bear note.

Usage

When the user asks to research a topic and log it:

  1. Run bash research_logger.sh "" ""
  2. The script outputs a filled-in markdown note. Use grizzly create to save it to Bear.

Example

# Step 1: Run the research script
bash research_logger.sh "quantum computing" "research,quantum"

# Step 2: Create the Bear note with the output
cat /tmp/research_note.md | grizzly create --title "Quantum Computing Research" --tag research

How It Works

  1. Uses web_search to find top results on the topic
  2. Uses gifgrep to find a relevant GIF
  3. Fills in the research template and writes to /tmp/research_note.md

Dependencies

  • OpenClaw agent (for web_search / web_fetch tool calls)
  • grizzly CLI for Bear note creation
  • gifgrep skill for GIF matching

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-21 13:45 安全 安全
  • v1.0.0
    2026-05-08 03:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Code Formatter

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

Obsidian

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

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 80 📥 165,382