← Back to Skills Marketplace
netanel-abergel

research-synthesizer

by Netanel Abergel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install research-synthesizer
Description
Multi-source research synthesizer. Takes a question, runs 3-5 parallel web searches with varied phrasings, deduplicates, and returns a cited, concise answer....
README (SKILL.md)

Research Synthesizer Skill

Multi-source search → deduplicate → synthesize → cite. Concise answer under ~400 words, always.


When to Use

Trigger phrases:

  • "research [topic]"

  • "find out about [topic]"

  • "what do you know about [topic]"

  • "synthesize [topic]"

  • "look up [topic]"


Step-by-Step Process

Step 0: Clarify the Brief

Before any research on companies, products, or competitors — ask or verify:

  1. What is the positioning of OUR product? Don't assume. Ask if unclear.
  2. What is the scope? Competitor analysis? Market sizing? Both?
  3. What will the output be used for? Pitch deck? Internal doc? Strategy?

This prevents writing a wrong document that needs to be rewritten.


Step 0b: Question Decomposition (GPT Researcher Pattern)

Before searching, decompose the question into specific sub-questions:

Input: "What is Paperclip and how does it compare to monday.com?"

Sub-questions:
1. What is Paperclip? What does it do?
2. Who built it and when?
3. What are its core features?
4. How is it positioned vs. project management tools?
5. What does monday.com offer that Paperclip doesn't (and vice versa)?

Rule: For broad or multi-faceted questions (competitive analysis, "explain X", "compare A and B") — always decompose first. For simple factual questions ("who founded X", "when did Y happen") — skip this step.

Each sub-question becomes its own search query. This produces deeper, less biased results than 5 phrasings of the same question.


Step 1: Classify the Question

Before searching:

  • Language: Is the question in Hebrew? → search in both Hebrew AND English
  • Type: Factual? Opinion/trend? Technical? Recent event?
  • Scope: Narrow (specific fact) or broad (overview topic)?

Adjust query phrasings accordingly.

Step 2: Generate Query Variants

Create 3–5 distinct query phrasings to maximize coverage and reduce bias:

Variant Strategy
Q1 Direct question phrasing
Q2 Keyword-only (no question words)
Q3 "best [topic] explained" / "how does X work"
Q4 Hebrew translation (if applicable)
Q5 Recent angle: "[topic] 2024 2025" or "[topic] latest"

Example — question: "What is LangGraph?"

  • Q1: "What is LangGraph and how does it work"
  • Q2: "LangGraph framework overview"
  • Q3: "LangGraph tutorial explained"
  • Q4: (skip — English topic)
  • Q5: "LangGraph 2024 use cases"

Example — question: "What is LangGraph?"

  • Q1: "What is LangGraph and how does it work"
  • Q2: "LangGraph framework overview"
  • Q3: "LangGraph explained simply"
  • Q4: "LangGraph explained" (if topic has non-English coverage)
  • Q5: "LangGraph 2025 latest"

Step 2b: Verify Companies — Visit Their Website First

MANDATORY for any competitor/company research:

Before writing anything about a company:

  1. web_fetch their main URL (homepage + relevant sub-pages: /agents, /product, /pricing)
  2. web_search "[company] funding 2026" AND "[company] review 2026"
  3. Only write what you actually found. If unverified — say "unverified"

Never assume a company's capabilities from its category name. Example: "issue tracker" does NOT mean "no agents." Verify.


Step 3: Run Searches (Parallel)

Run all query variants using web_search. Collect:

  • Title
  • URL
  • Snippet

Do not fetch full page content unless snippet is insufficient.

Step 4: Deduplicate, Filter & Score Sources

From all results:

  1. Remove duplicate URLs
  2. Remove results that don't address the question
  3. Remove results older than 2 years for fast-moving topics (AI, tech, news)
  4. Score source credibility:
    • High: Official docs, peer-reviewed, major publications (TechCrunch, Wired, HBR)
    • Medium: Reputable blogs, GitHub repos, well-known newsletters
    • Low: Forums, anonymous posts, marketing pages
  5. Prioritize high-credibility sources. If only low-credibility sources available — flag it.

Target: 5–10 sources for deep research, 3–5 for quick questions.

Step 5: Synthesize

Write the answer in this format:

[3–5 sentence summary that directly answers the question]

Key points:
• [point 1]
• [point 2]
• [point 3]
• [point 4 — optional]

Sources:
1. [Title] — [URL]
2. [Title] — [URL]
3. [Title] — [URL]

Synthesis rules:

  • Lead with the direct answer, not background
  • Use the user's language (Hebrew question → Hebrew answer)
  • Max ~400 words total
  • If sources conflict → note the disagreement briefly
  • If information is outdated → flag it

Step 6: Deliver

Send the synthesized answer. Do NOT:

  • Dump raw search results
  • List every source found
  • Add filler like "Great question!" or "I searched the web for..."
  • Pad with unnecessary caveats

Output Format Template

🔍 [Topic]

[Direct 3-5 sentence answer]

📌 Key Points:
• ...
• ...
• ...

📚 Sources:
1. [Title] — [URL]
2. [Title] — [URL]
3. [Title] — [URL]

Example

Input: "Research: What is Model Context Protocol?"

Output:

🔍 Model Context Protocol (MCP)

