Install
openclaw skills install multi-searchIntelligent multi-topic deep research tool supporting arbitrary material input, using independent research agents for parallel deep retrieval and systematic research document generation. Use this skill when users need to deeply research multiple related topics, conduct systematic information retrieval, or integrate multi-perspective analysis.
openclaw skills install multi-searchIntelligent multi-topic deep research tool that automatically analyzes materials and generates systematic research documents. Supports arbitrary material input, launching multiple independent research agents in parallel for deep retrieval, forming a concise research knowledge base.
Core Principles:
Trigger with /multi-search command, or when users request:
/multi-search @document-path.md
/multi-search
[Paste material content]
/multi-search
Project: [Project Name]
Research Topics:
1. [Topic One]
2. [Topic Two]
3. [Topic Three]
Detect project structure by priority:
output/ directory -> Use output/[project-name]/./[project-name]/./research/Create directory: [output-dir]/03 - Deep Research/
Launch an independent general-purpose research agent for each research topic.
Context Transfer (Main Agent -> Research Agent):
Deduplication Mechanism:
Each research agent must follow this process before starting retrieval:
Pre-retrieval Declaration:
Main Agent Review:
Dynamic Adjustment:
Deep Retrieval Requirements:
Document Generation:
[output-dir]/
└── [project-name]/
└── 03 - Deep Research/
├── 000.Research-Overview.md
├── YYMMDD [Research Topic One].md
├── YYMMDD [Research Topic Two].md
└── ...
# [Project Name] Deep Research Overview
**Generated**: YYYY-MM-DD
**Research Method**: N independent research agents, each conducting 4-6 rounds of deep retrieval
**Total Retrieval Rounds**: XX+ rounds
**Total Document Size**: XX KB
---
## Research Deliverables
### N Concise Research Reports Completed
| No. | Research Topic | File Size | Core Value |
|-----|----------------|-----------|------------|
| 01 | [Topic One](./YYMMDD%20Topic-One.md) | XX KB | Brief description |
---
## Core Findings
### Finding 1: [Most Important Finding]
**Basis**: [Brief explanation]
**Conclusion**: [Specific conclusion]
---
## Comprehensive Recommendations
### I. Strategic Recommendations
**Recommended Approach**: [Specific approach]
### II. Immediate Action List
- [ ] Action item 1
- [ ] Action item 2
# [Research Topic Title]
**Generated**: YYYY-MM-DD
**Research Depth**: XX+ rounds of deep retrieval, covering XXXX, XXXX, XXXX
---
## Core Conclusions
[Most important findings and conclusions, 2-3 paragraphs, thorough and detailed]
---
## I. [Main Content One]
### (1) Subsection
Body paragraph. Use inline link format for source citations:
- According to [Source Name](https://link)...
- Based on [Material](https://link)...
---
## II. [Main Content Two]
[Continue structured content]
---
## III. Application Recommendations
### (1) Key Recommendations
**Content**: [Specific content]
### (2) Precautions
⚠️ [Warning point]
All source links must be embedded inline at corresponding positions in the text
✅ Correct:
According to [research report](https://link)...
❌ Incorrect:
According to some report...
(References listed separately at end)
00. - Research overview01-09. - Core research10-19. - Important research20+. - Extended researchThis skill relies on Claude Code built-in tools, no additional configuration needed:
| Version | Date | Changes |
|---|---|---|
| v1.1.0 | 2025-03-15 | Translated to English |
| v1.0.0 | 2025-02-15 | Migrated from Command to Skill, renamed to multi-topic deep research (multi-search) |