← 返回 Skills 市场
terrycarter1985

research-logger

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
26
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install research-logger-skill
功能描述
Research a topic via web search, auto-match a relevant GIF, and log structured notes to Bear using a configurable template.
使用说明 (SKILL.md)

Research Logger

Automate the research-to-notes pipeline: search the web, fill in a structured template, find a relevant GIF, and save it all as a Bear note.

Usage

bash research_logger.sh "quantum computing" "tech,science"

What It Does

  1. Web Search — Uses web_search to find top results for the topic
  2. Content Fetch — Pulls key content from the top result
  3. GIF Match — Searches for a relevant GIF via gifgrep
  4. Template Fill — Fills notes/research_template.md with gathered data
  5. Bear Note — Creates a Bear note with the filled template via grizzly

Requirements

  • grizzly CLI (Bear notes)
  • OpenClaw agent with web_search, web_fetch, and gifgrep access
安全使用建议
Before installing, make sure you trust the grizzly CLI and have the expected Bear-note template in place. Avoid entering sensitive research topics unless you are comfortable with them being sent to web search/GIF services, and review generated Bear notes before relying on them.
功能分析
Type: OpenClaw Skill Name: research-logger-skill Version: 1.0.0 The research-logger skill is a legitimate automation tool for gathering web research and saving it to the Bear notes app via the grizzly CLI. The shell script (research_logger.sh) uses standard utilities and declared dependencies (web_search, web_fetch, gifgrep) to process data. While the script lacks robust input sanitization for its sed-based template filling—which could lead to execution errors if inputs contain the delimiter character—there is no evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The behavior is coherent with the stated purpose: it searches/fetches web content, searches for a GIF, fills a template, and creates a Bear note. The external lookup and note-writing capabilities are expected but worth noticing.
Instruction Scope
The skill is user-invoked with a topic and optional tags, and the artifacts do not show goal override instructions, hidden autonomous behavior, or attempts to make fetched content authoritative to the agent.
Install Mechanism
There is no install spec, but the script depends on runtime tools and a template file. Registry requirements under-declare these dependencies, which is a setup/provenance issue rather than evidence of malicious behavior.
Credentials
Sending the topic to web search/GIF tools and writing a note to Bear are proportionate to the purpose, but users should avoid sensitive topics if they do not want them sent to those services.
Persistence & Privilege
The skill creates persistent Bear notes, and may write a fallback markdown file under the OpenClaw workspace. This is disclosed and purpose-aligned, with no evidence of background persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-logger-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-logger-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
修复模板填充逻辑,新增GIF自动匹配功能
元数据
Slug research-logger-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

research-logger 是什么?

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

如何安装 research-logger?

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

research-logger 是免费的吗?

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

research-logger 支持哪些平台?

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

谁开发了 research-logger?

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

💬 留言讨论