← 返回 Skills 市场
terrycarter1985

Research Logger

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

Research Logger

Search the web for a topic, find a relevant GIF, and create a structured Bear note using a research template.

Requirements

  • grizzly CLI (Bear notes) — go install github.com/tylerwince/grizzly/cmd/grizzly@latest
  • BRAVE_API_TOKEN — for web search (optional, falls back to DuckDuckGo)
  • GIPHY_API_KEY — for GIF matching (optional, uses public beta key as fallback)

Usage

bash scripts/research_logger.sh "quantum computing" "tech,physics"

Parameters

  1. topic (required) — The research topic to search and log
  2. extra_tags (optional) — Comma-separated additional Bear tags

How It Works

  1. Web Search — Queries Brave Search API (or DuckDuckGo fallback) for top results
  2. GIF Match — Searches Giphy for a relevant GIF to include as supporting media
  3. Template Fill — Reads references/research_template.md and fills all placeholders
  4. Bear Note — Creates a Bear note with the filled template via grizzly

Template Placeholders

The references/research_template.md file uses these placeholders:

Placeholder Source
{topic} User-provided topic
{date} Current date (YYYY-MM-DD)
{tags} Auto-generated tags
{summary} Search result snippets
{finding1-3} Top 3 search snippets
{links} Source URLs from search
{media_alt} / {media_url} Matched GIF
{action1-3} Default action items

Notes

  • If grizzly is unavailable, the note is saved as a markdown file in ~/
  • If no Brave API token is set, DuckDuckGo HTML search is used as fallback
  • GIF search uses Giphy's public beta key if no API key is provided
安全使用建议
Review before installing. The core behavior is understandable, but do not run this script with untrusted topic strings until the Python argument handling is fixed. Also be comfortable with sending topics to external providers, using optional API keys, installing an unpinned grizzly dependency, and creating persistent Bear notes or Markdown files.
功能分析
Type: OpenClaw Skill Name: research-logger-tc Version: 1.0.0 The skill contains multiple command injection vulnerabilities in `scripts/research_logger.sh` due to unsafe handling of user-provided input. Specifically, the script embeds the `$TOPIC` variable directly into `python3 -c` execution strings and `sed` commands without adequate sanitization, which could allow for arbitrary code execution if a crafted topic is provided. While these are critical vulnerabilities, the logic remains consistent with the stated purpose of research logging and lacks evidence of intentional malice or data exfiltration.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The web search, GIF lookup, template fill, and Bear note creation are coherent with the stated Research Logger purpose, but they do create persistent local notes or files.
Instruction Scope
The script accepts a free-form topic and interpolates it directly into Python source passed to python3 -c, creating a local code-execution risk for crafted topic values.
Install Mechanism
There is no install spec, but SKILL.md asks users to install the external grizzly CLI with an unpinned @latest Go install command; this is user-directed but has provenance/version drift risk.
Credentials
Brave/Giphy API keys and external provider calls are purpose-aligned, but registry metadata declares no required env vars/credentials while the skill docs and script use optional API credentials.
Persistence & Privilege
The skill writes to Bear through grizzly or falls back to a Markdown file in the user's home directory; this is disclosed and purpose-aligned, but it is persistent local mutation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-logger-tc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-logger-tc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
修复模板填充逻辑,新增GIF自动匹配功能
元数据
Slug research-logger-tc
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Research Logger 是什么?

Search a topic, auto-match a relevant GIF, and log a structured Bear note from a template. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。

如何安装 Research Logger?

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

Research Logger 是免费的吗?

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

Research Logger 支持哪些平台?

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

谁开发了 Research Logger?

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

💬 留言讨论