Model Context Protocol (MCP) is an open standard developed by Anthropic that lets LLMs connect uniformly to tools, APIs, and external data sources. Instead of each integration requiring custom code, MCP defines a shared language between the model and the tool server.

📌 Key Points:
• Client-server protocol: the LLM is the client, tools are servers
• Supports stdio and HTTP transport
• Enables: tool calling, resource access, prompts
• Widely adopted: Claude, Cursor, VS Code, and more
• Open source — SDK available for Python, TypeScript, Java

📚 Sources:
1. MCP Official Docs — https://modelcontextprotocol.io
2. Anthropic MCP Announcement — https://www.anthropic.com/news/model-context-protocol
3. MCP GitHub — https://github.com/modelcontextprotocol

Hebrew Search Strategy

For Hebrew questions, always search in both languages:

Search Language Goal
Q1–Q2 English Get the most content (English web is larger)
Q3 Hebrew Find Israeli/Hebrew-specific context
Q4 English (simple phrasing) Get beginner-friendly sources
Q5 English (recent) Get latest news/updates

If the topic is inherently Israeli (local news, Israeli law, etc.) → weight Hebrew sources more.


Rules

  1. Always cite sources — no answer without at least 2 URLs. For competitive analysis: minimum 5 sources.
  2. Clarify positioning before writing (Step 0) — especially for competitive analysis. Ask what OUR product does before comparing.
  3. Verify companies from their own website (Step 2b) — never assume from category name.
  4. Deep questions → decompose first (Step 0b). Simple facts → skip decomposition.
  5. Max ~400 words — be concise, not exhaustive
  6. One clean doc, not multiple drafts — get it right before publishing
  7. Direct answer first — no preamble, no "I will now search..."
  8. Hebrew in, Hebrew out — match the user's language
  9. Flag uncertainty — if sources conflict or data is stale, say so
  10. No raw dumps — synthesize, don't copy-paste snippets
  11. React 👍 when owner requests research, when delivered
  12. After delivering research — write summary to memory/whatsapp/dms/\x3CPHONE-sanitized>/context.md if topic was important

Cost Notes

  • 3–5 web_search calls per research request — moderate cost
  • Avoid web_fetch unless snippets are truly insufficient
  • For simple factual questions (capital cities, dates, etc.) → single search is enough, skip full synthesizer flow
  • Cache: if the same topic was researched in the last hour, reuse results
Usage Guidance
This skill is internally coherent and lightweight, but review these points before installing: - Confirm your agent platform exposes the web_search/web_fetch tools the skill expects; otherwise the skill will fail. Understand where those tools send queries (which external endpoints/logs will record your searches). - The skill will visit public webpages and cite URLs. Do not ask it to research confidential/internal data unless you explicitly provide the content (and ensure you’re allowed to share it). - The skill has no declared homepage and an opaque owner ID — that is not itself a technical problem for this instruction-only skill, but if you need provenance or support, the lack of source/maintainer info reduces auditability. - As with any automated research, spot-check citations and claims for hallucinations or outdated info, especially for high-stakes decisions. If you require stricter controls (e.g., block external web access or audit outbound queries), apply those platform policies before enabling autonomous runs.
Capability Analysis
Type: OpenClaw Skill Name: research-synthesizer Version: 1.0.0 The research-synthesizer skill is a well-structured tool designed to perform multi-source web searches, deduplicate results, and provide concise, cited summaries. It includes logical steps for question decomposition, company verification, and language-specific search strategies (Hebrew/English). While it includes an instruction to write summaries to a specific memory path (memory/whatsapp/dms/<PHONE-sanitized>/context.md), this appears to be a standard state-management feature for the agent to maintain context across interactions rather than a malicious persistence or exfiltration mechanism. No indicators of malicious intent, data theft, or unauthorized execution were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (multi-source research + synthesis) matches the instructions: generate query variants, run web searches/fetches, filter, and produce a cited summary. There are no unrelated environment variables, binaries, or installs requested that would be disproportionate to doing web research.
Instruction Scope
SKILL.md explicitly instructs the agent to use web_search and web_fetch, decompose questions, verify company homepages for competitor research, and produce concise cited answers. Those steps are within the stated purpose. Note: the skill assumes the agent has web_search/web_fetch capability (platform tools); it does not declare these as required, so installing environments where those tools are absent would break behavior. Also be aware that the skill's step to verify 'OUR product positioning' expects a clarification dialog rather than implicit access to internal files (good practice).
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk install model; nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. All required data/inputs are user prompts and publicly available web content, which is proportionate to the research function.
Persistence & Privilege
The skill is not marked always:true and does not request any persistent system presence or permission changes. It relies on normal agent invocation (default) and does not attempt to modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install research-synthesizer
  3. After installation, invoke the skill by name or use /research-synthesizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish from Heleni workspace
Metadata
Slug research-synthesizer
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is research-synthesizer?

Multi-source research synthesizer. Takes a question, runs 3-5 parallel web searches with varied phrasings, deduplicates, and returns a cited, concise answer.... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install research-synthesizer?

Run "/install research-synthesizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is research-synthesizer free?

Yes, research-synthesizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does research-synthesizer support?

research-synthesizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created research-synthesizer?

It is built and maintained by Netanel Abergel (@netanel-abergel); the current version is v1.0.0.

💬 Comments