Weather
一个面向 Data & APIs 场景的 Agent 技能。原始说明:Get current weather and forecasts (no API key required).
一个面向 Data & APIs 场景的 Agent 技能。原始说明:Progressive research protocol for agents: write a stub file immediately, append findings incrementally, never save the write for last. Prevents data loss fro...
name: research-brief
version: 1.0.0
description: 'Progressive 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.'
metadata:
openclaw:
emoji: 🔬
For 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