Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

opusflame-deep-researchopusflame 深入研究

Agent Skill

opusflame-deep-research 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

16,099

周安装

645

GitHub Stars

2

下载量

5,212
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:opusflame-deep-research(opusflame 深入研究)
来源仓库:https://github.com/leadingot/opusflame-deep-research
安装命令:
openclaw skills install opusflame-deep-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install opusflame-deep-research

简介

基于多模型并行推理的深度研究自主框架。

  • 调用 Gemini、Opus 等四个顶级模型协同分析。
  • 适用于复杂问题拆解与跨领域证据整合。opusflame-deep-research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装,需配置各模型 API 密钥。
  • 输出为综合结论,不替代原始文献阅读验证。

SKILL.md

name
deep-research
description
Autonomous multi-model deep research with framework-driven reasoning. Spawns 4 parallel model agents (Gemini 2.5 Pro, o3, Opus, MiniMax), each applies best-practice frameworks to the question, then merges into a cross-validated final report. Use when: (1) user asks for in-depth research, (2) 'research X' or 'deep dive on X', (3) complex questions requiring multiple sources. NOT for: simple factual lookups.

Deep Research (Multi-Model + Framework-Driven)

Autonomous research system that runs 4 AI models in parallel, each applying relevant analytical frameworks, then cross-validates and merges findings into a comprehensive cited report.

Architecture

User Question
     │
     ▼
┌─ Phase 0: Framework Selection ─┐
│  Identify best-practice         │
│  framework(s) for this question │
└────────────┬────────────────────┘
             │
     ┌───────┼───────┐───────┐
     ▼       ▼       ▼       ▼
  Gemini    o3     Opus   MiniMax
  2.5 Pro         4       M2.5
  (search  (deep  (nuance (China/
  heavy)   logic) +balance)alt view)
     │       │       │       │
     └───────┼───────┘───────┘
             ▼
      Phase 5: Merge & Cross-Validate
             │
             ▼
       Final Report (PDF)

Phase 0: Framework Selection (MANDATORY — before any research)

Before researching, ask: "Is there a best-practice framework for answering this type of question?"

Framework Lookup Table

Question TypeFrameworks to Apply
Competitive strategyPorter's Five Forces, 7 Powers (Helmer), Schwerpunkt/High Ground (Packy), SWOT
Market entry / sizingTAM/SAM/SOM, Blue Ocean Strategy, Jobs-to-be-Done
Business model evaluationBusiness Model Canvas, Unit Economics, Ramp vs Route test (point solution vs platform?)
Investment / valuationDCF, Comparable Analysis, Venture method, Power Law thesis
Product strategyJTBD, Kano Model, Value Prop Canvas, Hook Model
Growth / GTMAARRR Pirate Metrics, Bullseye Framework, STP (Segmentation-Targeting-Positioning)
Technology assessmentGartner Hype Cycle, Wardley Maps, Build vs Buy matrix
Risk analysisPre-Mortem, FMEA, Scenario Planning
Organizational / opsOKR analysis, RACI, Theory of Constraints
PricingVan Westendorp, Conjoint, Value-based pricing framework
Industry analysisValue Chain Analysis, Industry Lifecycle, Winner-Takes-More thesis
Person / hiringTrack Record Analysis, Reference Triangle, Founder-Market Fit

If a framework applies:

  • Include it in the prompt to each model
  • Structure the model's analysis around the framework's components
  • The final report should explicitly reference which framework(s) were used and why

If no standard framework applies:

  • State "No standard framework identified — using first-principles analysis"
  • Each model reasons from first principles with explicit assumptions stated

Phase 1: Decompose (30s)

Break the topic into 5-8 research sub-questions. Think like an investigative journalist:

  • What are the key facts?
  • What are different perspectives/sources?
  • What's the timeline/history?
  • What data/evidence exists?
  • What are the unknowns or controversies?

Phase 2: Spawn 4 Model Agents (Parallel)

Spawn 4 sub-agents using sessions_spawn, each with a different model:

Model 1: gemini       (google/gemini-2.5-pro)  — Search-heavy, broad coverage
Model 2: o3           (openai/o3)              — Deep logical reasoning, contrarian
Model 3: opus         (anthropic/claude-opus-4-6) — Nuanced, balanced synthesis
Model 4: minimax      (minimax/MiniMax-M2.5)   — Alternative perspectives, China/grey-area

Prompt Template for Each Model

## Research Task
[Topic]

## Framework
You MUST structure your analysis using: [Framework Name]
Apply each component of the framework systematically to the topic.
If data is missing for a component, note it explicitly.

## Sub-Questions
[List of 5-8 sub-questions]

## Instructions
1. Use web_search extensively (minimum 10 unique searches)
2. Use web_fetch to read full articles for key sources
3. Cross-reference claims across 2+ sources
4. Structure findings around the framework components
5. Flag disagreements, unknowns, and low-confidence claims
6. Minimum 15 unique source URLs
7. Output format: markdown with inline citations [1][2]...
8. End with a Sources section listing all URLs

