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


