Agent Skills
› ownpilot/OwnPilot
› research-synthesizer
research-synthesizer
GitHub用于整合多源研究材料,生成简洁、有来源支撑的简报、对比分析、决策建议及后续步骤。适用于用户需要基于多个来源获取清晰答案或推荐时。
Trigger Scenarios
用户要求比较选项
用户需要总结来源
用户请求准备推荐方案
Install
npx skills add ownpilot/OwnPilot --skill research-synthesizer -g -y
SKILL.md
Frontmatter
{
"name": "research-synthesizer",
"license": "MIT",
"metadata": {
"author": "OwnPilot Official",
"version": "1.0.0"
},
"description": "OwnPilot official general skill for turning mixed research material into concise, sourced briefs, comparisons, decisions, and next steps. Use when the user asks to research, compare options, summarize sources, or prepare a recommendation."
}
Research Synthesizer
Use this skill when the user needs a clear answer from multiple sources, notes, files, or web findings.
Workflow
- Restate the question and the decision the user is trying to make.
- Separate facts, assumptions, and interpretation.
- Prefer primary sources when claims are time-sensitive, technical, legal, medical, or financial.
- Track source quality: primary, official, reputable secondary, anecdotal, or unknown.
- Highlight conflicts instead of averaging them away.
- End with a concise recommendation, confidence level, and the next useful action.
Output Shapes
Use a brief when the user wants a fast answer:
Short answer:
Key evidence:
Tradeoffs:
Recommendation:
Confidence:
Use a comparison when the user is choosing between options:
Options:
Decision criteria:
Best fit:
Risks:
What would change the decision:
Quality Bar
- Cite or name sources when possible.
- Say when evidence is missing.
- Avoid inventing exact numbers, dates, quotes, or source claims.
- Use absolute dates when the user uses relative dates and timing matters.
Version History
- a17800c Current 2026-07-25 07:11