## Quality Rules
- Every factual claim needs a source
- Prefer primary sources (filings, official reports) over secondary
- Note source freshness — flag anything >6 months old
- Include opposing viewpoints
- State confidence level (high/medium/low) for key conclusions

Model-Specific Instructions

  • Gemini: "You are the primary search engine. Cast the widest net. Find obscure sources others would miss. Prioritize data and numbers."
  • o3: "You are the deep reasoner. Challenge assumptions. Look for logical flaws in conventional wisdom. Apply the framework with maximum rigor. If the consensus is wrong, explain why."
  • Opus: "You are the synthesizer. Balance multiple perspectives fairly. Identify nuance others miss. Connect dots across disciplines."
  • MiniMax: "You are the alternative perspective agent. Consider non-Western viewpoints, grey areas, unconventional strategies. What would a Chinese entrepreneur or contrarian investor do differently?"

Phase 3: Wait for Completion

All 4 models run in parallel via sessions_spawn with mode="run". Do NOT poll in a loop — they auto-announce when done.

Phase 4: Collect Individual Reports

Save each model's output:

memory/research/[topic]-gemini-[date].md
memory/research/[topic]-o3-[date].md
memory/research/[topic]-opus-[date].md
memory/research/[topic]-minimax-[date].md

Phase 5: Cross-Validate & Merge

This is the most critical phase. The primary agent (you) must:

5a. Agreement Matrix

Create a matrix of key claims and which models agree/disagree:

| Claim | Gemini | o3 | Opus | MiniMax | Confidence |
|-------|--------|----|----|---------|------------|
| [claim 1] | ✅ | ✅ | ✅ | ❌ | High (3/4) |
| [claim 2] | ✅ | ❌ | ✅ | ✅ | High (3/4) |
| [claim 3] | ✅ | ✅ | ❓ | ❓ | Medium (2/4) |

5b. Conflict Resolution

For each disagreement:

  • Identify the root cause (different data? different logic? different framework interpretation?)
  • Check which model has the stronger source
  • If genuinely uncertain, present both sides in the final report

5c. Framework Synthesis

  • Map findings back to the framework structure
  • Ensure every framework component has been addressed
  • Note which components had strong consensus vs. disagreement

5d. Error Catching

From experience, models commonly get wrong:

  • Platform-specific limits (posting frequency, API limits)
  • Pricing (especially for niche tools — often 10-30x off)
  • Regulatory details
  • Recency of data

Verify any quantitative claim that only one model makes.

Phase 6: Final Report

# [Topic] — Deep Research Report

**Framework Used**: [Name] — [why this framework]
**Models**: Gemini 2.5 Pro, o3, Opus 4, MiniMax M2.5
**Date**: [date]
**Total Searches**: [count across all models]

## Executive Summary
3-5 sentence overview. Note consensus level.

## Framework Analysis

### [Framework Component 1]
Analysis with model consensus noted. [1][2]

### [Framework Component 2]
...

## Key Findings (Beyond Framework)
Discoveries that don't fit neatly into the framework.

## Model Disagreements
Where models diverged and why.

## Agreement Matrix
[The table from 5a]

## Data & Evidence
Tables, numbers, comparisons.

## Risks / Unknowns
What we couldn't confirm. Low-confidence areas.

## Conclusion & Recommendations
Actionable takeaways ranked by confidence.

## Sources
[1] Title — URL
[2] ...

Phase 7: Deliver

  1. Save final report to memory/research/[topic]-终极版-[date].md
  2. Generate PDF via pymupdf and save to ~/.openclaw/media/outbound/
  3. Send PDF to user via message tool

Quality Standards

  • Minimum sources: 15 unique URLs per model (60+ total across 4 models)
  • Source diversity: No more than 3 citations from same domain per model
  • Freshness: Prefer sources < 6 months old; flag older data
  • Cross-validation: Key claims must appear in 2+ models' findings
  • Framework compliance: Every framework component must be addressed
  • Confidence scoring: High (3-4 models agree + strong sources), Medium (2 models or weak sources), Low (1 model or no source)
  • No hallucination: Every factual claim must have a source

Adaptation by Topic Type

Financial / Stock Research

  • Frameworks: DCF, Comparable Analysis, Power Law
  • Check SEC/regulatory filings, earnings transcripts
  • Include key metrics (revenue, margins, P/E, debt)
  • See references/financial-research.md

Market / Industry Research

  • Frameworks: Porter's Five Forces, TAM/SAM/SOM, 7 Powers
  • Competitive landscape, key players, market share
  • Apply Winner-Takes-More thesis where relevant

Strategy / Business Model

  • Frameworks: Schwerpunkt/High Ground, Business Model Canvas, JTBD
  • Identify the constraint, the scarce asset, expansion path
  • Compare to historical precedents (Rockefeller, Ramp, etc.)

Technical / Product Research

  • Frameworks: Wardley Maps, Build vs Buy, Gartner Hype Cycle
  • Architecture, benchmarks, alternatives matrix
  • Community sentiment (GitHub, HN, Reddit)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.41%
按下载量换算4,816

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install opusflame-deep-research 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills