← 返回 Skills 市场
jkobject

Deep Research

作者 Jérémie Kalfon · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
25
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install omoc-deepresearch
功能描述
Deep research workflow for /deepresearch with sources, claims, synthesis, and resumable state.
使用说明 (SKILL.md)

Deep Research

Use this for /deepresearch \x3Cquestion> and for any request that needs more than a quick sourced answer: literature mapping, market/technical due diligence, state-of-the-art reports, factual investigations, or research that should survive across several agent turns.

Core rule

Do not answer from memory. Build an evidence ledger first, then synthesize. Prefer local/project sources when the question is about the user's workspace; otherwise use web and academic sources.

When to delegate

Use existing skills as lanes when relevant:

  • 00-web-grounded-answers for factual web grounding and citations.
  • academic-research-hub for PubMed, arXiv, Semantic Scholar, Google Scholar style work.
  • literature-search for systematic-review methodology, PRISMA-like screening, inclusion/exclusion criteria.
  • researchclaw only for full autonomous research pipelines with experiments/paper generation.
  • OMOC/team when the research needs parallel lanes: scout, skeptic, verifier, synthesizer.

Default workflow

  1. Create or resume a ledger under .deepresearch/\x3Cslug>/ using scripts/deepresearch.py init.
  2. Restate the research question, expected output, known constraints, and stop condition.
  3. Split the question into 3-7 research lanes. Typical lanes: background, strongest evidence, contrary evidence, current/latest status, implementation details, risks, open questions.
  4. Search each lane. For unstable or recent facts, browse. For scientific/medical claims, prioritize papers/reviews and authoritative databases.
  5. Record every useful source with scripts/deepresearch.py source add.
  6. Record atomic claims with scripts/deepresearch.py claim add, linking each claim to at least one source id when possible.
  7. Mark claims as supported, weak, conflicting, or unverified after cross-checking.
  8. Write notes and interim summaries frequently with scripts/deepresearch.py note add so a crash or context reset does not lose the state.
  9. Run scripts/deepresearch.py brief before final synthesis to inspect coverage and gaps.
  10. Produce the answer with: direct conclusion, evidence map, important caveats, sources, and next actions if useful.

Quality bar

  • Important factual claims need citations.
  • Separate evidence from inference.
  • Include uncertainty when sources conflict or evidence is thin.
  • Prefer primary sources for technical/scientific claims.
  • For recommendations or decisions, include tradeoffs and what would change the conclusion.
  • Keep raw source snippets short; summarize instead of copying.

Output shapes

For a normal answer:

  • Short answer.
  • What I found.
  • Evidence and caveats.
  • Sources.

For a report:

  • Executive summary.
  • Method.
  • Findings by lane.
  • Evidence table or bullet ledger.
  • Gaps and confidence.
  • Sources.

For a long running investigation:

  • State path: .deepresearch/\x3Cslug>/
  • Current decision.
  • Completed lanes.
  • Open lanes.
  • Next command or next research pass.

Commands

Resolve scripts/deepresearch.py relative to this skill directory.

python3 scripts/deepresearch.py init --question "..." --slug optional-slug
python3 scripts/deepresearch.py lane add --slug optional-slug --name "contrary evidence" --question "What would falsify this?"
python3 scripts/deepresearch.py source add --slug optional-slug --title "..." --url "..." --kind paper --reliability high
python3 scripts/deepresearch.py claim add --slug optional-slug --text "..." --source S001 --status supported
python3 scripts/deepresearch.py note add --slug optional-slug --text "..."
python3 scripts/deepresearch.py brief --slug optional-slug

Integration with OMOC

When OMOC is active, /deepresearch can be one lane inside a goal/team/ralph loop. Use the deepresearch ledger as durable evidence, then have OMOC verifier tasks consume the ledger before checkpointing the goal.

Suggested composition:

  1. /goal defines the decision or report to ship.
  2. /deepresearch builds evidence under .deepresearch/\x3Cslug>/.
  3. /team splits lanes across workers/verifiers.
  4. /ralph repeats bounded cycles until the ledger has enough evidence or the goal is blocked.

Never let a deepresearch loop run forever without a stop condition. Use explicit coverage criteria: minimum source count, minimum verifier pass, unresolved contradictions, or deadline.

安全使用建议
Install only if you are comfortable with research notes, source URLs, and claim summaries being saved in the workspace under .deepresearch. Use simple slugs without path separators, and review saved ledgers before sharing a project because they may contain sensitive research context.
能力评估
Purpose & Capability
The instructions, README, and script all align around building a source-and-claim research ledger for /deepresearch workflows.
Instruction Scope
The skill clearly instructs agents to create and update .deepresearch/<slug>/ state; the helper script does not validate custom slug paths, so operators should use simple slugs.
Install Mechanism
The package contains markdown instructions and one dependency-free Python helper script; no package install hooks or external dependencies are declared.
Credentials
Workspace file writes and optional web or academic research are proportionate to the stated durable research workflow.
Persistence & Privilege
It intentionally persists ledgers and a current pointer under .deepresearch, but does not create background workers, scheduled jobs, credential stores, or privilege-escalation mechanisms.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install omoc-deepresearch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /omoc-deepresearch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: /deepresearch workflow with durable evidence ledger, lanes, sources, claims, notes, and brief command.
元数据
Slug omoc-deepresearch
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Deep Research 是什么?

Deep research workflow for /deepresearch with sources, claims, synthesis, and resumable state. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 25 次。

如何安装 Deep Research?

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

Deep Research 是免费的吗?

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

Deep Research 支持哪些平台?

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

谁开发了 Deep Research?

由 Jérémie Kalfon(@jkobject)开发并维护,当前版本 v0.1.0。

💬 留言讨论