← 返回 Skills 市场
netanel-abergel

research-synthesizer

作者 Netanel Abergel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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....
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-synthesizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-synthesizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish from Heleni workspace
元数据
Slug research-synthesizer
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 research-synthesizer?

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

research-synthesizer 是免费的吗?

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

research-synthesizer 支持哪些平台?

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

谁开发了 research-synthesizer?

由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.0.0。

💬 留言讨论