← 返回 Skills 市场
terrycarter1985

research-logger

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
24
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install research-logger-tool
功能描述
Research a topic via web search, auto-match a relevant GIF, and log results as a Bear note using a configurable template.
使用说明 (SKILL.md)

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

Argument Required Description
$1 — topic Research topic (quoted)
$2 — tags Comma-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:

Placeholder Source
{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
安全使用建议
Install only if you are comfortable with web/GIF lookups and automatic Bear note creation. Before using it broadly, the author should fix the unsafe sed-based templating so untrusted search results cannot alter the command script.
能力评估
Purpose & Capability
The code aligns with the advertised workflow: it searches the web, looks up a GIF, fills a template, and creates a Bear note. Users should notice that this involves network lookups and local note creation.
Instruction Scope
User input and web/GIF results are inserted directly into sed replacement expressions without escaping, creating a material unsafe templating concern.
Install Mechanism
Registry metadata says there are no required binaries or install spec, but the skill documentation/code rely on external tools such as grizzly, gifgrep, jq, web_search, and a workspace template.
Credentials
Internet access and Bear app access are proportionate to the stated purpose, but private topics will be sent to search/GIF tooling.
Persistence & Privilege
The skill persists generated content as Bear notes, which is expected for the purpose. No background persistence, autostart, or self-propagation is shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-logger-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-logger-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
修复模板填充逻辑,新增GIF自动匹配功能
元数据
Slug research-logger-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

research-logger 是什么?

Research a topic via web search, auto-match a relevant GIF, and log results as a Bear note using a configurable template. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 24 次。

如何安装 research-logger?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install research-logger-tool」即可一键安装,无需额外配置。

research-logger 是免费的吗?

是的,research-logger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

research-logger 支持哪些平台?

research-logger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 research-logger?

由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。

💬 留言讨论