Skills web-researcher
Use this skill for deep research, fact-checking, or finding the latest technical news.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aokikaito79/web-researcher" ~/.claude/skills/openclaw-skills-web-researcher && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aokikaito79/web-researcher" ~/.openclaw/skills/openclaw-skills-web-researcher && rm -rf "$T"
manifest:
skills/aokikaito79/web-researcher/SKILL.mdsource content
Web Researcher Skill
When to use
- Use when the user asks for "the latest," "news," or "research" on a topic.
- Use when you need to verify a fact that isn't in your local training data.
Research Protocol
- Multi-Query Search: Don't just search once. Run 2-3 targeted searches (e.g., "OpenClaw 2026.3.2 features" AND "OpenClaw 2026.3.2 bugs").
- Deep Dive: Use
on at least the top 2 most relevant URLs to get the full text. Snippets are not enough for deep research.web_fetch - Synthesis: Summarize the findings by grouping them into "Key Facts," "Timeline," and "Contradictions" (if any).
- Cite Sources: Always list the URLs you actually read at the end of your report.
Output Format
- Start with a 🪐 Jupiter Research Brief header.
- Use bullet points for readability.
- Highlight any "Breaking News" or "Critical Alerts" in bold.