← 返回 Skills 市场
nissan

Research Brief

作者 Nissan Dookeran · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
50
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install research-brief
功能描述
Progressive research protocol for agents: write a stub file immediately, append findings incrementally, never save the write for last. Prevents data loss fro...
使用说明 (SKILL.md)

Skill: Research Brief

For agents that conduct web research and write output files

Problem this solves

Research agents (Archie) timeout before writing output files because they batch all research first, then try to write at the end. API latency spikes or context window limits kill the final write turn. Data is lost.

The Rule — Non-Negotiable

FIRST tool call = write the stub file. Always.

No exceptions. Not "after one quick search". Not "I'll write it when I'm done". First. Tool. Call.

Stub Pattern

# [Topic] Research Brief
_[Agent] · [YYYY-MM-DD]_

## TL;DR
[researching]

## [Section 1]
[researching]

## [Section 2]
[researching]

## Recommendation
[researching]

## Sources
[researching]

Write this file in the first tool call. Then do all your research. Update sections as you go — don't batch to the end.

Update-as-you-go Pattern

After each search angle:

  1. Run search / fetch URL
  2. Extract key finding
  3. Immediately edit the relevant section of the output file
  4. Move to next angle

Never accumulate findings in memory and flush at the end. The edit is instant. The LLM turn is fragile.

Why this matters

  • Subagent timeout = 4 minutes by default
  • Web research easily uses 3+ minutes on fetches + processing
  • LLM output generation turn can be killed by latency spike at minute 3:50
  • File on disk = data survives timeout. In-memory = data lost.

Applies to

  • Archie (primary)
  • Any agent doing research → write tasks
  • Quinn when running deep research

Anti-patterns (never do these)

  • web_search before write
  • ❌ "I'll write when I have all the data"
  • ❌ Writing a full draft in the LLM output turn and then saving
  • ❌ "Let me do one more search first"

Signs you're about to fail

  • You've done 3+ searches and haven't written a file yet → stop, write stub NOW
  • You're composing a long response in your head → write it to file instead
  • You think "just one more source" → write what you have, then search
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial ClawHub contribution.
元数据
Slug research-brief
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Research Brief 是什么?

Progressive research protocol for agents: write a stub file immediately, append findings incrementally, never save the write for last. Prevents data loss fro... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 Research Brief?

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

Research Brief 是免费的吗?

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

Research Brief 支持哪些平台?

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

谁开发了 Research Brief?

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

💬 留言讨论