Agent Skills
› omnigent-ai/omnigent
› deep-research
deep-research
GitHub提供基于网络搜索和交叉验证的深度研究流程,确保每个关键主张均有实际阅读的源文档引用,生成结构化且可验证的报告。
Trigger Scenarios
需要当前、可验证的网络信息的问题
涉及争议性或高风险问题的调查
Install
npx skills add omnigent-ai/omnigent --skill deep-research -g -y
SKILL.md
Frontmatter
{
"name": "deep-research",
"description": "Procedure for answering a question with a thorough, cross-checked, cited web-research report using the Keenable search + fetch tools."
}
deep-research — cited, cross-checked web research
Use this for any question that needs current, verifiable information from the web. The deliverable is a synthesized answer where every load-bearing claim is backed by a source you actually read.
Tools
search_web_pages(query, [site], [published_after], [published_before], [mode])— discover candidate sources. Write thequeryas a natural-language description of the ideal page, not keywords. Usemode: pro(default).fetch_page_content(url, [max_chars])— read the full page (markdown). A search snippet is NEVER sufficient evidence — fetch before you cite.
Procedure
- Plan. Break the question into 3-6 focused sub-queries that together cover it. For contested or high-stakes questions, plan at least two independent angles.
- Search. Run
search_web_pagesper sub-query. Prefer primary sources; usepublished_afterfor anything time-sensitive. - Read.
fetch_page_contenton the 2-3 most promising results per sub-query. Quote/cite only what you read, not what a snippet implied. - Cross-check. Verify every load-bearing claim against ≥2 INDEPENDENT sources (independent = different owners, not mirrors of one another). When sources disagree, surface the disagreement rather than picking silently.
- Synthesize. Write a structured answer. Each non-obvious claim gets an inline citation to the URL you fetched. Separate "well-supported" from "uncertain / single-source".
- Cite. End with a
Sourceslist of the URLs you actually fetched.
Notes
- Don't answer from prior knowledge with a disclaimer — search and read first.
- If coverage is thin or sources conflict irreconcilably, say so explicitly; an honest "the evidence is mixed" beats false confidence.
- Keep each sub-query narrow enough that a couple of fetches resolve it.
Version History
- a8f41cb Current 2026-08-12 09:03


