← Back to Skills Marketplace
terrycarter1985

research-logger

by terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install research-logger-v2
Description
Research a topic via web search, auto-match a related GIF, and log structured notes to Bear using a customizable template.
README (SKILL.md)

Research Logger

Automates the full research-to-notes pipeline:

  1. Web Search → gather top sources on a topic
  2. Content Fetch → extract key findings from top results
  3. GIF Match → find a relevant GIF via gifgrep
  4. Template Fill → populate notes/research_template.md
  5. 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

  1. Runs web_search via OpenClaw tools for the topic
  2. Fetches the top 3 results and extracts summaries
  3. Calls gifgrep to find a matching GIF
  4. Fills the template at notes/research_template.md
  5. 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}
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install research-logger-v2
  3. After installation, invoke the skill by name or use /research-logger-v2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
修复模板填充逻辑,新增GIF自动匹配功能
Metadata
Slug research-logger-v2
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is research-logger?

Research a topic via web search, auto-match a related GIF, and log structured notes to Bear using a customizable template. It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install research-logger?

Run "/install research-logger-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is research-logger free?

Yes, research-logger is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does research-logger support?

research-logger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created research-logger?

It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.

💬 Comments