← 返回 Skills 市场
research-logger
作者
terrycarter1985
· GitHub ↗
· v1.0.0
· MIT-0
44
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install research-logger-v2
功能描述
Research a topic via web search, auto-match a related GIF, and log structured notes to Bear using a customizable template.
使用说明 (SKILL.md)
Research Logger
Automates the full research-to-notes pipeline:
- Web Search → gather top sources on a topic
- Content Fetch → extract key findings from top results
- GIF Match → find a relevant GIF via gifgrep
- Template Fill → populate
notes/research_template.md - Bear Note → write the finished note via
grizzly
Usage
bash research_logger.sh "quantum computing trends" --tags "tech,quantum,2026"
Arguments
| Arg | Required | Description |
|---|---|---|
| topic | ✅ | Research topic (quoted string) |
| --tags | ❌ | Comma-separated tags for Bear note |
What it does
- Runs
web_searchvia OpenClaw tools for the topic - Fetches the top 3 results and extracts summaries
- Calls
gifgrepto find a matching GIF - Fills the template at
notes/research_template.md - Creates a Bear note with
grizzly create
Requirements
- grizzly CLI installed and Bear app running
- OpenClaw agent session (provides web_search, web_fetch, gifgrep tools)
- Template file at
notes/research_template.md
Notes
- The script is designed to be called by an OpenClaw agent turn, not standalone
- If gifgrep returns no results, the GIF section is omitted
- Template placeholders: {topic}, {date}, {tags}, {summary}, {finding1-3}, {links}, {media_alt}, {media_url}, {action1-3}
安全使用建议
This appears safe to install if you want a script that researches a topic and creates Bear notes. Before using it, confirm you are comfortable sending topics to Brave/Giphy when API keys are configured, and verify that grizzly, curl, python3, and the notes template path are set up correctly.
功能分析
Type: OpenClaw Skill
Name: research-logger-v2
Version: 1.0.0
The research-logger skill is a legitimate automation tool for gathering web research and logging it to the Bear note-taking app via the grizzly CLI. The research_logger.sh script follows safe coding practices, such as sanitizing user input for filenames, using environment variables to pass data to Python for template processing (avoiding shell injection), and interacting only with the specified Brave and Giphy APIs. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
The research-to-GIF-to-Bear workflow matches the stated purpose, but SKILL.md describes OpenClaw web_search/gifgrep while research_logger.sh directly calls Brave Search and Giphy APIs.
Instruction Scope
The artifacts show an explicit user-invoked bash command with a topic argument and no prompt overrides, autonomous loops, or hidden background instructions.
Install Mechanism
Registry requirements list no binaries or environment variables, while SKILL.md requires grizzly and the script also relies on curl/python3 and optional provider API keys.
Credentials
External search/GIF calls and optional API keys are proportionate to the skill's purpose, but the provider data flow is under-described in the main skill documentation.
Persistence & Privilege
The script writes a markdown file under notes/ and creates a Bear note via grizzly; this is expected note-taking behavior but persists generated content locally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install research-logger-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/research-logger-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
修复模板填充逻辑,新增GIF自动匹配功能
元数据
常见问题
research-logger 是什么?
Research a topic via web search, auto-match a related GIF, and log structured notes to Bear using a customizable template. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。
如何安装 research-logger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install research-logger-v2」即可一键安装,无需额外配置。
research-logger 是免费的吗?
是的,research-logger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
research-logger 支持哪些平台?
research-logger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 research-logger?
由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。
推荐 Skills