Install
openclaw skills install research-briefProgressive research protocol for agents: write a stub file immediately, append findings incrementally, never save the write for last. Prevents data loss from context-window timeouts or API latency spikes during long research tasks.
openclaw skills install research-briefFor agents that conduct web research and write output files
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.
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.
# [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.
After each search angle:
Never accumulate findings in memory and flush at the end. The edit is instant. The LLM turn is fragile.
web_search before write