Agent Skills
› firecrawl/web-agent
› deep-research
deep-research
GitHub支持多源深度研究的技能,通过多角度搜索、精准提取和交叉验证实现事实核查。适用于需要3个以上来源的研究任务,确保结果客观准确并提供结构化输出。
Trigger Scenarios
需要进行多源信息收集的研究任务
要求对特定主题进行事实核查和交叉验证
需要生成带有引用和置信度评估的结构化报告
Install
npx skills add firecrawl/web-agent --skill deep-research -g -y
SKILL.md
Frontmatter
{
"name": "deep-research",
"category": "Research",
"description": "Multi-source research with source triangulation and fact-checking. Use for any research task requiring 3+ sources."
}
Deep Research
Search Strategy
- Break the topic into 3-5 distinct angles
- 2-3 queries per angle using different terminology
- Use
site:operator for targeted searches (e.g.site:arxiv.org,site:github.com) - Include official, comparison, and review-oriented queries
- Aim for 5-10 unique, high-quality sources
Extraction
- Scrape each source with a targeted query parameter -- don't dump full pages into context
- Extract: key claims, data points, dates, attributed quotes
- Record author, publication, date, and URL for every source
Fact-Checking
- Cross-reference claims across 2+ sources
- Flag single-source claims explicitly
- Assign confidence: high (3+ sources agree), medium (2), low (1 or conflicting)
- Include contrarian viewpoints -- don't confirmation-bias the results
Output
- Structure by subtopic, not by source
- Inline citations for every claim
- Call formatOutput with the structured data
Version History
- f023adf Current 2026-07-24 21:56


