# Send OpusFlame Deep Research to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "opusflame-deep-research",
    "name": "OpusFlame Deep Research",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/LeadingOT/opusflame-deep-research",
    "canonicalUrl": "https://clawhub.ai/LeadingOT/opusflame-deep-research",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/opusflame-deep-research",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opusflame-deep-research",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/financial-research.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "opusflame-deep-research",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T18:39:12.502Z",
      "expiresAt": "2026-05-07T18:39:12.502Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opusflame-deep-research",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opusflame-deep-research",
        "contentDisposition": "attachment; filename=\"opusflame-deep-research-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "opusflame-deep-research"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/opusflame-deep-research"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/opusflame-deep-research",
    "downloadUrl": "https://openagent3.xyz/downloads/opusflame-deep-research",
    "agentUrl": "https://openagent3.xyz/skills/opusflame-deep-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/opusflame-deep-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/opusflame-deep-research/agent.md"
  }
}
```
## Documentation

### 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 ApplyCompetitive strategyPorter's Five Forces, 7 Powers (Helmer), Schwerpunkt/High Ground (Packy), SWOTMarket entry / sizingTAM/SAM/SOM, Blue Ocean Strategy, Jobs-to-be-DoneBusiness model evaluationBusiness Model Canvas, Unit Economics, Ramp vs Route test (point solution vs platform?)Investment / valuationDCF, Comparable Analysis, Venture method, Power Law thesisProduct strategyJTBD, Kano Model, Value Prop Canvas, Hook ModelGrowth / GTMAARRR Pirate Metrics, Bullseye Framework, STP (Segmentation-Targeting-Positioning)Technology assessmentGartner Hype Cycle, Wardley Maps, Build vs Buy matrixRisk analysisPre-Mortem, FMEA, Scenario PlanningOrganizational / opsOKR analysis, RACI, Theory of ConstraintsPricingVan Westendorp, Conjoint, Value-based pricing frameworkIndustry analysisValue Chain Analysis, Industry Lifecycle, Winner-Takes-More thesisPerson / 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

Save final report to memory/research/[topic]-终极版-[date].md
Generate PDF via pymupdf and save to ~/.openclaw/media/outbound/
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

### 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)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: LeadingOT
- Version: 2.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T18:39:12.502Z
- Expires at: 2026-05-07T18:39:12.502Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/opusflame-deep-research)
- [Send to Agent page](https://openagent3.xyz/skills/opusflame-deep-research/agent)
- [JSON manifest](https://openagent3.xyz/skills/opusflame-deep-research/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/opusflame-deep-research/agent.md)
- [Download page](https://openagent3.xyz/downloads/opusflame-deep-research)