← 返回 Skills 市场
terrycarter1985

research-assistant

作者 terrycarter1985 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
20
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install research-assistant-bear
功能描述
Read Bear notes tagged "待整理", extract topic keywords, search for relevant GIFs via gifgrep, insert them into the note, and remove the tag. Use when the user...
使用说明 (SKILL.md)

Research Assistant

Automate the workflow of enriching Bear research notes with topical GIFs.

Prerequisites

  • Bear app running with a valid API token (~/.config/grizzly/token)
  • grizzly CLI installed
  • gifgrep skill available (for GIF search)

Workflow

  1. Fetch notes — List all notes with the 待整理 tag:

    grizzly open-tag --name "待整理" --enable-callback --json --token-file ~/.config/grizzly/token
    
  2. For each note: a. Read the note content via grizzly open-note --id \x3CID> --enable-callback --json. b. Extract 2–3 topic keywords from the title and key-findings sections. c. Search for a relevant GIF using gifgrep (or web_search + web_fetch for a GIF URL) with those keywords. d. Append the GIF as markdown to the note's "Supporting Media" section:

    echo '![topic](GIF_URL)' | grizzly add-text --id \x3CID> --mode append --token-file ~/.config/grizzly/token
    

    e. Remove the 待整理 tag by replacing tags (exclude 待整理, keep all others).

  3. Report — Summarize which notes were processed and how many GIFs were inserted.

Notes

  • If a note already has content in "Supporting Media", insert the GIF on a new line below existing media.
  • If no relevant GIF is found, skip insertion and note it in the report.
  • Prefer GIFs that visually represent the research topic (e.g., data visualization, concept animation).
  • The 待整理 tag signals "needs processing"; removing it marks the note as finalized.
安全使用建议
Before installing, confirm that the 待整理 tag is only on notes you want automatically edited, verify your grizzly token and local tools are set up correctly, and avoid running it on notes whose topics should not be sent to external GIF or web search services.
功能分析
Type: OpenClaw Skill Name: research-assistant-bear Version: 0.1.0 The skill bundle provides a legitimate workflow for automating Bear note enrichment using the 'grizzly' CLI tool. It fetches notes with a specific tag, extracts keywords, and appends GIFs. While it accesses a sensitive API token at '~/.config/grizzly/token', this behavior is transparently documented and necessary for the stated purpose of interacting with the Bear app. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in SKILL.md or scripts/fetch_pending.sh.
能力评估
Purpose & Capability
The stated purpose coherently matches the workflow: read Bear notes tagged 待整理, find topical GIFs, append them, and remove the tag. The main user-visible impact is intentional note mutation.
Instruction Scope
Instructions are scoped to notes with the 待整理 tag, but they direct processing of each matching note and removal of that tag, so users should ensure the tag truly means ready for finalization.
Install Mechanism
There is no install spec and no hidden installer. The script uses local CLI tooling; jq and gifgrep/web_search availability are under-declared compared with the metadata, but no unsafe install behavior is shown.
Credentials
Bear note access through grizzly and a local token is proportionate to the skill purpose. External GIF/web search is also purpose-aligned, but may reveal note-derived topic keywords.
Persistence & Privilege
The skill does not show background persistence, but it does persist changes into Bear notes by appending markdown and removing the workflow tag.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-assistant-bear
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-assistant-bear 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: auto-illustrate Bear research notes with GIFs
元数据
Slug research-assistant-bear
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

research-assistant 是什么?

Read Bear notes tagged "待整理", extract topic keywords, search for relevant GIFs via gifgrep, insert them into the note, and remove the tag. Use when the user... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 20 次。

如何安装 research-assistant?

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

research-assistant 是免费的吗?

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

research-assistant 支持哪些平台?

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

谁开发了 research-assistant?

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

💬 留言讨论